public enum IndexType extends Enum<IndexType>
| Enum Constant and Description |
|---|
FULLTEXT |
LABEL |
POINT |
SIMPLE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,String> |
getConfig() |
boolean |
isLabelBased() |
static IndexType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final IndexType SIMPLE
public static final IndexType LABEL
public static final IndexType FULLTEXT
public static final IndexType POINT
public static IndexType[] values()
for (IndexType c : IndexType.values()) System.out.println(c);
public static IndexType 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 boolean isLabelBased()
Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.