Class 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 Detail

      • queryToRun

        @NonNull
        private @NonNull String queryToRun
    • Constructor Detail

      • RunQuery

        public RunQuery()