Class IDField

  • All Implemented Interfaces:
    Serializable, org.apache.lucene.document.Fieldable

    public class IDField
    extends org.apache.lucene.document.AbstractField
    IDField implements a lucene field for the id of a node.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.lucene.document.AbstractField

        binaryLength, binaryOffset, boost, fieldsData, indexOptions, isBinary, isIndexed, isStored, isTokenized, lazy, name, omitNorms, storeOffsetWithTermVector, storePositionWithTermVector, storeTermVector, tokenStream
    • Constructor Summary

      Constructors 
      Constructor Description
      IDField​(NodeId id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Reader readerValue()  
      String stringValue()  
      org.apache.lucene.analysis.TokenStream tokenStreamValue()  
      • Methods inherited from class org.apache.lucene.document.AbstractField

        getBinaryLength, getBinaryOffset, getBinaryValue, getBinaryValue, getBoost, getIndexOptions, getOmitNorms, getOmitTermFreqAndPositions, isBinary, isIndexed, isLazy, isStored, isStoreOffsetWithTermVector, isStorePositionWithTermVector, isTermVectorStored, isTokenized, name, setBoost, setIndexOptions, setOmitNorms, setOmitTermFreqAndPositions, setStoreTermVector, toString
    • Constructor Detail

      • IDField

        public IDField​(NodeId id)
    • Method Detail

      • stringValue

        public String stringValue()
      • readerValue

        public Reader readerValue()
      • tokenStreamValue

        public org.apache.lucene.analysis.TokenStream tokenStreamValue()