Uses of Class
org.apache.solr.update.SolrIndexSplitter.SplitMethod
-
Packages that use SolrIndexSplitter.SplitMethod Package Description org.apache.solr.update APIs and classes for managing index updates -
-
Uses of SolrIndexSplitter.SplitMethod in org.apache.solr.update
Fields in org.apache.solr.update declared as SolrIndexSplitter.SplitMethod Modifier and Type Field Description SolrIndexSplitter.SplitMethodSplitIndexCommand. splitMethodMethods in org.apache.solr.update that return SolrIndexSplitter.SplitMethod Modifier and Type Method Description static SolrIndexSplitter.SplitMethodSolrIndexSplitter.SplitMethod. get(String p)static SolrIndexSplitter.SplitMethodSolrIndexSplitter.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.Constructors in org.apache.solr.update with parameters of type SolrIndexSplitter.SplitMethod Constructor 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)
-