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)
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
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
Why is Lucene.Net.Store.Azure throwing IndexNotFounException "no segments* file found in AzureDirectory" exception after modifying the index?
For some reason when I delete a document from a Lucene index it is throwing a "no segments* file found in AzureDirectory" exception. This only happens when trying to load the data stored re...
Michael Halpin
Votes: 0
Answers: 0
Lucene.Net: How to match one or more of the search Fields?
I've started currently to use Lucene.Net to search across some txt files. I've implemented the single field search and it works awesome, but I'm stuck at the multiple fields part. It seems that the te...
Ion
Votes: 0
Answers: 0