Uses of Enum Class
com.yahoo.search.Query.Type
Packages that use Query.Type
Package
Description
The top level classes of the search container. A Query represents the incoming request, which produces a Result
by chained execution of a set of Searchers.
The search query model
Provides access to parsing query strings into queries
-
Uses of Query.Type in com.yahoo.search
Methods in com.yahoo.search that return Query.TypeModifier and TypeMethodDescriptionstatic Query.TypeConverts a type argument value into a query typestatic Query.TypeReturns the enum constant of this class with the specified name.static Query.Type[]Query.Type.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Query.Type in com.yahoo.search.query
Methods in com.yahoo.search.query that return Query.TypeModifier and TypeMethodDescriptionModel.getType()Returns the query type of for this query.QueryType.getType()Returns the overall type of this.Methods in com.yahoo.search.query with parameters of type Query.TypeModifier and TypeMethodDescriptionstatic QueryTypeQueryType.from(Query.Type type) voidModel.setType(Query.Type type) Sets the query type of this query to the QueryType of the given type (such that any QueryType settings are deplaced by this).Constructors in com.yahoo.search.query with parameters of type Query.TypeModifierConstructorDescriptionQueryType(Query.Type type, QueryType.Composite composite, QueryType.Tokenization tokenization, QueryType.Syntax syntax) QueryType(Query.Type type, QueryType.Composite composite, QueryType.Tokenization tokenization, QueryType.Syntax syntax, boolean isYqlDefault) -
Uses of Query.Type in com.yahoo.search.query.parser
Methods in com.yahoo.search.query.parser with parameters of type Query.TypeModifier and TypeMethodDescriptionstatic ParserParserFactory.newInstance(Query.Type type, ParserEnvironment environment)