[
https://issues.apache.org/jira/browse/LUCENE-7633?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15844027#comment-15844027
]
ASF GitHub Bot commented on LUCENE-7633:
----------------------------------------
GitHub user PaulElschot opened a pull request:
https://github.com/apache/lucene-solr/pull/146
Rename Terms to IndexedField and some related renamings, LUCENE-7633
This is a more extensive renaming:
Class renames:
Terms to IndexedField
Fields to IndexedFields
MultiTerms to MultiField
FilterLeafReader.FilterTerms to FilterLeafReader.FilterField
AssertingTerms to AssertingField
Method renames:
Terms.iterator() to IndexedField.getTermsEnum()
Fields.terms() to IndexedFields.indexedField()
MultiFields.getTerms() to MultiFields.getIndexedField()
Not renamed:
class MultiFields
local variables IndexedField terms
*Terms extends IndexedFields in codecs package
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PaulElschot/lucene-solr indexedfield2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/146.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #146
----
commit f3f7db288efdf729b82bc43f4300f1cb83c83d6a
Author: Paul Elschot <[email protected]>
Date: 2017-01-28T11:55:37Z
Rename Terms to IndexedField and some related renamings, LUCENE-7633
----
> Rename Terms to FieldTerms
> --------------------------
>
> Key: LUCENE-7633
> URL: https://issues.apache.org/jira/browse/LUCENE-7633
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Paul Elschot
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]