StandardTokenizerFactory
Factory for StandardTokenizer.
<fieldType name="text_stndrd" class="solr.TextField" positionIncrementGap="100"> <analyzer> <tokenizer class="solr.StandardTokenizerFactory" maxTokenLength="255"/> </analyzer> </fieldType>
Since
3.1
Constructors
Properties
Functions
Link copied to clipboard
Creates a TokenStream of the specified input using the default attribute factory.
Creates a TokenStream of the specified input using the given AttributeFactory
Link copied to clipboard
fun get(args: MutableMap<String, String>, name: String, allowedValues: MutableCollection<String>, defaultVal: String? = null, caseSensitive: Boolean = true): String?
Link copied to clipboard
Returns whitespace- and/or comma-separated set of values, or null if none are found
Link copied to clipboard