@LuceneIndependent public enum SearchIndex extends Enum<SearchIndex>
Enum Constant and Description |
---|
CHANGE
Indexed change objects, e.g.
|
CONTENT
Represents content entity objects: pages, blogs, comments, etc.
|
CUSTOM
Use this index if accessing a custom index
|
Modifier and Type | Method and Description |
---|---|
static SearchIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchIndex CONTENT
public static final SearchIndex CHANGE
public static final SearchIndex CUSTOM
public static SearchIndex[] values()
for (SearchIndex c : SearchIndex.values()) System.out.println(c);
public static SearchIndex 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 © 2003–2023 Atlassian. All rights reserved.
View cookie preferences