Uses of Class
com.yahoo.search.query.rewrite.RewritesConfig
Packages that use RewritesConfig
-
Uses of RewritesConfig in com.yahoo.search.query.rewrite
Methods in com.yahoo.search.query.rewrite that return RewritesConfigMethods in com.yahoo.search.query.rewrite with parameters of type RewritesConfigModifier and TypeMethodDescriptionabstract boolean
QueryRewriteSearcher.configure
(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config, HashMap<String, File> fileList) Perform instance creation time configuration besides the default FSA loadingConstructors in com.yahoo.search.query.rewrite with parameters of type RewritesConfigModifierConstructorDescriptionBuilder
(RewritesConfig config) protected
QueryRewriteSearcher
(com.yahoo.component.ComponentId id, com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config) Constructor for this rewriter.protected
QueryRewriteSearcher
(RewritesConfig config, HashMap<String, File> fileList) Constructor for unit test. -
Uses of RewritesConfig in com.yahoo.search.query.rewrite.rewriters
Methods in com.yahoo.search.query.rewrite.rewriters with parameters of type RewritesConfigModifier and TypeMethodDescriptionboolean
GenericExpansionRewriter.configure
(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config, HashMap<String, File> fileList) Instance creation time config loading besides FSA.boolean
MisspellRewriter.configure
(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config, HashMap<String, File> fileList) Instance creation time config loading besides FSA.boolean
NameRewriter.configure
(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config, HashMap<String, File> fileList) Instance creation time config loading besides FSA
Empty for this rewriterConstructors in com.yahoo.search.query.rewrite.rewriters with parameters of type RewritesConfigModifierConstructorDescriptionGenericExpansionRewriter
(com.yahoo.component.ComponentId id, com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config) Constructor for GenericExpansionRewriter.GenericExpansionRewriter
(RewritesConfig config, HashMap<String, File> fileList) Constructor for GenericExpansionRewriter unit test.NameRewriter
(com.yahoo.component.ComponentId id, com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config) Constructor for NameRewriter
Load configs using default formatNameRewriter
(RewritesConfig config, HashMap<String, File> fileList) Constructor for NameRewriter unit test
Load configs using default format