Class SearcherRegistry

java.lang.Object
com.yahoo.component.provider.ComponentRegistry<Searcher>
com.yahoo.search.searchchain.SearcherRegistry

public class SearcherRegistry extends com.yahoo.component.provider.ComponentRegistry<Searcher>
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(Searcher searcher)
     

    Methods inherited from class com.yahoo.component.provider.ComponentRegistry

    allComponents, allComponentsById, findBestMatch, freeze, getComponent, getComponent, getComponent, getComponentCount, isFrozen, register, singleton, unregister

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearcherRegistry

      public SearcherRegistry()
  • Method Details

    • register

      public void register(Searcher searcher)