Class ShardRequest


  • public class ShardRequest
    extends Object
    • Field Detail

      • ALL_SHARDS

        public static final String[] ALL_SHARDS
      • PURPOSE_GET_MLT_RESULTS

        public static final int PURPOSE_GET_MLT_RESULTS
        See Also:
        Constant Field Values
      • PURPOSE_REFINE_PIVOT_FACETS

        public static final int PURPOSE_REFINE_PIVOT_FACETS
        See Also:
        Constant Field Values
      • purpose

        public int purpose
      • shards

        public String[] shards
      • params

        public org.apache.solr.common.params.ModifiableSolrParams params
      • responses

        public List<ShardResponse> responses
        list of responses... filled out by framework
      • actualShards

        public String[] actualShards
        actual shards to send the request to, filled out by framework
      • nodeName

        public String nodeName
        may be null
      • tracer

        public final io.opentracing.Tracer tracer
        Not null but may implement NoopTracer.
    • Constructor Detail

      • ShardRequest

        public ShardRequest()