RE: how Boolean query work internally in lucene

2006-07-01 Thread Amit
Thanks Paul for quick reply. regards, Amit -Original Message- From: Paul Elschot [mailto:[EMAIL PROTECTED] Sent: Saturday, July 01, 2006 2:22 PM To: java-user@lucene.apache.org Subject: Re: how Boolean query work internally in lucene On Saturday 01 July 2006 09:37, Amit wrote: > Hi

Re: how Boolean query work internally in lucene

2006-07-01 Thread Paul Elschot
On Saturday 01 July 2006 09:37, Amit wrote: > 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". This is a PhraseQuery internally in Lucene. >Note: let consider i want documents that content

RE: how Boolean query work internally in lucene

2006-07-01 Thread Amit
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 w