Uses of Class
com.yahoo.search.query.parser.Parsable
Packages that use Parsable
Package
Description
The search query model
Provides access to parsing query strings into queries
YQL+ integration.
-
Uses of Parsable in com.yahoo.prelude.query.parser
Methods in com.yahoo.prelude.query.parser with parameters of type Parsable -
Uses of Parsable in com.yahoo.search.query
Methods in com.yahoo.search.query with parameters of type Parsable -
Uses of Parsable in com.yahoo.search.query.parser
Methods in com.yahoo.search.query.parser that return ParsableModifier and TypeMethodDescriptionParsable.addRestrict(String restrictName) Parsable.addRestricts(Collection<String> restrictNames) Parsable.addSources(Collection<String> sourceNames) static ParsableParsable.fromQueryModel(Model model) Parsable.setDefaultIndexName(String defaultIndexName) Parsable.setExplicitLanguage(Optional<com.yahoo.language.Language> language) Parsable.setLanguage(com.yahoo.language.Language language) Methods in com.yahoo.search.query.parser with parameters of type Parsable -
Uses of Parsable in com.yahoo.search.yql
Methods in com.yahoo.search.yql with parameters of type Parsable