mirror of https://github.com/apache/lucene.git
LUCENE-5714: Remove unused private constants in BBoxStrategy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1608988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
72ced061b7
commit
99f135848a
|
@ -80,9 +80,6 @@ public class BBoxStrategy extends SpatialStrategy {
|
|||
public static final String SUFFIX_MAXY = "__maxY";
|
||||
public static final String SUFFIX_XDL = "__xdl";
|
||||
|
||||
private static BytesRef T_BYTES = new BytesRef("T");//same as Solr BoolField
|
||||
private static BytesRef F_BYTES = new BytesRef("F");//same as Solr BoolField
|
||||
|
||||
/*
|
||||
* The Bounding Box gets stored as four fields for x/y min/max and a flag
|
||||
* that says if the box crosses the dateline (xdl).
|
||||
|
|
Loading…
Reference in New Issue