public enum CommitMode extends java.lang.Enum<CommitMode>
| Enum Constant and Description |
|---|
AFTER_BATCH
Generated enum value for
CommitMode.AFTER_BATCH value defined at extension solrfacetsearch. |
AFTER_INDEX
Generated enum value for
CommitMode.AFTER_INDEX value defined at extension solrfacetsearch. |
MIXED
Generated enum value for
CommitMode.MIXED value defined at extension solrfacetsearch. |
NEVER
Generated enum value for
CommitMode.NEVER value defined at extension solrfacetsearch. |
| Modifier and Type | Method and Description |
|---|---|
static CommitMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommitMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommitMode NEVER
CommitMode.NEVER value defined at extension solrfacetsearch.public static final CommitMode AFTER_INDEX
CommitMode.AFTER_INDEX value defined at extension solrfacetsearch.public static final CommitMode AFTER_BATCH
CommitMode.AFTER_BATCH value defined at extension solrfacetsearch.public static final CommitMode MIXED
CommitMode.MIXED value defined at extension solrfacetsearch.public static CommitMode[] values()
for (CommitMode c : CommitMode.values()) System.out.println(c);
public static CommitMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2018 SAP SE. All Rights Reserved.