| Package | Description |
|---|---|
| org.apache.solr.client.solrj.response | |
| org.apache.solr.common.luke |
| Modifier and Type | Method and Description |
|---|---|
EnumSet<FieldFlag> |
LukeResponse.FieldInfo.getFlags() |
static EnumSet<FieldFlag> |
LukeResponse.FieldInfo.parseFlags(String flagStr) |
| Modifier and Type | Method and Description |
|---|---|
static FieldFlag |
FieldFlag.getFlag(char abbrev) |
static FieldFlag |
FieldFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldFlag[] |
FieldFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|