Package com.yahoo.search.searchchain
Class SearcherRegistry
java.lang.Object
com.yahoo.component.provider.ComponentRegistry<Searcher>
com.yahoo.search.searchchain.SearcherRegistry
A registry of searchers. This is instantiated and recycled in the context of an owning search chain registry.
This class exists for legacy purposes only, to preserve the public API for retrieving searchers from Vespa 4.2.
- Author:
- bratseth
-
Constructor Summary
-
Method Summary
Methods inherited from class com.yahoo.component.provider.ComponentRegistry
allComponents, allComponentsById, findBestMatch, freeze, getComponent, getComponent, getComponent, getComponentCount, isFrozen, register, singleton, unregister
-
Constructor Details
-
SearcherRegistry
public SearcherRegistry()
-
-
Method Details
-
register
-