[ANNOUNCE] Apache Lucene 8.9.0 released

2021-06-17 Thread Mayya Sharipova
The Lucene PMC is pleased to announce the release of Apache Lucene 8.9.0. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. This

Re: Need approach to store JSON data in Lucene index

2021-06-17 Thread Adrien Grand
In general, the preferred approach is denormalizing, but your description suggests that you want to be able to query anything: actions, tasks, test cases, etc. so I guess that the most natural approach would be to leverage Lucene's support for index-time joins, see the documentation of the join pac

Need approach to store JSON data in Lucene index

2021-06-17 Thread Amol Suryawanshi
Hi Team, We are using Lucene Java library in our organization to store JSON files data into to Lucene indexes. Our JSON file are structured in below format. 1. Testcase has several Testcase steps 2. Testcase has several Tasks 3. Tasks has task step 4. Task step has Actions and obje

Re: Is deleting with IndexReader still possible?

2021-06-17 Thread Michael Wechner
cool, thanks very much for your quick response and updating the FAQ! Am 17.06.21 um 10:28 schrieb Adrien Grand: Good catch Michael, removing from IndexReader has actually been removed a long time ago. I just edited the FAQ to correct this. On Thu, Jun 17, 2021 at 10:08 AM Michael Wechner wrot

Re: Is deleting with IndexReader still possible?

2021-06-17 Thread Adrien Grand
Good catch Michael, removing from IndexReader has actually been removed a long time ago. I just edited the FAQ to correct this. On Thu, Jun 17, 2021 at 10:08 AM Michael Wechner wrote: > Hi > > According to the FAQ one can delete documents using the IndexReader > > > https://cwiki.apache.org/conf

Is deleting with IndexReader still possible?

2021-06-17 Thread Michael Wechner
Hi According to the FAQ one can delete documents using the IndexReader https://cwiki.apache.org/confluence/display/lucene/lucenefaq#LuceneFAQ-HowdoIdeletedocumentsfromtheindex? but when I look at the javadoc of Lucene version 8_8_2 https://lucene.apache.org/core/8_8_2/core/org/apache/lucene/in