Uses of Enum Class
com.yahoo.search.query.QueryType.Composite
Packages that use QueryType.Composite
-
Uses of QueryType.Composite in com.yahoo.search.query
Methods in com.yahoo.search.query that return QueryType.CompositeModifier and TypeMethodDescriptionQueryType.getComposite()Returns the composite type terms should be collected as by default.static QueryType.CompositeReturns the enum constant of this class with the specified name.static QueryType.Composite[]QueryType.Composite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.search.query with parameters of type QueryType.CompositeModifier and TypeMethodDescriptionQueryType.setComposite(QueryType.Composite composite) Sets the composite type terms should be collected as by default.Constructors in com.yahoo.search.query with parameters of type QueryType.CompositeModifierConstructorDescriptionQueryType(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)