Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
As noted by Tomas in SOLR-10835, since the numeric FooPointField classes use SortedNumericDocValues, the docvalues don't "dedup" when the same value exists multiple times for a single document – this is different from the numeric TrieFooField classes that use SortedSetDocValues - which are by definition a set – so multiple instances of the same value are de-duplicated.
This impacts things like the ExportWriter, as well as fields that useDocValuesAsStored="true" if users have particular expecations when converting from Trie fields to Point fields.
Attachments
Issue Links
- is related to
-
SOLR-11020 TestUseDocValuesAsStored.testRandomSingleAndMultiValued() failures
- Closed
-
SOLR-11363 TestCloudJSONFacetJoinDomain fails with Points enabled
- Closed
-
SOLR-10123 Analytics Component 2.0
- Closed
- relates to
-
SOLR-10835 ExportWriter only works with TrieFooFields, not FooPointFields
- Resolved
-
SOLR-9995 refactor / cleanup PointFields code and overall asumptions about numerics
- Closed