| Package | Description |
|---|---|
| org.apache.solr.update |
APIs and classes for managing index updates
|
| Modifier and Type | Field and Description |
|---|---|
SolrIndexSplitter.SplitMethod |
SplitIndexCommand.splitMethod |
| Modifier and Type | Method and Description |
|---|---|
static SolrIndexSplitter.SplitMethod |
SolrIndexSplitter.SplitMethod.get(String p) |
static SolrIndexSplitter.SplitMethod |
SolrIndexSplitter.SplitMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrIndexSplitter.SplitMethod[] |
SolrIndexSplitter.SplitMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SplitIndexCommand(SolrQueryRequest req,
SolrQueryResponse rsp,
List<String> paths,
List<SolrCore> cores,
List<DocRouter.Range> ranges,
DocRouter router,
String routeFieldName,
String splitKey,
SolrIndexSplitter.SplitMethod splitMethod) |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.