You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Amit <am...@techepoch.com> on 2006/07/01 09:24:04 UTC

FW: how Boolean query work internally in lucene

Hi All,

I just want to know how the lucene processes the Boolean query internally??

As per my knowledge:

   if I search for "java apache".
   Note: let consider i want documents that contents both words and i
constructed boolean query for that (i.e. +java +apache).

   Please let me clear if i wrong how lucene process this query?
   First it search for all document for java then for apache and after that
it take the intersection of these to sets. is it?
   if so where i want to know where lucene take the intersection and how
process the query??


 I would appreciate any response.

  Thanks in advance.

Thanks and Regards,
Amit



---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org