Class SearchChainInvocationSpec

java.lang.Object
com.yahoo.search.federation.sourceref.SearchChainInvocationSpec
All Implemented Interfaces:
Cloneable

public class SearchChainInvocationSpec extends Object implements Cloneable
Specifies which search chain should be run and how it should be run. This is a value object.
Author:
Tony Vaagenes
  • Field Details

    • searchChainId

      public final com.yahoo.component.ComponentId searchChainId
    • source

      public final com.yahoo.component.ComponentId source
      The source to invoke, or null if none
    • provider

      public final com.yahoo.component.ComponentId provider
      The provider to invoke, or null if none
    • federationOptions

      public final FederationOptions federationOptions
    • documentTypes

      public final List<String> documentTypes
  • Method Details