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

Expert API to specify indexing chain

Details

    • New Feature
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 2.9
    • core/index
    • None
    • New, Patch Available

    Description

      It would be nice to add an expert API to specify an indexing chain, so that
      we can make use of Mike's nice LUCENE-1301 feature.

      This patch simply adds a package-protected expert API to IndexWriter and
      DocumentsWriter. It adds a inner, abstract class to DocumentsWriter called
      IndexingChain, and a default implementation that is the currently used one.

      This might not be the final solution, but a nice way to play with different
      modules in the indexing chain.

      Could you take a look at the patch, Mike?

      Attachments

        1. lucene-1419.patch
          11 kB
          Michael Busch

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: