[ 
https://issues.apache.org/jira/browse/LUCENE-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17012950#comment-17012950
 ] 

David Smiley commented on LUCENE-9116:
--------------------------------------

Indeed; the SolrTextTagger doesn't fundamentally require any particular 
postingsFormat but it beats so hard on the term dictionary that "FST50" 
performs really well.

I approved your PR; changes look good.  I love the simplification!

I commented on LUCENE-3069 which introduced this format to alert Watchers there 
about this matter. Lets be fully transparent about decisions to remove things.  
Lets not commit this for a week.

> 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
>            Priority: Minor
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> 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: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to