
public static enum OLuceneQueryContext.QueryContextCFG extends Enum<OLuceneQueryContext.QueryContextCFG>
| Enum Constant and Description |
|---|
FILTER |
FILTER_SORT |
NO_FILTER_NO_SORT |
SORT |
| Modifier and Type | Method and Description |
|---|---|
static OLuceneQueryContext.QueryContextCFG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OLuceneQueryContext.QueryContextCFG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OLuceneQueryContext.QueryContextCFG NO_FILTER_NO_SORT
public static final OLuceneQueryContext.QueryContextCFG FILTER_SORT
public static final OLuceneQueryContext.QueryContextCFG FILTER
public static final OLuceneQueryContext.QueryContextCFG SORT
public static OLuceneQueryContext.QueryContextCFG[] values()
for (OLuceneQueryContext.QueryContextCFG c : OLuceneQueryContext.QueryContextCFG.values()) System.out.println(c);
public static OLuceneQueryContext.QueryContextCFG 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 © 2009–2025 OrientDB. All rights reserved.