| Package | Description |
|---|---|
| lux.index.field |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
FieldDefinition(org.apache.lucene.analysis.Analyzer analyzer,
org.apache.lucene.document.Field.Store isStored,
FieldDefinition.Type type)
creates a field definition without any special role
|
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
|
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
|
Copyright © 2013. All Rights Reserved.