Uses of Interface
com.yahoo.search.query.parser.Parser
Packages that use Parser
Package
Description
The search query model
Provides access to parsing query strings into queries
YQL+ integration.
-
Uses of Parser in com.yahoo.prelude.query.parser
Subinterfaces of Parser in com.yahoo.prelude.query.parserClasses in com.yahoo.prelude.query.parser that implement ParserModifier and TypeClassDescriptionclassThe Vespa query parser.classDeprecated.YQL should be used for formal queriesclassParser for queries of type all and weakAnd.classParser for queries of type any.final classA parser which delegates all tokenization and processing to the linguistics component.classParser for queries of type phrase.final classfinal classA parser which turns contiguous searchable character into tokens and filters out other characters.classParser for web search queries. -
Uses of Parser in com.yahoo.search.query
Classes in com.yahoo.search.query that implement Parser -
Uses of Parser in com.yahoo.search.query.parser
Methods in com.yahoo.search.query.parser that return ParserModifier and TypeMethodDescriptionstatic ParserParserFactory.newInstance(QueryType type, ParserEnvironment environment) Creates aParserappropriate for the givenQuery.Type, providing the Parser with access to theParserEnvironmentgiven.static ParserParserFactory.newInstance(Query.Type type, ParserEnvironment environment) -
Uses of Parser in com.yahoo.search.yql
Classes in com.yahoo.search.yql that implement Parser