BooleanQuery questions

2007-10-03 Thread Warren
but how are the queries connected, with AND, OR or NOT? -- Thanks, Warren Bell - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: BooleanQuery questions

2007-10-03 Thread Warren
you give us the toString for your query1 and query2? Erick On 10/3/07, Warren <[EMAIL PROTECTED]> wrote: I am new to Lucene and am having problems with booleanQueries. How do you write Boolean OR and AND queries? Is this an OR query booleanQuery.add(query1, BooleanClause.Occur.SHOULD); bo

Same query different results?

2007-10-24 Thread Warren
Isn't one term quoted the same as one term unquoted? What am I missing? Thanks, Warren - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Same query different results?

2007-10-25 Thread Warren
> -Original Message- > From: Karl Wettin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 24, 2007 10:25 PM > To: java-user@lucene.apache.org > Subject: Re: Same query different results? > > > > 25 okt 2007 kl. 06.33 skrev Warren: > > > This