Uses of Class
com.yahoo.search.query.parser.ParserEnvironment
Packages that use ParserEnvironment
Package
Description
The search query model
Provides access to parsing query strings into queries
YQL+ integration.
-
Uses of ParserEnvironment in com.yahoo.prelude.query.parser
Fields in com.yahoo.prelude.query.parser declared as ParserEnvironmentConstructors in com.yahoo.prelude.query.parser with parameters of type ParserEnvironmentModifierConstructorDescriptionprotectedAbstractParser(ParserEnvironment environment) Creates a new instance of this class, storing the givenParserEnvironmentfor parse-time access to the environment.AdvancedParser(ParserEnvironment environment) Deprecated.AllParser(ParserEnvironment environment) Creates an all/weakAnd parser.AnyParser(ParserEnvironment environment) LinguisticsParser(ParserEnvironment environment) PhraseParser(ParserEnvironment environment) TokenizeParser(ParserEnvironment environment) WebParser(ParserEnvironment environment) -
Uses of ParserEnvironment in com.yahoo.search.query
Constructors in com.yahoo.search.query with parameters of type ParserEnvironment -
Uses of ParserEnvironment in com.yahoo.search.query.parser
Methods in com.yahoo.search.query.parser that return ParserEnvironmentModifier and TypeMethodDescriptionstatic ParserEnvironmentParserEnvironment.fromExecutionContext(Execution.Context context) static ParserEnvironmentParserEnvironment.fromParserEnvironment(ParserEnvironment environment) ParserEnvironment.setIndexFacts(IndexFacts indexFacts) ParserEnvironment.setLinguistics(com.yahoo.language.Linguistics linguistics) ParserEnvironment.setParserSettings(ParserEnvironment.ParserSettings newValue) ParserEnvironment.setSpecialTokens(com.yahoo.language.process.SpecialTokens specialTokens) Methods in com.yahoo.search.query.parser with parameters of type ParserEnvironmentModifier and TypeMethodDescriptionstatic ParserEnvironmentParserEnvironment.fromParserEnvironment(ParserEnvironment environment) static 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 ParserEnvironment in com.yahoo.search.yql
Constructors in com.yahoo.search.yql with parameters of type ParserEnvironment