Class IDField
- java.lang.Object
-
- org.apache.lucene.document.AbstractField
-
- org.apache.jackrabbit.core.query.lucene.IDField
-
- All Implemented Interfaces:
Serializable
,Fieldable
public class IDField extends 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reader
readerValue()
String
stringValue()
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 TokenStream tokenStreamValue()
-
-