mikemccand commented on PR #12688:
URL: https://github.com/apache/lucene/pull/12688#issuecomment-1808041346

   > Thanks for the tips! Yes, almost there. I'm working on the real compact 
bitpacker and unpacker. I still need to implement the PostingFormat afterwards. 
Do you think I need to implement a new Codec?
   
   You don't really need a new `Codec` -- you could test this easily by 
subclassing `Lucene99Codec` and overriding `getPostingsFormatForField` to use 
your new cool bit packing `PostingsFormat`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to