Details
-
New Feature
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
History/Background:
SOLR-5730made Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr 6.0 or later.LUCENE-6766make index sorting a first-class citizen in Lucene 6.2 or later.
Current status:
- In Solr 8.2 use of index sorting is only available via configuration of a (top-level) merge policy that is a SortingMergePolicy and that policy's sort is then passed to the index writer config via the
if (mergePolicy instanceof SortingMergePolicy) { Sort indexSort = ((SortingMergePolicy) mergePolicy).getSort(); iwc.setIndexSort(indexSort); }
Proposed change:
- in-scope for this ticket: To add direct support for index sorting configuration in Solr.
- out-of-scope for this ticket: deprecation and removal of SortingMergePolicy support
Attachments
Attachments
Issue Links
- duplicates
-
SOLR-12230 Deprecate SortingMergePolicy
- Open
- is related to
-
SOLR-5730 make Lucene's SortingMergePolicy and EarlyTerminatingSortingCollector configurable in Solr
- Resolved
-
LUCENE-6766 Make index sorting a first-class citizen
- Closed
- relates to
-
SOLR-16217 SortingMergePolicy: test coverage for dual-field sort
- Closed
- links to