[
https://issues.apache.org/jira/browse/LUCENE-6168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269387#comment-14269387
]
Robert Muir commented on LUCENE-6168:
-------------------------------------
I'm gonna try to remove Fields: we shouldnt need this.
FieldsProducer should look like:
{code}
Terms terms(String field);
{code}
and that should be it. People who want to iterate indexed fields can use
fieldinfos.
> Separate FieldsProducer from Fields
> -----------------------------------
>
> Key: LUCENE-6168
> URL: https://issues.apache.org/jira/browse/LUCENE-6168
> Project: Lucene - Core
> Issue Type: Bug
> Reporter: Robert Muir
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]