Adrien Grand created LUCENE-9116:
------------------------------------

             Summary: Simplify postings API by removing long[] metadata
                 Key: LUCENE-9116
                 URL: https://issues.apache.org/jira/browse/LUCENE-9116
             Project: Lucene - Core
          Issue Type: Task
            Reporter: Adrien Grand


The postings API allows to store metadata about a term either in a long[] or in 
a byte[]. This is unnecessary as all information could be encoded in the 
byte[], which is what most codecs do in practice.



--
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