Package org.apache.maven.index.expr
Class UserInputSearchExpression
java.lang.Object
org.apache.maven.index.expr.StringSearchExpression
org.apache.maven.index.expr.SearchTypedStringSearchExpression
org.apache.maven.index.expr.UserInputSearchExpression
- All Implemented Interfaces:
SearchExpression
,SearchTyped
UserInputSearchExpression is a search expression usually coming from user input (like some UI dialogue, UI element or
CLI). It will be normalized and tokenized and then a search will happen against it. Search expressions of this type
will always provide "broader" (scored, not exact) results, since it defaults to prefix searches and assumes
"non complete" input.
- Author:
- cstamas
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.index.expr.SearchTypedStringSearchExpression
getSearchType
Methods inherited from class org.apache.maven.index.expr.StringSearchExpression
getStringValue
-
Constructor Details
-
UserInputSearchExpression
- Throws:
IllegalArgumentException
-