Class ShardRequest
java.lang.Object
org.apache.solr.handler.component.ShardRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionString[]actual shards to send the request to, filled out by frameworkstatic final String[]may be nullorg.apache.solr.common.params.ModifiableSolrParamsintstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intlist of responses...String[] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALL_SHARDS
-
PURPOSE_PRIVATE
public static final int PURPOSE_PRIVATE- See Also:
-
PURPOSE_GET_TERM_DFS
public static final int PURPOSE_GET_TERM_DFS- See Also:
-
PURPOSE_GET_TOP_IDS
public static final int PURPOSE_GET_TOP_IDS- See Also:
-
PURPOSE_REFINE_TOP_IDS
public static final int PURPOSE_REFINE_TOP_IDS- See Also:
-
PURPOSE_GET_FACETS
public static final int PURPOSE_GET_FACETS- See Also:
-
PURPOSE_REFINE_FACETS
public static final int PURPOSE_REFINE_FACETS- See Also:
-
PURPOSE_GET_FIELDS
public static final int PURPOSE_GET_FIELDS- See Also:
-
PURPOSE_GET_HIGHLIGHTS
public static final int PURPOSE_GET_HIGHLIGHTS- See Also:
-
PURPOSE_GET_DEBUG
public static final int PURPOSE_GET_DEBUG- See Also:
-
PURPOSE_GET_STATS
public static final int PURPOSE_GET_STATS- See Also:
-
PURPOSE_GET_TERMS
public static final int PURPOSE_GET_TERMS- See Also:
-
PURPOSE_GET_TOP_GROUPS
public static final int PURPOSE_GET_TOP_GROUPS- See Also:
-
PURPOSE_GET_MLT_RESULTS
public static final int PURPOSE_GET_MLT_RESULTS- See Also:
-
PURPOSE_REFINE_PIVOT_FACETS
public static final int PURPOSE_REFINE_PIVOT_FACETS- See Also:
-
PURPOSE_SET_TERM_STATS
public static final int PURPOSE_SET_TERM_STATS- See Also:
-
PURPOSE_GET_TERM_STATS
public static final int PURPOSE_GET_TERM_STATS- See Also:
-
purpose
public int purpose -
shards
-
params
public org.apache.solr.common.params.ModifiableSolrParams params -
responses
list of responses... filled out by framework -
actualShards
actual shards to send the request to, filled out by framework -
nodeName
may be null
-
-
Constructor Details
-
ShardRequest
public ShardRequest()
-
-
Method Details