Hi, Lucene experts: I'm looking at some code which is based on an older version of lucene.
And I just noticed that, the org.apache.lucene.codecs.memory.DirectDocValuesFormat doesn't have a corresponding class in Lucene9. But the "DirectPostingFormat" is still in Lucene9. Could anyone help me to understand how to replace the DirectDocValueFormat in Lucene9? Thanks Regards MyCoy