Class WhitespaceAnalyzer
- java.lang.Object
-
- de.cxp.ocs.elasticsearch.query.analyzer.WhitespaceAnalyzer
-
- All Implemented Interfaces:
ConfigurableExtension,UserQueryAnalyzer
public class WhitespaceAnalyzer extends Object implements UserQueryAnalyzer
-
-
Constructor Summary
Constructors Constructor Description WhitespaceAnalyzer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<QueryStringTerm>analyze(String userQuery)static List<QueryStringTerm>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
-
-
-
-
Method Detail
-
analyze
public List<QueryStringTerm> analyze(String userQuery)
- Specified by:
analyzein interfaceUserQueryAnalyzer
-
toQueryStringWordList
public static List<QueryStringTerm> toQueryStringWordList(String[] words)
-
-