You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by PaulElschot <gi...@git.apache.org> on 2017/01/28 12:10:10 UTC

[GitHub] lucene-solr pull request #146: Rename Terms to IndexedField and some related...

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 <pa...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request: SOLR-7501 fix timing bugs in map-reduce ...

Posted by madrob <gi...@git.apache.org>.
Github user madrob commented on the pull request:

    https://github.com/apache/lucene-solr/pull/146#issuecomment-99179940
  
    Can we just use TimeUnit to do all of the conversions?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request: SOLR-7501 fix timing bugs in map-reduce ...

Posted by wanshenghua <gi...@git.apache.org>.
Github user wanshenghua commented on the pull request:

    https://github.com/apache/lucene-solr/pull/146#issuecomment-99198888
  
    done


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org