Class 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 Detail

      • 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
      • documentTypes

        public final com.google.common.collect.ImmutableList<String> documentTypes