[ 
https://issues.apache.org/jira/browse/LUCENE-7875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16704791#comment-16704791
 ] 

ASF subversion and git services commented on LUCENE-7875:
---------------------------------------------------------

Commit 04916239337f4e1435e70ba78bb174c019f9f925 in lucene-solr's branch 
refs/heads/master from [~dsmiley]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=0491623 ]

LUCENE-7875: CHANGES.txt: moved to API changes


> Rename or move most of MultiFields
> ----------------------------------
>
>                 Key: LUCENE-7875
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7875
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: David Smiley
>            Assignee: David Smiley
>            Priority: Minor
>             Fix For: master (8.0)
>
>         Attachments: LUCENE-7875.patch, LUCENE-7875.patch, LUCENE-7875.patch, 
> LUCENE-7875.patch
>
>
> MultiFields.java has a bunch of static methods that provide a single 
> LeafReader's view over a bunch of things.
> This goes to MultiBits (which will become public):
>  * {{Bits getLiveDocs(IndexReader reader)}}
> These go to FieldInfos:
>  * {{FieldInfos getMergedFieldInfos(IndexReader reader)}}
>  * {{Collection<String> getIndexedFields(IndexReader reader)}}
> These go to MultiTerms:
>  * Terms getTerms(IndexReader r, String field)
>  * {{PostingsEnum getTermPostingsEnum(IndexReader r, String field, BytesRef 
> term)}} which is renamed a little



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to