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
public class UserInputSearchExpression extends SearchTypedStringSearchExpression
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.
-
-
Constructor Summary
Constructors Constructor Description UserInputSearchExpression(java.lang.String expression)
-
Method Summary
-
Methods inherited from class org.apache.maven.index.expr.SearchTypedStringSearchExpression
getSearchType
-
Methods inherited from class org.apache.maven.index.expr.StringSearchExpression
getStringValue
-
-