Oh come on Otis, give our Solr wiki and Lucene documentation some
kudos here! :) I think this stuff is pretty well documented starting
here:
<http://wiki.apache.org/solr/SolrQuerySyntax>
Not to mention that dusty ol' book on Lucene...
Erik
On Apr 23, 2008, at 9:28 PM, Otis Gospodnetic wrote:
Not in one place and documented. The place to look are query
parsers, but things like AND OR NOT TO are the ones to look out for.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
----- Original Message ----
From: Xuesong Luo <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Wednesday, April 23, 2008 8:45:24 PM
Subject: Re: Got parseException when search keyword AND on a text
field
Otis, Thanks for the reply. Is there a list of words that have
special
meaning?
Thanks
Xuesong
Re: Got parseException when search keyword AND on a text field
Otis Gospodnetic
Fri, 18 Apr 2008 18:39:45 -0700
Xuesong,
AND has a special meaning - it is a boolean AND when capitalized.
That
is why
you are getting an error - the query parser doesn't know what to
do with
just
"AND" for a query.
Otis