Class ShardRequest
- java.lang.Object
-
- org.apache.solr.handler.component.ShardRequest
-
public class ShardRequest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String[]
actualShards
actual shards to send the request to, filled out by frameworkstatic String[]
ALL_SHARDS
String
nodeName
may be nullorg.apache.solr.common.params.ModifiableSolrParams
params
int
purpose
static int
PURPOSE_GET_DEBUG
static int
PURPOSE_GET_FACETS
static int
PURPOSE_GET_FIELDS
static int
PURPOSE_GET_HIGHLIGHTS
static int
PURPOSE_GET_MLT_RESULTS
static int
PURPOSE_GET_STATS
static int
PURPOSE_GET_TERM_DFS
static int
PURPOSE_GET_TERM_STATS
static int
PURPOSE_GET_TERMS
static int
PURPOSE_GET_TOP_GROUPS
static int
PURPOSE_GET_TOP_IDS
static int
PURPOSE_PRIVATE
static int
PURPOSE_REFINE_FACETS
static int
PURPOSE_REFINE_PIVOT_FACETS
static int
PURPOSE_REFINE_TOP_IDS
static int
PURPOSE_SET_TERM_STATS
List<ShardResponse>
responses
list of responses...String[]
shards
io.opentracing.Tracer
tracer
Not null but may implementNoopTracer
.
-
Constructor Summary
Constructors Constructor Description ShardRequest()
-
-
-
Field Detail
-
ALL_SHARDS
public static final String[] ALL_SHARDS
-
PURPOSE_PRIVATE
public static final int PURPOSE_PRIVATE
- See Also:
- Constant Field Values
-
PURPOSE_GET_TERM_DFS
public static final int PURPOSE_GET_TERM_DFS
- See Also:
- Constant Field Values
-
PURPOSE_GET_TOP_IDS
public static final int PURPOSE_GET_TOP_IDS
- See Also:
- Constant Field Values
-
PURPOSE_REFINE_TOP_IDS
public static final int PURPOSE_REFINE_TOP_IDS
- See Also:
- Constant Field Values
-
PURPOSE_GET_FACETS
public static final int PURPOSE_GET_FACETS
- See Also:
- Constant Field Values
-
PURPOSE_REFINE_FACETS
public static final int PURPOSE_REFINE_FACETS
- See Also:
- Constant Field Values
-
PURPOSE_GET_FIELDS
public static final int PURPOSE_GET_FIELDS
- See Also:
- Constant Field Values
-
PURPOSE_GET_HIGHLIGHTS
public static final int PURPOSE_GET_HIGHLIGHTS
- See Also:
- Constant Field Values
-
PURPOSE_GET_DEBUG
public static final int PURPOSE_GET_DEBUG
- See Also:
- Constant Field Values
-
PURPOSE_GET_STATS
public static final int PURPOSE_GET_STATS
- See Also:
- Constant Field Values
-
PURPOSE_GET_TERMS
public static final int PURPOSE_GET_TERMS
- See Also:
- Constant Field Values
-
PURPOSE_GET_TOP_GROUPS
public static final int PURPOSE_GET_TOP_GROUPS
- See Also:
- Constant Field Values
-
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_SET_TERM_STATS
public static final int PURPOSE_SET_TERM_STATS
- See Also:
- Constant Field Values
-
PURPOSE_GET_TERM_STATS
public static final int PURPOSE_GET_TERM_STATS
- 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 implementNoopTracer
.
-
-