Class Search


  • public final class Search
    extends ProcessingBase<com.yahoo.search.Query,​com.yahoo.search.Result,​com.yahoo.search.Searcher>
    Author:
    Einar M R Rosenvinge, gjoranv
    • Method Detail

      • getChains

        public com.yahoo.processing.execution.chain.ChainRegistry<com.yahoo.search.Searcher> getChains()
        Description copied from class: ProcessingBase
        Returns a registry of configured chains
        Specified by:
        getChains in class ProcessingBase<com.yahoo.search.Query,​com.yahoo.search.Result,​com.yahoo.search.Searcher>
      • doProcess

        protected com.yahoo.search.Result doProcess​(com.yahoo.component.chain.Chain<com.yahoo.search.Searcher> chain,
                                                    com.yahoo.search.Query request)
        Specified by:
        doProcess in class ProcessingBase<com.yahoo.search.Query,​com.yahoo.search.Result,​com.yahoo.search.Searcher>
      • doGetRenderer

        protected com.yahoo.processing.rendering.Renderer<com.yahoo.search.Result> doGetRenderer​(com.yahoo.component.ComponentSpecification spec)
        Specified by:
        doGetRenderer in class ProcessingBase<com.yahoo.search.Query,​com.yahoo.search.Result,​com.yahoo.search.Searcher>