[
https://issues.apache.org/jira/browse/SOLR-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley updated SOLR-1900:
-------------------------------
Attachment: SOLR-1900-facet_enum.patch
Here's an updated patch that fixes the issue (actually works around it) by
overriding and delegating in SolrIndexSearcher itself.
I'm not going to commit this quite yet... the comparator used in BytesRef is
not the same as the index order for code points outside the BMP... so people
using those characters would see strange paging issues when sorting facet
results by index order. It looks like Lucene should be switching it's index
order to pure code point order (which is exactly the same as comparing encoded
UTF8 bytes when treated as unsigned).
> move Solr to flex APIs
> ----------------------
>
> Key: SOLR-1900
> URL: https://issues.apache.org/jira/browse/SOLR-1900
> Project: Solr
> Issue Type: Improvement
> Affects Versions: 4.0
> Reporter: Yonik Seeley
> Fix For: 4.0
>
> Attachments: SOLR-1900-facet_enum.patch, SOLR-1900-facet_enum.patch
>
>
> Solr should use flex APIs
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]