Package | Description |
---|---|
org.netbeans.modules.parsing.spi.indexing.support |
Modifier and Type | Method and Description |
---|---|
static QuerySupport.Kind |
QuerySupport.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuerySupport.Kind[] |
QuerySupport.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
QuerySupport.Query |
QuerySupport.Query.Factory.field(String fieldName,
String fieldValue,
QuerySupport.Kind kind)
Creates a query for required field value.
|
Collection<? extends IndexResult> |
QuerySupport.query(String fieldName,
String fieldValue,
QuerySupport.Kind kind,
String... fieldsToLoad) |