SolrSearchProvider.CommitType instead@Deprecated public static enum Indexer.CommitType extends Enum<Indexer.CommitType>
| Enum Constant and Description |
|---|
HARD
Deprecated.
|
SOFT
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Indexer.CommitType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Indexer.CommitType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Indexer.CommitType HARD
public static final Indexer.CommitType SOFT
public static Indexer.CommitType[] values()
for (Indexer.CommitType c : Indexer.CommitType.values()) System.out.println(c);
public static Indexer.CommitType 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 nullCopyright © 2017 SAP SE. All Rights Reserved.