Hi spring,
unit of retrieval in lucene is a document.
There are no joins between document sets like in sql.

What you can do is to collect all hits for each term query on level of
folders and than implement the logical „and“ or „or“ by your own.
For this you could reuse the existing implementations of „faceted browsing“
or „drill down“.

Best regards 
  Karsten



spgmx wrote:
> 
> The docs are already indexed. 
> 

-- 
View this message in context: 
http://www.nabble.com/Searching-sets-of-documents-tp19944220p19969684.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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

Reply via email to