Thanks for the response.  JIRA issue opened.

http://issues.apache.org/jira/browse/SOLR-140

J

On 2/2/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:

Hmmm, Solr tries to be smart about splitting the query from the sort
specification.
If it sees a semicolon inside quotes (single or double), or backslash
escaped, then it will treat it as part of the query.

An immediate workaround would be to query for "jam's" or jam\'s

It would be helpful if you could open a JIRA issue for this.

-Yonik

On 2/2/07, John Kleven <[EMAIL PROTECTED]> wrote:
> Search for the word jam's -- including the single quote. (%27 is a
single
> quote encoded for URL)
>
> Here's the examples....
> http://10.0.101.11:8080/forsale/select/?q=jam%27s    -- this works (i
get
> ~20 hits back)
> http://10.0.101.11:8080/forsale/select/?q=jam%27s;score%20desc --- this
> doesn't (get 0 hits back)
>
>
> Seems that if the first query works, it shouldn't be breakable just by
> telling it explicitly to sort on score??  All other sorts break in this
> scenario as well (i.e., price, etc).
>
> Also, if i just search jam (and ditch the 's) then I AM able to
sort.  I'm
> using the standard tokenizer/filter, and stemming, so it always comes
down
> to just jam anyways.  But w/ the quote, it cannot be sorted.  Strange.
>
> Ideas?  Sorry if this is too vague or has already been posted.
>
> j

Reply via email to