Package com.yahoo.search.query.rewrite
Class SearchChainDispatcherSearcher
java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.component.chain.ChainedComponent
com.yahoo.processing.Processor
com.yahoo.search.Searcher
com.yahoo.search.query.rewrite.SearchChainDispatcherSearcher
- All Implemented Interfaces:
com.yahoo.component.chain.model.Chainable,com.yahoo.component.Component,com.yahoo.component.Deconstructable,Comparable<com.yahoo.component.Component>
Execute rewriter search chain specified by the user.
It's inteneded to be used for executing rewriter search chains
for different markets.
- Author:
- Karen Sze Wing Lee
-
Field Summary
FieldsFields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for unit testSearchChainDispatcherSearcher(com.yahoo.component.ComponentId id) Constructor for this searcher -
Method Summary
Methods inherited from class com.yahoo.search.Searcher
ensureFilled, fill, getLogger, process, toStringMethods inherited from class com.yahoo.component.chain.ChainedComponent
getDependencies, initDependenciesMethods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, deconstruct, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructableMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.yahoo.component.chain.model.Chainable
getAnnotatedDependencies
-
Field Details
-
logger
-
-
Constructor Details
-
SearchChainDispatcherSearcher
public SearchChainDispatcherSearcher(com.yahoo.component.ComponentId id) Constructor for this searcher- Parameters:
id- Component ID (see vespa's search container doc for more detail)
-
SearchChainDispatcherSearcher
public SearchChainDispatcherSearcher()Constructor for unit test
-
-
Method Details