public class ShardRequest extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
actualShards
actual shards to send the request to, filled out by framework
|
static 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 |
List<ShardResponse> |
responses
list of responses... filled out by framework
|
String[] |
shards |
Constructor and Description |
---|
ShardRequest() |
public static final 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 String[] shards
public ModifiableSolrParams params
public List<ShardResponse> responses
public String[] actualShards