Re: Reg Migration to 10.0.0 lucene core jar

2025-01-03 Thread Uwe Schindler
Hi, Which vulnerability are you talking about?!? We opened a CVE a while ago, but this was not about Lucene Core. Some checkers have false positives due to name mismatch. Am 13.12.2024 um 10:41 schrieb lavanya ponnapoolu: Hi Team, We are upgrading lucene-core jar from 4.7.0 to 10.0.0 beca

Re: Reg Migration to 10.0.0 lucene core jar

2024-12-14 Thread Mikhail Khludnev
Hello, org.apache.lucene.document.Field is there https://lucene.apache.org/core/10_0_0/core/org/apache/lucene/document/Field.html or I don't understand what you refers to. Please elaborate. I think you need org.apache.lucene.store.FSDirectory#open(java.nio.file.Path) All jars should be the same ve

Reg Migration to 10.0.0 lucene core jar

2024-12-13 Thread lavanya ponnapoolu
Hi Team, We are upgrading lucene-core jar from 4.7.0 to 10.0.0 because of vulnerability. org.apache.lucene.document.Field.*Index *but am not finding any alternative as part of https://lucene.apache.org/core/6_0_0/MIGRATE.html. From lucene-core-6.0.0 this class files are removed. Same with