public class ShardRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
actualShards
actual shards to send the request to, filled out by framework
|
static java.lang.String[] |
ALL_SHARDS |
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_STATS |
static int |
PURPOSE_GET_TERM_DFS |
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_TOP_IDS |
java.util.List<ShardResponse> |
responses
list of responses...
|
java.lang.String[] |
shards |
Constructor and Description |
---|
ShardRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final java.lang.String[] ALL_SHARDS
public static final int PURPOSE_PRIVATE
public static final int PURPOSE_GET_TERM_DFS
public static final int PURPOSE_GET_TOP_IDS
public static final int PURPOSE_REFINE_TOP_IDS
public static final int PURPOSE_GET_FACETS
public static final int PURPOSE_REFINE_FACETS
public static final int PURPOSE_GET_FIELDS
public static final int PURPOSE_GET_HIGHLIGHTS
public static final int PURPOSE_GET_DEBUG
public static final int PURPOSE_GET_STATS
public static final int PURPOSE_GET_TERMS
public static final int PURPOSE_GET_TOP_GROUPS
public int purpose
public java.lang.String[] shards
public ModifiableSolrParams params
public java.util.List<ShardResponse> responses
public java.lang.String[] actualShards