Matching queries on a per-element basis against a multivalued field

2011-08-01 Thread Suk-Hyun Cho
I'm sure someone asked this before, but I couldn't find a previous post regarding this. The problem: Let's say that I have a multivalued field called myFriends that tokenizes on whitespaces. Basically, I'm treating it like a List of Lists (attributes of friends): Document A: myFriends = [

Re: Matching queries on a per-element basis against a multivalued field

2011-08-02 Thread Suk-Hyun Cho
I appreciate your replies and ideas. SpanQuery would work, and I'll look into this further. However, what about the original question? Is there no way to match documents on a per-element basis against a multivalued field? If not, would it perhaps make sense to create a feature request? Also, rega

Re: Matching queries on a per-element basis against a multivalued field

2011-08-02 Thread Suk-Hyun Cho
Thanks. I saw the related jira issue but didn't follow closely enough to see the cross-core join being added later. Any idea/hint on when I can expect Solr 4 to be released? -- View this message in context: http://lucene.472066.n3.nabble.com/Matching-queries-on-a-per-element-basis-against-a-multi

Re: Matching queries on a per-element basis against a multivalued field

2011-08-02 Thread Suk-Hyun Cho
Thanks for the history and the current state of trunk, guys. It sounds like it's rather stable for serious use... in which case it's probably ready for a release, but let's not go back in circles. :) I'll give it a shot sometime. Thanks, again! -- View this message in context: http://lucene.4720