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,
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
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
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
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
>
> (+(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,
: 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