You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by aparnard <gi...@git.apache.org> on 2016/06/20 22:45:08 UTC

[GitHub] incubator-geode pull request #169: GEODE-11: Added findKeys, findValues and ...

GitHub user aparnard opened a pull request:

    https://github.com/apache/incubator-geode/pull/169

    GEODE-11: Added findKeys, findValues and findResults to LuceneQuery

    Renamed LuceneQueryResults to PageableLuceneQueryResults and search to findPages.
    
    Added the findKeys method to LuceneQuery that returns the list of keys. Added
    unit and intergration to test findKeys. Added an integration test for
    pagination.
    
    Added findValues() to LuceneQuery and added unit and intergration tests.
    
    Added a parameter for the type of the key for EntryScore and TopEntries.
    
    Added findResults() to LuceneQuery which returns a list of LuceneResultStruct objects
    
    Changing PageableLuceneQueryResults to extend
    Iterator<List<LuceneResultStruct>> so that it can be used with utilities that
    expect an iterator.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/aparnard/incubator-geode feature/GEODE-11-findKeys

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-geode/pull/169.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 #169
    
----
commit 97961d6fb9cc613b90a7d2f949f35369ac4d60fb
Author: Aparna Dharmakkan <ad...@pivotal.io>
Date:   2016-06-17T19:01:28Z

    GEODE-11 Renamed LuceneQueryResults and search
    
    Renamed LuceneQueryResults to PageableLuceneQueryResults and search to findPages.

commit ecb247fd3843770ad7ee2ea4e5fa2708b6cdf872
Author: Aparna Dharmakkan <ad...@pivotal.io>
Date:   2016-06-17T23:17:19Z

    GEODE-11 Added the findKeys method to LuceneQuery
    
    Added the findKeys method to LuceneQuery that returns the list of keys. Added
    unit and intergration to test findKeys. Added an integration test for
    pagination.

commit b9994a92246ad563bf1d2ca3efb4d61b3ea402c3
Author: Aparna Dharmakkan <ad...@pivotal.io>
Date:   2016-06-20T18:31:07Z

    GEODE-11: Added findValues() to LuceneQuery
    
    Added findValues() to LuceneQuery and added unit and intergration tests.

commit 855155f5453a71072af5294bac4c1b953b72ea65
Author: Aparna Dharmakkan <ad...@pivotal.io>
Date:   2016-06-20T19:15:46Z

    GEODE-11: Parameterized EntryScore and TopEntries
    
    Added a parameter for the type of the key for EntryScore and TopEntries.

commit ac991e597b959e86ba0b89b245ed66e42abeb25d
Author: Aparna Dharmakkan <ad...@pivotal.io>
Date:   2016-06-20T22:03:29Z

    GEODE-11: Added findResults() to LuceneQuery
    
    Added findResults() to LuceneQuery which returns a list of LuceneResultStruct objects

commit 676ebaa9aa7fd6222f38722fc5b00231294c5d40
Author: Aparna Dharmakkan <ad...@pivotal.io>
Date:   2016-06-20T22:31:22Z

    GEODE-11: PageableLuceneQueryResults extends Iterator
    
    Changing PageableLuceneQueryResults to extend
    Iterator<List<LuceneResultStruct>> so that it can be used with utilities that
    expect an iterator.

----


---
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.
---

[GitHub] incubator-geode issue #169: GEODE-11: Added findKeys, findValues and findRes...

Posted by upthewaterspout <gi...@git.apache.org>.
Github user upthewaterspout commented on the issue:

    https://github.com/apache/incubator-geode/pull/169
  
    +1


---
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.
---

[GitHub] incubator-geode issue #169: GEODE-11: Added findKeys, findValues and findRes...

Posted by kirklund <gi...@git.apache.org>.
Github user kirklund commented on the issue:

    https://github.com/apache/incubator-geode/pull/169
  
    Changes look great!


---
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.
---

[GitHub] incubator-geode pull request #169: GEODE-11: Added findKeys, findValues and ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-geode/pull/169


---
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.
---