[
https://issues.apache.org/jira/browse/LUCENE-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123240#comment-13123240
]
Simon Willnauer commented on LUCENE-3498:
-----------------------------------------
Instead of adding this factory can't we have a protected DirectoryReader
create(..) method in IndexWriter you can override if you really need this. This
is way way expert so I don't expect a lot of people use this feature. to open a
reader you can then add some static factories in your own code?
> IndexReaderFactory for Lucene
> -----------------------------
>
> Key: LUCENE-3498
> URL: https://issues.apache.org/jira/browse/LUCENE-3498
> Project: Lucene - Java
> Issue Type: New Feature
> Components: core/index
> Affects Versions: 3.4, 4.0
> Reporter: Jason Rutherglen
> Priority: Minor
> Attachments: LUCENE-3498.patch
>
>
> An IndexReaderFactory can be used by IndexWriter and DirectoryReader to
> enable subclasses of DR to be instantiated by Lucene, automatically.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]