I am seeing this stack trace in my logs:
org.apache.lucene.util.SetOnce$AlreadySetException: The object cannot be set twice!
at org.apache.lucene.util.SetOnce.set(SetOnce.java:69)
at org.apache.lucene.index.MergePolicy.setIndexWriter(MergePolicy.java:271)
at org.apache.lucene.index.IndexWriter.<init>(IndexWriter.java:1104)
...
What can possibly cause this exception? I can't be calling the constructor of IndexWriter
twice, can I ;)
Any help appreciated
- Clemens
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|