Hoss Man created SOLR-10924:
-------------------------------
Summary: PointField multivalued docValues don't "dedup" like
TrieField
Key: SOLR-10924
URL: https://issues.apache.org/jira/browse/SOLR-10924
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Reporter: Hoss Man
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]