Thanks, Pieter. I'll go for that then.
Mark
On Sep 19, 2007, at 10:15 PM, Pieter Berkel wrote:
Sounds like you're on the right track, if your groups overap (i.e. a
document can be in group A and B), then you should ensure your
"groups"
field is multivalued.
If you are searching for "foo" i
Sounds like you're on the right track, if your groups overap (i.e. a
document can be in group A and B), then you should ensure your "groups"
field is multivalued.
If you are searching for "foo" in documents contained in group "A", then it
might be more efficient to use a filter query (fq) like:
q
Hey all,
Let's say I have an index of one hundred documents, and these
documents are grouped into 4 groups A, B, C, and D. The groups do in
fact overlap. What would people recommend as the best way to apply a
search query and return only the documents that are in group A? Also,
how about