|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldDefinition.Type | |
|---|---|
| lux.index.field | |
| Uses of FieldDefinition.Type in lux.index.field |
|---|
| Methods in lux.index.field that return FieldDefinition.Type | |
|---|---|
FieldDefinition.Type |
FieldDefinition.getType()
|
static FieldDefinition.Type |
FieldDefinition.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldDefinition.Type[] |
FieldDefinition.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in lux.index.field with parameters of type FieldDefinition.Type | |
|---|---|
FieldDefinition(String name,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.Field.Store isStored,
FieldDefinition.Type type)
construct an non-renameable field |
|
FieldDefinition(String name,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.Field.Store isStored,
FieldDefinition.Type type,
boolean renameable)
Represents a Solr/Lucene field |
|
XPathField(String name,
String xpath,
org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.Field.Store isStored,
FieldDefinition.Type type)
create a new indexed field whose values are given by evaluating an XPath expression |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||