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
    • Constructor Detail

      • SearcherRegistry

        public SearcherRegistry()
    • Method Detail

      • register

        public void register​(Searcher searcher)