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
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]