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