LUCENE-2148: fix the Solr test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@928867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2010-03-29 18:56:33 +00:00
parent 61b781d376
commit 97dfb8c53c
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ public class PolyFieldTest extends SolrTestCaseJ4 {
}
}
assertU(commit());
CartesianPolyFilterBuilder cpfb = new CartesianPolyFilterBuilder("");
CartesianPolyFilterBuilder cpfb = new CartesianPolyFilterBuilder("", 4, 15);
//Get the box based on this point and our distance
final Shape shape = cpfb.getBoxShape(45, -80, 10);//There's a bit of a bug in here that requires a small tier filter here.
final List<Double> boxIds = shape.getArea();