Class DocumentField


  • public final class DocumentField
    extends Object
    Holder for a document field's information and data.
    • Method Detail

      • getName

        public String getName()
      • hasTermVectors

        public boolean hasTermVectors()
      • hasPayloads

        public boolean hasPayloads()
      • hasNorms

        public boolean hasNorms()
      • getNorm

        public long getNorm()
      • isStored

        public boolean isStored()
      • getStringValue

        public String getStringValue()
      • getBinaryValue

        public BytesRef getBinaryValue()
      • getNumericValue

        public Number getNumericValue()
      • getPointDimensionCount

        public int getPointDimensionCount()
      • getPointNumBytes

        public int getPointNumBytes()