I must be missing something, but it when I create a brand new view of type Solr node with some baseline features and am ready to set up a relationship, I get the error "There are no relationships available to add." I've tried a few different combinations with the Solr nodes trying to get it to work, but no dice. Regular node views of course are fine. Is this correct?

Comments

dawehner’s picture

Status: Active » Closed (works as designed)

Solr node uses the apachesolr to get the result. There is no way for views to use all it's relationship-features. They are build on sql joins which aren't there on apachesolr.

zunix’s picture

Thanks, thought I'd missed something. I'll figure out another way.

rp7’s picture

You might want to briefly explain how you solved it?

z.stolar’s picture

Category: bug » support
Status: Closed (works as designed) » Active

Same dilema here. Is it possible somehow to get a node-reference relationship features when using solr?

merlinofchaos’s picture

Status: Active » Closed (works as designed)

So what, you think the answer in #1 was a lie or something? Or you just want it repeated for fun?

z.stolar’s picture

No, but I did change the category from "Bug" to "Support", which should probably make it legitimate to be open.
Do you think it should be better moved to the apachesolr_views issue queue?

merlinofchaos’s picture

Likely yes, if there's a fix or an answer for this it's in apachesolr_views -- but I have a feeling it's going to be *really* hard if not impossible to fix because apachesolr views aren't sql queries. But I don't know much about it.