Re: Unexpected boolean query behavior

2010-01-14 Thread Otis Gospodnetic
It's a FAQ, so I knew exactly where to look. Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message > From: markwaddle > To: solr-user@lucene.apache.org > Sent: Thu, January 14, 2010 6:45:17 PM > Subject: Re: Unexpected boole

Re: Unexpected boolean query behavior

2010-01-14 Thread Lance Norskog
Try this: http://www.lucidimagination.com/search/?q=boolean+query On Thu, Jan 14, 2010 at 3:45 PM, markwaddle wrote: > > That explains my exact problem, thank you! May I ask how you found that wiki > posting? > > > Otis Gospodnetic wrote: >> >> HI Mark, >> >> Does this help? >> http://wiki.apach

Re: Unexpected boolean query behavior

2010-01-14 Thread markwaddle
That explains my exact problem, thank you! May I ask how you found that wiki posting? Otis Gospodnetic wrote: > > HI Mark, > > Does this help? > http://wiki.apache.org/lucene-java/BooleanQuerySyntax > > Otis > -- > Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch > -- View this mes

Re: Unexpected boolean query behavior

2010-01-14 Thread Otis Gospodnetic
: Unexpected boolean query behavior > > > That is a reasonable question. The problem here is that my users have already > created numerous queries just like this one, using ANDs and ORs. My users > are very technical and they have been using the results of these queries for >

Re: Unexpected boolean query behavior

2010-01-14 Thread markwaddle
That is a reasonable question. The problem here is that my users have already created numerous queries just like this one, using ANDs and ORs. My users are very technical and they have been using the results of these queries for months now to perform analysis that drives business decisions. I need

Re: Unexpected boolean query behavior

2010-01-14 Thread Otis Gospodnetic
Mark, Does it help if you rewrite your query using +/- syntax ("required", "prohibited"), or nothing for "should"? Because that's what happens under the hood (terms are required, prohibited, or should occur). Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original