Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • SearcherRegistry

        public SearcherRegistry()
    • Method Detail

      • register

        public void register​(Searcher searcher)