Add IndexReaderFactory to IndexWriter
-------------------------------------
Key: LUCENE-1674
URL: https://issues.apache.org/jira/browse/LUCENE-1674
Project: Lucene - Java
Issue Type: Improvement
Components: Index
Affects Versions: 2.4.1
Reporter: Jason Rutherglen
Priority: Trivial
Fix For: 2.9
With LUCENE-1516, IndexWriter.getReader, we take over the
instantiating of IndexReaders which prevents users who have
implemented custom IndexReader subclasses from using them.
The patch will create an IndexWriter.setReaderFactory method and
a IndexReaderFactory class that allows custom creation of the
internal readers created by IndexWriter.
--
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]