Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-1030

"Read-only" IndexReaders

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Duplicate
    • None
    • None
    • core/index
    • None
    • New

    Description

      IndexReaders are able to perform certain write operations on an index (setNorm(), deleteDocument()). This makes issues like LUCENE-743 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 LUCENE-743 and http://www.gossamer-threads.com/lists/lucene/java-dev/52017.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              michaelbusch Michael Busch
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: