|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.query.lucene.basic.DynamicField
@Immutable public final class DynamicField
A representation of a field to be added to the document without knowledge of the field at compile time.
Constructor Summary | |
---|---|
DynamicField(DynamicField next,
String fieldName,
Object value,
boolean analyzed,
boolean stored)
|
Method Summary | |
---|---|
String |
getFieldName()
Get the field name. |
DynamicField |
getNext()
Get the next dynamic field. |
Object |
getValue()
Get the field value or values. |
boolean |
isAnalyzed()
Determine if this field is to be analyzed. |
boolean |
isStored()
Determine if this field is to be stored in the indexes, allowing use of comparison operations. |
String |
toString()
|
protected void |
toString(StringBuilder sb)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DynamicField(DynamicField next, String fieldName, Object value, boolean analyzed, boolean stored)
Method Detail |
---|
public String getFieldName()
public Object getValue()
public boolean isAnalyzed()
public boolean isStored()
public DynamicField getNext()
public String toString()
toString
in class Object
protected void toString(StringBuilder sb)
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |