Class RunQuery
- java.lang.Object
-
- com.funnelback.plugin.index.model.querycompletion.action.RunQuery
-
- All Implemented Interfaces:
AutoCompletionAction
public class RunQuery extends Object implements AutoCompletionAction
An auto-completion action type which replaces the user's current query with the supplied one, causing a search results page with the supplied query to be shown.
-
-
Field Summary
Fields Modifier and Type Field Description private @NonNull String
queryToRun
-
Constructor Summary
Constructors Constructor Description RunQuery()
-
-
-
Field Detail
-
queryToRun
@NonNull private @NonNull String queryToRun
-
-