public static enum SolrIndexSplitter.SplitMethod extends Enum<SolrIndexSplitter.SplitMethod>
Modifier and Type | Method and Description |
---|---|
static SolrIndexSplitter.SplitMethod |
get(String p) |
String |
toLower() |
static SolrIndexSplitter.SplitMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrIndexSplitter.SplitMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrIndexSplitter.SplitMethod REWRITE
public static final SolrIndexSplitter.SplitMethod LINK
public static SolrIndexSplitter.SplitMethod[] values()
for (SolrIndexSplitter.SplitMethod c : SolrIndexSplitter.SplitMethod.values()) System.out.println(c);
public static SolrIndexSplitter.SplitMethod valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SolrIndexSplitter.SplitMethod get(String p)
public String toLower()
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.