Uses of Class
com.yahoo.prelude.IndexFacts.Session
Packages that use IndexFacts.Session
Package
Description
The main classes of the Vespa Query Result Server.
Vespa search platform query transformation infrastructure.
-
Uses of IndexFacts.Session in com.yahoo.prelude
Methods in com.yahoo.prelude that return IndexFacts.SessionModifier and TypeMethodDescriptionIndexFacts.newSession(Query query) IndexFacts.newSession(Collection<String> sources, Collection<String> restrict) IndexFacts.newSession(Collection<String> sources, Collection<String> restrict, Set<String> candidateDocumentTypes) -
Uses of IndexFacts.Session in com.yahoo.prelude.query.parser
Fields in com.yahoo.prelude.query.parser declared as IndexFacts.SessionModifier and TypeFieldDescriptionprotected IndexFacts.SessionAbstractParser.indexFactsThe IndexFacts.Session of this queryMethods in com.yahoo.prelude.query.parser with parameters of type IndexFacts.SessionModifier and TypeMethodDescriptionfinal ItemAbstractParser.parse(String queryToParse, String filterToParse, com.yahoo.language.Language parsingLanguage, IndexFacts.Session indexFacts, String defaultIndex) CustomParser.parse(String queryToParse, String filterToParse, com.yahoo.language.Language parsingLanguage, IndexFacts.Session indexFacts, String defaultIndexName) ProgrammaticParser.parse(String queryToParse, String filterToParse, com.yahoo.language.Language parsingLanguage, IndexFacts.Session indexFacts, String defaultIndexName) protected voidAbstractParser.setState(com.yahoo.language.Language queryLanguage, IndexFacts.Session indexFacts, String defaultIndex) protected voidAbstractParser.tokenize(String query, String defaultIndexName, IndexFacts.Session indexFacts, com.yahoo.language.Language language) Tokenizes the given string and initializes tokens with the found tokens.Tokenizer.tokenize(String string, IndexFacts.Session indexFacts) Resets this tokenizer and create tokens from the given string, using "default" as the default indexTokenizer.tokenize(String string, String defaultIndexName, IndexFacts.Session indexFacts) Resets this tokenizer and create tokens from the given string. -
Uses of IndexFacts.Session in com.yahoo.prelude.querytransform
Methods in com.yahoo.prelude.querytransform with parameters of type IndexFacts.SessionModifier and TypeMethodDescriptionprotected voidNormalizingSearcher.normalize(Query query, IndexFacts.Session indexFacts) -
Uses of IndexFacts.Session in com.yahoo.search.querytransform
Methods in com.yahoo.search.querytransform with parameters of type IndexFacts.SessionModifier and TypeMethodDescriptionbooleanAllLowercasingSearcher.shouldLowercase(WordItem word, IndexFacts.Session settings) booleanAllLowercasingSearcher.shouldLowercase(String commonPath, WordItem word, IndexFacts.Session settings) abstract booleanLowercasingSearcher.shouldLowercase(WordItem word, IndexFacts.Session indexFacts) Override this to control whether a given term should be lowercased.abstract booleanLowercasingSearcher.shouldLowercase(String commonPath, WordItem word, IndexFacts.Session indexFacts) booleanVespaLowercasingSearcher.shouldLowercase(WordItem word, IndexFacts.Session indexFacts) booleanVespaLowercasingSearcher.shouldLowercase(String commonPath, WordItem word, IndexFacts.Session indexFacts)