[ https://issues.apache.org/jira/browse/GEODE-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008818#comment-16008818 ]
ASF subversion and git services commented on GEODE-2637: -------------------------------------------------------- Commit efbe53cbafe30c5fb17681e22a3c83f3042e08ae in geode's branch refs/heads/feature/GEODE-2632-15 from nabarunnag [ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=efbe53c ] GEODE-2637: Refactored LuceneQueryFactory.setResultLimit() * Renamed LuceneQueryFactory.getResult to setLimit() * This is done to match the cwiki documents > 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 > Affects Versions: 1.2.0 > Reporter: Shelley Lynn Hughes-Godfrey > Assignee: 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)