mirror of https://github.com/apache/lucene.git
whoops ... args were being passed in wrong order
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@563753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
022e1d7633
commit
e8533194c0
|
@ -548,7 +548,7 @@ public class SimpleFacets {
|
|||
protected int rangeCount(String field, String low, String high,
|
||||
boolean iLow, boolean iHigh) throws IOException {
|
||||
return searcher.numDocs(new ConstantScoreRangeQuery(field,low,high,
|
||||
iHigh,iLow),
|
||||
iLow,iHigh),
|
||||
docs);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue