@Immutable public final class DynamicField extends Object implements Serializable
Constructor and Description |
---|
DynamicField(DynamicField next,
String fieldName,
Object value,
boolean analyzed,
boolean stored) |
Modifier and Type | Method and Description |
---|---|
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) |
public DynamicField(DynamicField next, String fieldName, Object value, boolean analyzed, boolean stored)
public String getFieldName()
public Object getValue()
public boolean isAnalyzed()
public boolean isStored()
public DynamicField getNext()
protected void toString(StringBuilder sb)
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.