indexing - Lucene creating duplicate indexes -


I created an app using Lusen The server threw out the memory errors because I searched for one in every app Was an index holder. The garbage collector could not keep up.

I have implemented a singleton approach and now many indexes are being made.

Enter image details here

Why a clue is this Used to be? Index Referrer is what I keep steady. I have received the index from this.

You do not have multiple indexes, you have a lot of sections, the index in the segment with Lucene over time Splits, however, if you want you can compact it.

See more for more information

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -