python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hibernate search with lucene does not index similar names correctly
I'm learning Hibernate Search 6.1.3.Final with Lucene 8.11.1 as backend and Spring Boot 2.6.6. I'm trying to create a search for product names, barcodes and manufacturers. Currently, I'm doing an inte...

Nico
Votes: 0
Answers: 1
Lucene Index converting gen0 memory to unmanaged resource
I am using Lucene NET v4.8 beta, and I have noticed that my service consume more and more memory whenever I add huge amounts of data to the index.
I analyzed this through dotMemory, seen below. The s...
Aiyuni
Votes: 0
Answers: 0
Using a Java pattern Globally PatternCaptureGroupTokenFilter
I am currently using the Pattern Capture Group Token Filter inside an Elasticsearch plugin. Currently, the plugin is working absolutely fine and is emitting the tokens also. But, the issue is that the...
Dishant
Votes: 0
Answers: 1
Lucene index files changing constantly even when there is no adding, updating, or deletion operations performed on it
I have noticed that, my lucene index segment files (file names) are always changing constantly, even when I am not performing any add, update, or delete operations. The only operations I am performin...
Aiyuni
Votes: 0
Answers: 1