Boolean Query Issue

2008-05-28 Thread Sonu Sudhakar
Hi, I have some issue with boolean queries. I am using Lucene-core-2.3.1. I have done test on boolean query with 3 terms (data, store, variable) in my TTL field. The TTL field is indexed and searched using StandardAnalyzer. The three terms when searched individually gave the following result 1

Re: Boolean Query Issue

2008-05-29 Thread Sonu Sudhakar
7;t give us much to work with. > > Remember, though, that Lucene syntax isn't a pure boolean syntax. See > > http://wiki.apache.org/lucene-java/BooleanQuerySyntax > > And when in doubt parenthesize ... > > Best > Erick > > On Wed, May 28, 2008 at 7:44 AM, Sonu S

Re: Boolean Query Issue

2008-06-01 Thread Sonu Sudhakar
ing method: *+TTL:store TTL:data TTL:variable *The output of second case is confusing me. Could anybody please give me an explanation for this behavior? Thanks, Sonu On Thu, May 29, 2008 at 3:49 PM, Sonu Sudhakar <[EMAIL PROTECTED]> wrote: > Erick, > > Thanks for your reply. &

Re: Boolean Query Issue

2008-06-02 Thread Sonu Sudhakar
hard to know whether > we're looking at anything relevant. > > Best > Erick > > On Mon, Jun 2, 2008 at 1:19 AM, Sonu Sudhakar <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I have done some more analysis on this issue. I think it is related to &g

Re: Boolean Query Issue

2008-06-02 Thread Sonu Sudhakar
You need to include your code I think. This makes no sense on a quick >> look, so unless we see some code it'll be hard to know whether >> we're looking at anything relevant. >> >> Best >> Erick >> >> On Mon, Jun 2, 2008 at 1:19 AM, Sonu Sud