Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
It now supports the single valued case (deprecating the legacy encoding), but the multi-valued stuff does not yet have a replacement.
ideally we add a FC.getSortedNumeric(Parser..) that works from points. Unlike postings, points never lose frequency within a field, so its the best fit.
when getDocCount() == size(), the field is single-valued, so this should call getNumeric and box that in SortedNumeric, similar to the String case.
Attachments
Attachments
Issue Links
- is part of
-
LUCENE-7075 Clean up LegacyNumericUtils usage.
- Closed