[ 
https://issues.apache.org/jira/browse/LUCENE-4969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13645467#comment-13645467
 ] 

Michael McCandless commented on LUCENE-4969:
--------------------------------------------

+1
                
> add sort comparator that uses OrdinalMap
> ----------------------------------------
>
>                 Key: LUCENE-4969
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4969
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Robert Muir
>
> OrdinalMap (LUCENE-4795, SOLR-4490) lets you trade off reopen time for faster 
> faceting: it maps per-segment ordinals to a "global" space based on deviation 
> from expected deltas.
> We could add a sort comparator to the sandbox or similar that uses this, 
> especially in the case you are using this for faceting anyway: you can then 
> safely offload all terms bytes to disk (DiskDV) and still have performant 
> sorting and faceting.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to