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 booleanQueryRewriteSearcher.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) protectedQueryRewriteSearcher(com.yahoo.component.ComponentId id, com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config) Constructor for this rewriter.protectedQueryRewriteSearcher(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 TypeMethodDescriptionbooleanGenericExpansionRewriter.configure(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config, HashMap<String, File> fileList) Instance creation time config loading besides FSA.booleanMisspellRewriter.configure(com.yahoo.filedistribution.fileacquirer.FileAcquirer fileAcquirer, RewritesConfig config, HashMap<String, File> fileList) Instance creation time config loading besides FSA.booleanNameRewriter.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