RE: Need help for conversion code from Lucene 2.4.0 to 8.11.2

2023-01-30 Thread Saha, Rajib
Hi Mikhail, Thanks for your suggestion. It solved lots of cases today in my end. 😊 I need some more suggestions from your end. I am putting together as below one by one: In 2.4, we have used couple of cases with APIs: Field(String name, String value, Field.Store

[ANNOUNCE] Apache Lucene 9.5.0 released

2023-01-30 Thread Luca Cavanna
The Lucene PMC is pleased to announce the release of Apache Lucene 9.5.0. Apache Lucene is a high-performance, full-featured search engine library written entirely in Java. It is a technology suitable for nearly any application that requires structured search, full-text search, faceting, nearest-n

What is the corresponding class for org.apache.lucene.codecs.memory.DirectDocValuesFormat in Lucene9

2023-01-30 Thread MyCoy Z
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

Re: What is the corresponding class for org.apache.lucene.codecs.memory.DirectDocValuesFormat in Lucene9

2023-01-30 Thread Mikhail Khludnev
Hello, MyCoy. It seems it's gone. https://lucene.apache.org/core/9_0_0/MIGRATE.html https://issues.apache.org/jira/browse/LUCENE-8917 I think it's substituted by https://lucene.apache.org/core/9_0_0/core/org/apache/lucene/codecs/lucene90/Lucene90DocValuesFormat.html Regards On Tue, Jan 31, 2023