|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldType | |
---|---|
org.apache.solr.handler | |
org.apache.solr.handler.component | |
org.apache.solr.schema | |
org.apache.solr.update |
Uses of FieldType in org.apache.solr.handler |
---|
Methods in org.apache.solr.handler that return FieldType | |
---|---|
FieldType |
AnalysisRequestHandlerBase.AnalysisContext.getFieldType()
|
Constructors in org.apache.solr.handler with parameters of type FieldType | |
---|---|
AnalysisRequestHandlerBase.AnalysisContext(FieldType fieldType,
Analyzer analyzer,
Set<String> termsToMatch)
Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch. |
|
AnalysisRequestHandlerBase.AnalysisContext(String fieldName,
FieldType fieldType,
Analyzer analyzer)
Constructs an AnalysisContext with a given field name, field type and analyzer. |
|
AnalysisRequestHandlerBase.AnalysisContext(String fieldName,
FieldType fieldType,
Analyzer analyzer,
Set<String> termsToMatch)
Constructs a new AnalysisContext with a given field tpe, analyzer and termsToMatch. |
Uses of FieldType in org.apache.solr.handler.component |
---|
Fields in org.apache.solr.handler.component declared as FieldType | |
---|---|
FieldType |
FacetComponent.FieldFacet.ftype
|
Constructors in org.apache.solr.handler.component with parameters of type FieldType | |
---|---|
FieldFacetStats(String name,
FieldCache.StringIndex si,
FieldType ft,
int numStatsTerms)
|
Uses of FieldType in org.apache.solr.schema |
---|
Subclasses of FieldType in org.apache.solr.schema | |
---|---|
class |
BCDIntField
|
class |
BCDLongField
|
class |
BCDStrField
|
class |
BinaryField
|
class |
BoolField
|
class |
ByteField
|
class |
CompressableField
CompressableField is an abstract field type which enables a
field to be compressed (by specifying compressed="true" at the
field definition level) and provides optional support for specifying a
threshold at which compression is enabled. |
class |
DateField
FieldType that can represent any Date/Time with millisecond precision. |
class |
DoubleField
|
class |
ExternalFileField
Get values from an external file instead of the index. |
class |
FloatField
|
class |
IntField
|
class |
LegacyDateField
Deprecated. use DateField |
class |
LongField
|
class |
RandomSortField
Utility Field used for random sorting. |
class |
ShortField
|
class |
SortableDoubleField
|
class |
SortableFloatField
|
class |
SortableIntField
|
class |
SortableLongField
|
class |
StrField
|
class |
TextField
TextField is the basic type for configurable text analysis. |
class |
TrieDateField
|
class |
TrieDoubleField
|
class |
TrieField
Provides field types to support for Lucene's Trie Range Queries. |
class |
TrieFloatField
|
class |
TrieIntField
|
class |
TrieLongField
|
class |
UUIDField
This FieldType accepts UUID string values, as well as the special value of "NEW" which triggers generation of a new random UUID. |
Methods in org.apache.solr.schema that return FieldType | |
---|---|
FieldType |
IndexSchema.getDynamicFieldType(String fieldName)
Returns the FieldType of the best matching dynamic field for the specified field name |
FieldType |
IndexSchema.getFieldType(String fieldName)
Returns the FieldType for the specified field name. |
FieldType |
IndexSchema.getFieldTypeNoEx(String fieldName)
Returns the FieldType for the specified field name. |
FieldType |
SchemaField.getType()
|
Methods in org.apache.solr.schema that return types with arguments of type FieldType | |
---|---|
Map<String,FieldType> |
IndexSchema.getFieldTypes()
Provides direct access to the Map containing all Field Types in the index, keyed on field type name. |
Methods in org.apache.solr.schema with parameters of type FieldType | |
---|---|
static String |
TrieField.getMainValuePrefix(FieldType ft)
expert internal use, subject to change. |
Constructors in org.apache.solr.schema with parameters of type FieldType | |
---|---|
SchemaField(String name,
FieldType type)
Create a new SchemaField with the given name and type, using all the default properties from the type. |
|
SchemaField(String name,
FieldType type,
int properties,
String defaultValue)
Create a new SchemaField with the given name and type, and with the specified properties. |
Uses of FieldType in org.apache.solr.update |
---|
Fields in org.apache.solr.update declared as FieldType | |
---|---|
protected FieldType |
UpdateHandler.idFieldType
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |