Uses of Class
org.apache.solr.schema.TextField
-
Packages that use TextField Package Description org.apache.solr.schema IndexSchema
andFieldType
implementations for powering schema.xml -
-
Uses of TextField in org.apache.solr.schema
Subclasses of TextField in org.apache.solr.schema Modifier and Type Class Description class
NestPathField
To be used for fieldIndexSchema.NEST_PATH_FIELD_NAME
for enhanced nested doc information.class
PreAnalyzedField
Pre-analyzed field type provides a way to index a serialized token stream, optionally with an independent stored value of a field.class
SortableTextField
SortableTextField
is a specialized form ofTextField
that supports Sorting and ValueSource functions, usingdocValues
built from the firstmaxCharsForDocValues
characters of the original (pre-analyzed) String values of this field.
-