[ 
https://issues.apache.org/jira/browse/GEODE-11?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359474#comment-15359474
 ] 

ASF subversion and git services commented on GEODE-11:
------------------------------------------------------

Commit 1a3c38af10ad0b3dc0e6e9222a2c44f4f6598a3e in incubator-geode's branch 
refs/heads/develop from [~adharmakkan]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=1a3c38a ]

GEODE-11: Pagination of Lucene Query Results after entries are destroyed from 
the region

If a region entry is destroyed after a query is executed, the pages.next() call 
returns
a null value for the deleted entry. The code is changed to ignore deleted 
entries and
fetch the next available entry so that the page count remains consistent. Added 
tests to
verify scenarios of single, multiple and all region entry deletions.

Added a test to verify that all entries are fetched in one page when pagination 
is
disabled.

Signed-off-by: Anilkumar Gingade <[email protected]>

This closes #178


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

Reply via email to