: For example if I have 100 documents in my index and my set of tag = {A, B, C}.
: Query Q on the text field returns 15 docs with tag A , 10 with tag B and none
: with tag C (total of 25 hits). Is there a way to determine that the set of
: tags for query Q = {A, B} without iterating through all 25 hits.

what you are describing is is a subset of a rbaoder topic known as 
"faceted searching" ... if you search the archives for that or "category 
counts" you'll find quite a bit of discussion on the approaches that can 
be used to ahieve this.



-Hoss


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to