Github user upthewaterspout commented on a diff in the pull request:

    https://github.com/apache/geode/pull/503#discussion_r115624102
  
    --- Diff: 
geode-lucene/src/main/java/org/apache/geode/cache/lucene/LuceneQuery.java ---
    @@ -69,17 +100,33 @@
        * {@link PageableLuceneQueryResults} provides the ability to fetch a 
page of results at a time,
        * as specified by {@link #getPageSize()}
        *
    +   * @return a PageableLuceneQuery that can be used to fetch one page of 
result at a time.
        * @throws LuceneQueryException if the query could not be parsed or 
executed.
    +   * @throws CacheClosedException if the cache was closed while the Lucene 
query was being executed.
    +   * @throws PrimaryBucketException if the primary bucket was moved from 
the node on which the
    --- End diff --
    
    Another PrimaryBucketException


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

Reply via email to