[ANNOUNCE] Apache Lucene 9.8.0 released

2023-09-28 Thread Patrick Zhai
The Lucene PMC is pleased to announce the release of Apache Lucene 9.8.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

Re: Exception from the codec layer during indexing

2023-09-28 Thread Rahul Goswami
Thanks Adrien. I am using Java 17. Occurs like clockwork in this particular customer's environment even after deleting the index and reconstructing. I have never seen this issue myself despite running the same Solr and Java version on more than 100 other nodes. I have no clue about the first except

Re: Exception from the codec layer during indexing

2023-09-28 Thread Adrien Grand
Hi Rahul, This exception complains that IndexingChain did not deduplicate terms as expected. I don't recall seeing this exception before (which doesn't mean it's not a real bug). What JVM are you running? Does this exception frequently occur or was it a one-off? On Thu, Sep 28, 2023 at 4:49 PM

Re: Exception from the codec layer during indexing

2023-09-28 Thread Rahul Goswami
Hi, Following up on my issue...anyone who's seen similar exceptions ? Or any insights on what might be going on? Thanks, Rahul On Wed, Sep 27, 2023 at 1:00 AM Rahul Goswami wrote: > Hello, > On one of the servers running Solr 7.7.2, during indexing I observe 2 > different kinds of exceptions co