Uses of Enum Class
com.yahoo.search.query.QueryType.Syntax
Packages that use QueryType.Syntax
-
Uses of QueryType.Syntax in com.yahoo.search.query
Methods in com.yahoo.search.query that return QueryType.SyntaxModifier and TypeMethodDescriptionQueryType.getSyntax()Returns the query syntax used in this query.static QueryType.SyntaxReturns the enum constant of this class with the specified name.static QueryType.Syntax[]QueryType.Syntax.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.SyntaxModifier and TypeMethodDescriptionQueryType.setSyntax(QueryType.Syntax syntax) Sets the query syntax used in this query.Constructors in com.yahoo.search.query with parameters of type QueryType.SyntaxModifierConstructorDescriptionQueryType(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)