Uses of Enum Class
com.yahoo.search.query.QueryType.Tokenization
Packages that use QueryType.Tokenization
-
Uses of QueryType.Tokenization in com.yahoo.search.query
Methods in com.yahoo.search.query that return QueryType.TokenizationModifier and TypeMethodDescriptionQueryType.getTokenization()Returns whether this should use internal tokenization, or delegate this to the linguistics component.static QueryType.TokenizationReturns the enum constant of this class with the specified name.static QueryType.Tokenization[]QueryType.Tokenization.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.TokenizationModifier and TypeMethodDescriptionQueryType.setTokenization(QueryType.Tokenization tokenization) Sets whether this should use internal tokenization, or delegate this to the linguistics component.Constructors in com.yahoo.search.query with parameters of type QueryType.TokenizationModifierConstructorDescriptionQueryType(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)