mirror of https://github.com/apache/lucene.git
re-enable random term encoding in TestGeoPointQuery
This commit is contained in:
parent
1d4d9c588c
commit
dac06176ec
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue