You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IndexReaders are able to perform certain write operations on an index (setNorm(), deleteDocument()). This makes issues like #1818 more complicated and also duplicate code for acquiring locks and write transactions is necessary.
Therefore we should make IndexReaders "read-only" in the future. However, we have to find a good solution to support setting norms and deleting documents by docid with the IndexWriter. See related discussions in #1818 and http://www.gossamer-threads.com/lists/lucene/java-dev/52017.
Migrated from LUCENE-1030 by Michael Busch, resolved Sep 22 2008
Linked issues:
IndexReaders are able to perform certain write operations on an index (setNorm(), deleteDocument()). This makes issues like #1818 more complicated and also duplicate code for acquiring locks and write transactions is necessary.
Therefore we should make IndexReaders "read-only" in the future. However, we have to find a good solution to support setting norms and deleting documents by docid with the IndexWriter. See related discussions in #1818 and http://www.gossamer-threads.com/lists/lucene/java-dev/52017.
Migrated from LUCENE-1030 by Michael Busch, resolved Sep 22 2008
Linked issues:
The text was updated successfully, but these errors were encountered: