Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Luke makes background index changes instead of just reading it #74

Open
GoogleCodeExporter opened this issue Jul 29, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

I had a few days of headache of debugging lucene FileNotFoundException. In the 
background I've been using LUKE 3.1.0 to view what happens in the index.

Finally it turned out that I was chasing the bug that doesn't exists. All 
because simple opening the index in LUKE, immediately makes changes to the 
index (if LUKE decides to merge the it), instead of simple reading it. 

This is really unexpected if you want just to read the index and trace changes. 
This is more unexpected if you have another application you want to debug, that 
uses IndexWriter in exclusive mode (FNFE).

Can this be turned off?

Please review https://issues.apache.org/jira/browse/LUCENE-3422

Original issue reported on code.google.com by [email protected] on 19 Jul 2013 at 9:21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant