Class VespaSearchers


  • public class VespaSearchers
    extends java.lang.Object
    Defines the searcher models used in the vespa and native search chains, except for federation.
    Author:
    Tony Vaagenes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Collection<com.yahoo.component.chain.model.ChainedComponentModel> nativeSearcherModels  
      static java.util.Collection<com.yahoo.component.chain.model.ChainedComponentModel> vespaSearcherModels  
    • Constructor Summary

      Constructors 
      Constructor Description
      VespaSearchers()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • vespaSearcherModels

        public static final java.util.Collection<com.yahoo.component.chain.model.ChainedComponentModel> vespaSearcherModels
      • nativeSearcherModels

        public static final java.util.Collection<com.yahoo.component.chain.model.ChainedComponentModel> nativeSearcherModels
    • Constructor Detail

      • VespaSearchers

        public VespaSearchers()