RE: BooleanQuery and WordDelimiterFilter

2017-05-02 Thread Avi Steiner
shuntman SFhuntman'shuntman LCFhuntman'shuntman KSFhuntman'shuntman BTW, I use Solr 5.3.1 -Original Message- From: Rick Leir [mailto:rl...@leirtech.com] Sent: Monday, May 1, 2017 2:19 PM To: solr-user@lucene.apache.org Subject: Re: BooleanQuery and WordDelimiterFilter Avi,

Re: BooleanQuery and WordDelimiterFilter

2017-05-01 Thread Rick Leir
Avi, Tell us the relevant field types you have in schema.xml. You can also solve this all for yourself in the Solr Admin Analysis panel. Cheers -- Rick On May 1, 2017 2:34:31 AM EDT, Avi Steiner wrote: >Hi > >I have a question regarding the use of query parser and BooleanQuery. > >I have 3 docum

RE: BooleanQuery

2009-05-01 Thread Ankush Goyal
Hi Otis, I was asking about all the reviews for matched hotels. Thanks for your input on that... -Ankush -Original Message- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Thursday, April 30, 2009 9:50 PM To: solr-user@lucene.apache.org Subject: Re: BooleanQuery All

RE: BooleanQuery

2009-05-01 Thread Ankush Goyal
Thanks Avlesh! -Original Message- From: Avlesh Singh [mailto:avl...@gmail.com] Sent: Thursday, April 30, 2009 7:46 PM To: solr-user@lucene.apache.org Subject: Re: BooleanQuery > > (+(rev.headline:beach^2.0) | rev.comments:beach^2.0)~0.01 ()) (+ > hot.id:5823 +hot.id:5847

Re: BooleanQuery

2009-04-30 Thread Otis Gospodnetic
All the reviews for all the hotels or all the reviews for all the matched hotels? Your query doesn't look like the latter, and the latter would make sense. For the latter, it should be something like this: +(hot.id:AAA OR hot.id:BBB) rev.hot.id:AAA rev.hot.id:BBB Otis -- Sematext -- http://sem

Re: BooleanQuery

2009-04-30 Thread Avlesh Singh
> > (+(rev.headline:beach^2.0) | rev.comments:beach^2.0)~0.01 ()) (+ > hot.id:5823 +hot.id:5847) > Your hot.id's are not OR'd. They are AND'ed. (+hot.id:5823 +hot.id:5847) should have been (hot.id:5823 hot.id:5847). Cheers Avlesh On Fri, May 1, 2009 at 4:26 AM, Ankush Goyal wrote: > Hey Guys,

Re: BooleanQuery exception

2007-11-23 Thread Chris Hostetter
: Nov 19, 2007 3:01:31 PM org.apache.solr.core.SolrException log : SEVERE: java.lang.NoSuchMethodError: : org.apache.lucene.search.BooleanQuery.clauses()Ljava/util/List; : at org.apache.solr.search.QueryUtils.isNegative(QueryUtils.java:38) that's a pretty gnarly exception. unless there w