XML Configuration Reference : Index : FilteringConfiguration
 
FilteringConfiguration
com.exalead.indexing.analysis.v10.FilteringConfiguration
Filters to apply to the words extracted from the semantic processors. Words that do not satisfy these conditions will not be indexed. The filtered values are expressed by the number of unicode characters.
Parent elements:
com.exalead.indexing.analysis.v10.AnalysisPipeline (as AnalysisPipeline)
Attributes:
Name
Type
Default value
Description
wordMaxLength
int
100
Maximal length of a word. 100 is the default value.
hexCharMax
int
Maximal number of hexadecimal characters that can appear in a word. This filter applies only for words bigger than 'hexLengthMin'. 0 = no filter (default value)
hexLengthMin
int
Minimal number of characters in a word for the hexadecimal filter to apply. 0 = no filter (default value)
maxNumChars
int
Maximal number of characters in a word. 0 = no filter (default value)