public class IndexFieldDefinition extends FieldDefinition
| Modifier and Type | Field and Description |
|---|---|
String |
alias
If not
null, this is the fieldname under which the value is indexed. |
float |
boost |
String |
decryptionPassword
Password for unlocking the content of binary fields that may contain encrypted pdf documents.
|
String |
escaper
The escaper to use when including the field's value.
|
boolean |
keyWord
If
true, the field's value is stored as a keyword. |
Indexer.Multiple |
multiple |
String |
split |
boolean |
storeText
If
true, the field's value is stored and can be returned
when search results are given. |
fieldName, optional, stepField| Constructor and Description |
|---|
IndexFieldDefinition(boolean storeTextDefault,
boolean mergeTextDefault,
Set<String> allIndexedFieldsSet) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Element fieldElement)
Configures the field definition, using data from a DOM element
|
String |
toString() |
public boolean keyWord
true, the field's value is stored as a keyword.public String escaper
public boolean storeText
true, the field's value is stored and can be returned
when search results are given.public String alias
null, this is the fieldname under which the value is indexed.
Fieldnames with similar values are pooled together.public String decryptionPassword
public Indexer.Multiple multiple
public float boost
public String split
public void configure(Element fieldElement)
FieldDefinitionconfigure in class FieldDefinitionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}