You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by "Shelley Lynn Hughes-Godfrey (JIRA)" <ji...@apache.org> on 2017/03/08 22:26:37 UTC

[jira] [Created] (GEODE-2637) LuceneQueryFactory.setResultLimit() method should match LuceneQuery.getLimit()

Shelley Lynn Hughes-Godfrey created GEODE-2637:
--------------------------------------------------

             Summary: LuceneQueryFactory.setResultLimit() method should match LuceneQuery.getLimit()
                 Key: GEODE-2637
                 URL: https://issues.apache.org/jira/browse/GEODE-2637
             Project: Geode
          Issue Type: Bug
          Components: lucene
            Reporter: Shelley Lynn Hughes-Godfrey


In the Lucene docs located here:
 https://cwiki.apache.org/confluence/display/GEODE/Text+Search+With+Lucene
we see that we control the number of results from the lucene query via LuceneQueryFactory.setLimit() which corresponds directly with the LuceneQuery.getLimit() method.

However, this has been implemented as LuceneQueryFactory.setResultLimit().
This needs to be changed to setLimit().



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)