[
https://issues.apache.org/jira/browse/LUCENE-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13123250#comment-13123250
]
Jason Rutherglen commented on LUCENE-3498:
------------------------------------------
Simon, I think you'd be surprised at how many of the current [uber-complex]
features of Lucene, few people use (readerTermsIndexDivisor, termIndexInterval,
mergedSegmentWarmer are great examples, that are not-so-complex in IWC alone).
For people who use this, the factory system is a lot more user friendly than
subclassing.
A protected method in IW doesn't take into account opening a DR from a DR, to
do that please commit LUCENE-3497. If that gets in, we can open an issue to
add a protected method to IW.
> 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]