Expert API to specify indexing chain
------------------------------------
Key: LUCENE-1419
URL: https://issues.apache.org/jira/browse/LUCENE-1419
Project: Lucene - Java
Issue Type: New Feature
Components: Index
Reporter: Michael Busch
Assignee: Michael Busch
Priority: Trivial
Fix For: 2.9
Attachments: lucene-1419.patch
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?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]