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

Yonik Seeley updated SOLR-1111:
-------------------------------

    Attachment: SOLR-1111_sort.patch

Latest patch - some tests still fail.
- fixed/implemented sort-missing-last as a new FieldComparatorSource
- fixed distributed search for sorting missing last
- fixed function query when scores are NaN or -infinity... had to map to 
-max_val

This won't apply to trunk because it clashes with the reversion of 
SolrIndexSearcher to use delegation rather than inheritance.  I fixed it by 
changing "super(r)" to "super(wrap(r))"

> fix FieldCache usage in Solr
> ----------------------------
>
>                 Key: SOLR-1111
>                 URL: https://issues.apache.org/jira/browse/SOLR-1111
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>         Attachments: SOLR-1111-distrib.patch, SOLR-1111_sort.patch, 
> SOLR-1111_sort.patch, SOLR-1111_sort.patch
>
>
> Recent changes in Lucene have altered how the FieldCache is used and as-is 
> could lead to previously working Solr installations blowing up when they 
> upgrade to 1.4.  We need to fix, or document the affects of these changes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to