|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.document.AbstractField
org.apache.jackrabbit.core.query.lucene.IDField
public class IDField
IDField implements a lucene field for the id of a node.
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.document.AbstractField |
|---|
binaryLength, binaryOffset, boost, fieldsData, isBinary, isCompressed, isIndexed, isStored, isTokenized, lazy, name, omitNorms, omitTf, storeOffsetWithTermVector, storePositionWithTermVector, storeTermVector |
| Constructor Summary | |
|---|---|
IDField(NodeId id)
|
|
| Method Summary | |
|---|---|
byte[] |
binaryValue()
|
Reader |
readerValue()
|
String |
stringValue()
|
org.apache.lucene.analysis.TokenStream |
tokenStreamValue()
|
| Methods inherited from class org.apache.lucene.document.AbstractField |
|---|
getBinaryLength, getBinaryOffset, getBinaryValue, getBinaryValue, getBoost, getOmitNorms, getOmitTf, isBinary, isCompressed, isIndexed, isLazy, isStored, isStoreOffsetWithTermVector, isStorePositionWithTermVector, isTermVectorStored, isTokenized, name, setBoost, setOmitNorms, setOmitTf, setStoreTermVector, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IDField(NodeId id)
| Method Detail |
|---|
public String stringValue()
public Reader readerValue()
public byte[] binaryValue()
public org.apache.lucene.analysis.TokenStream tokenStreamValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||