Uses of Class
org.apache.lucene.document.ShapeField.DecodedTriangle
-
Packages that use ShapeField.DecodedTriangle Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching. -
-
Uses of ShapeField.DecodedTriangle in org.apache.lucene.document
Fields in org.apache.lucene.document declared as ShapeField.DecodedTriangle Modifier and Type Field Description private ShapeField.DecodedTriangle
ShapeDocValues.TreeNode. triangle
the triangle for this tree nodeMethods in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangle Modifier and Type Method Description static void
ShapeField. decodeTriangle(byte[] t, ShapeField.DecodedTriangle triangle)
Decode a triangle encoded byShapeField.encodeTriangle(byte[], int, int, boolean, int, int, boolean, int, int, boolean)
.(package private) static void
ShapeField. resolveTriangleType(ShapeField.DecodedTriangle triangle)
Method parameters in org.apache.lucene.document with type arguments of type ShapeField.DecodedTriangle Modifier and Type Method Description private ShapeDocValues.TreeNode
ShapeDocValues. buildTree(java.util.List<ShapeField.DecodedTriangle> tessellation, java.util.List<ShapeDocValues.TreeNode> dfsSerialized)
main entry point to build the tessellation tree *private BytesRef
ShapeDocValues. computeBinaryValue(java.util.List<ShapeField.DecodedTriangle> tessellation)
static LatLonShapeDocValuesField
LatLonShape. createDocValueField(java.lang.String fieldName, java.util.List<ShapeField.DecodedTriangle> tessellation)
create aLatLonShapeDocValuesField
from an existing tessellationstatic XYShapeDocValuesField
XYShape. createDocValueField(java.lang.String fieldName, java.util.List<ShapeField.DecodedTriangle> tessellation)
create aXYShapeDocValuesField
from a precomputed tessellationConstructors in org.apache.lucene.document with parameters of type ShapeField.DecodedTriangle Constructor Description TreeNode(ShapeField.DecodedTriangle t)
Constructor parameters in org.apache.lucene.document with type arguments of type ShapeField.DecodedTriangle Constructor Description LatLonShapeDocValues(java.util.List<ShapeField.DecodedTriangle> tessellation)
protected ctor for instantiating a lat lon doc value based on a tessellationLatLonShapeDocValuesField(java.lang.String name, java.util.List<ShapeField.DecodedTriangle> tessellation)
constructs aLatLonShapeDocValueField
from a pre-tessellated geometryShapeDocValues(java.util.List<ShapeField.DecodedTriangle> tessellation)
Creates a instance from a shape tessellationXYShapeDocValues(java.util.List<ShapeField.DecodedTriangle> tessellation)
protected ctor for instantiating a cartesian doc value based on a tessellationXYShapeDocValuesField(java.lang.String name, java.util.List<ShapeField.DecodedTriangle> tessellation)
constructs aXYShapeDocValueField
from a pre-tessellated geometry
-