re-enable random term encoding in TestGeoPointQuery

This commit is contained in:
nknize 2016-02-07 14:50:26 -06:00
parent 1d4d9c588c
commit dac06176ec
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class TestGeoPointQuery extends BaseGeoPointTestCase {
@BeforeClass
public static void beforeClass() throws Exception {
directory = newDirectory();
termEncoding = TermEncoding.PREFIX;// randomTermEncoding();
termEncoding = randomTermEncoding();
fieldType = randomFieldType();
RandomIndexWriter writer = new RandomIndexWriter(random(), directory,