Package de.cxp.ocs.spi.search
Interface UserQueryAnalyzer
-
- All Superinterfaces:
ConfigurableExtension
- All Known Implementing Classes:
QuerqyQueryExpander,WhitespaceAnalyzer,WhitespaceWithShingles
public interface UserQueryAnalyzer extends ConfigurableExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<QueryStringTerm>analyze(String userQuery)-
Methods inherited from interface de.cxp.ocs.spi.search.ConfigurableExtension
initialize
-
-
-
-
Method Detail
-
analyze
List<QueryStringTerm> analyze(String userQuery)
-
-