Uses of Class
org.apache.solr.schema.TextField
-
Packages that use TextField Package Description org.apache.solr.schema IndexSchemaandFieldTypeimplementations 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 classPreAnalyzedFieldPre-analyzed field type provides a way to index a serialized token stream, optionally with an independent stored value of a field.classSortableTextFieldSortableTextFieldis a specialized form ofTextFieldthat supports Sorting and ValueSource functions, usingdocValuesbuilt from the firstmaxCharsForDocValuescharacters of the original (pre-analyzed) String values of this field.
-