[ 
https://issues.apache.org/jira/browse/SOLR-2432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jan Høydahl closed SOLR-2432.
-----------------------------
    Resolution: Implemented

Closing issue that has been fixed long ago

> using sort option only returns numFound=1 even if there are many more matching
> ------------------------------------------------------------------------------
>
>                 Key: SOLR-2432
>                 URL: https://issues.apache.org/jira/browse/SOLR-2432
>             Project: Solr
>          Issue Type: Bug
>          Components: search
>    Affects Versions: 4.0-ALPHA
>            Reporter: Xing Li
>              Labels: 4.0, sort, trunk
>         Attachments: solr.tgz
>
>
> Using 4.0 trunk version as of 3/16/2011
> Not sure at which point in the 4.0 trunk did this problem happen but this did 
> not happen in previous versions.
> Symptom:
> 1) Assume you have a search db with a query for "love" that returns 500 
> results.
> 2) Append "&sort=anyfield desc" to the search query and you now only get 1 
> result back.
> I even rebuilt the db from scratch to make sure it was not a corrupted solr 
> db but that is not the case.
> Temporary Fix:
> 1) Append ",score desc" to the "sort" value such as "&sort=anyfield 
> desc,score desc" fixes the issue and gives back the correct result.
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to