[
https://issues.apache.org/jira/browse/GEODE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15340586#comment-15340586
]
ASF GitHub Bot commented on GEODE-11:
-------------------------------------
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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.
----
> Lucene Integration
> ------------------
>
> Key: GEODE-11
> URL: https://issues.apache.org/jira/browse/GEODE-11
> Project: Geode
> Issue Type: New Feature
> Components: querying
> Reporter: Dan Smith
> Assignee: xiaojian zhou
>
> This is a feature that has been under development for GemFire but was not
> part of the initial drop of code for geode.
> Allow Lucene indexes to be stored in Geode regions allowing users to do text
> searches on data stored in Geode.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)