| Package | Description |
|---|---|
| lux.index | |
| lux.index.field |
| Modifier and Type | Method and Description |
|---|---|
static FieldRole |
FieldRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldRole[] |
FieldRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
IndexConfiguration.getField(FieldRole fieldName) |
String |
IndexConfiguration.getFieldName(FieldRole role)
Get the effective name of a field, given its canonical name.
|
| Modifier and Type | Method and Description |
|---|---|
FieldRole |
FieldDefinition.getFieldRole() |
| Constructor and Description |
|---|
FieldDefinition(FieldRole role,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.Field.Store isStored,
FieldDefinition.Type type)
construct a field definition fulfilling a specific role known to the indexer and optimizer
|
FieldDefinition(FieldRole role,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.Field.Store isStored,
FieldDefinition.Type type,
boolean renameable)
Represents a Solr/Lucene field
|
Copyright © 2013. All Rights Reserved.