Class WhitespaceAnalyzer
java.lang.Object
de.cxp.ocs.elasticsearch.query.analyzer.WhitespaceAnalyzer
- All Implemented Interfaces:
ConfigurableExtension
,UserQueryAnalyzer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<WeightedTerm> toQueryStringWordList
(String[] words) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.cxp.ocs.spi.search.ConfigurableExtension
initialize
-
Constructor Details
-
WhitespaceAnalyzer
public WhitespaceAnalyzer()
-
-
Method Details
-
analyze
- Specified by:
analyze
in interfaceUserQueryAnalyzer
-
toQueryStringWordList
-