Renaud Delbru created LUCENE-4018:
-------------------------------------
Summary: Make accessible subenums in MappingMultiDocsEnum
Key: LUCENE-4018
URL: https://issues.apache.org/jira/browse/LUCENE-4018
Project: Lucene - Java
Issue Type: Improvement
Components: core/codecs
Affects Versions: 4.0
Reporter: Renaud Delbru
Fix For: 4.0
Attachments: LUCENE-4018.patch
The #merge method of the PostingsConsumer receives MappingMultiDocsEnum and
MappingMultiDocsAndPositionsEnum as postings enum. In certain case (with
specific postings formats), the #merge method needs to be overwritten, and the
underlying DocsEnums wrapped by the MappingMultiDocsEnum need to be accessed.
The MappingMultiDocsEnum class should provide a method #getSubs similarly to
MultiDocsEnum class.
--
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]