On Wed, Feb 18, 2009 at 10:07 AM, AHMET ARSLAN wrote:
>> What version of Solr are you using?
> I am using latest release (apache-solr-1.3.0)
As Erik points out, it's the legacy sort syntax.
set defType to "lucene" as a default parameter to fix that.
-Yonik
http://www.lucidimagination.com
> What version of Solr are you using?
I am using latest release (apache-solr-1.3.0)
semicolon is legacy syntax in Solr only for specifying a sort. It is
not part of the actual query parser syntax, but rather parsed
separately.
What version of Solr are you using? The semicolon sort support in the
query string is supposed to be deprecated/removed, I believe, in the
defau
Today I found something very interesting. When i search a word (solr; lucene)
ending with a semicolon plus any character (from solr admin page), solr gives
an exception (HTTP Status 400 - Missing sort order).
When I escaped semicolon (solr\;lucene) exception gone.
I checked Lucene Special Charac