Class ShapeDocValues.Reader.Header

java.lang.Object
org.apache.lucene.document.ShapeDocValues.Reader.Header
Enclosing class:
ShapeDocValues.Reader

private final class ShapeDocValues.Reader.Header extends Object
  • Constructor Details

    • Header

      private Header()
  • Method Details

    • readType

      private static ShapeField.DecodedTriangle.TYPE readType(int bits)
      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