Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
Modifier and Type | Method and Description |
---|---|
static void |
ShapeField.decodeTriangle(byte[] t,
ShapeField.DecodedTriangle triangle)
Decode a triangle encoded by
ShapeField.encodeTriangle(byte[], int, int, boolean, int, int, boolean, int, int, boolean) . |
protected boolean |
XYShapeBoundingBoxQuery.queryMatches(byte[] t,
ShapeField.DecodedTriangle scratchTriangle,
ShapeField.QueryRelation queryRelation)
returns true if the query matches the encoded triangle
|
protected Component2D.WithinRelation |
XYShapeBoundingBoxQuery.queryWithin(byte[] t,
ShapeField.DecodedTriangle scratchTriangle) |
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.