Adrien Grand created LUCENE-10133:
-------------------------------------

             Summary: Specialize write path for sorted doc values
                 Key: LUCENE-10133
                 URL: https://issues.apache.org/jira/browse/LUCENE-10133
             Project: Lucene - Core
          Issue Type: Improvement
            Reporter: Adrien Grand


LUCENE-9613 caused an indexing slowdown, but we should be able to mitigate it 
while still using the same on-disk representation for ordinals and numerics by 
specializing the write path for sorted doc values. For instance, there is no 
need to recompute the min and max values for sorted doc values, since sorted 
doc values already have those precomputed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to