java.lang.Object
org.apache.lucene.document.ShapeDocValues.Reader.Header
- Enclosing class:
ShapeDocValues.Reader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
readHasLeftSubtree
(int bits) reads if the left subtree is nullprivate static boolean
readHasRightSubtree
(int bits) reads if the right subtree is nullprivate static ShapeField.DecodedTriangle.TYPE
readType
(int bits) reads the component type (POINT, LINE, TRIANGLE) such that triangle gives the highest variable compression
-
Constructor Details
-
Header
private Header()
-
-
Method Details
-
readType
reads the component type (POINT, LINE, TRIANGLE) such that triangle gives the highest variable compression -
readHasLeftSubtree
private static boolean readHasLeftSubtree(int bits) reads if the left subtree is null -
readHasRightSubtree
private static boolean readHasRightSubtree(int bits) reads if the right subtree is null
-