| Package | Description |
|---|---|
| org.apache.solr.client.solrj.response | |
| org.apache.solr.common.luke |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.EnumSet<FieldFlag> |
LukeResponse.FieldInfo.flags |
| Modifier and Type | Method and Description |
|---|---|
java.util.EnumSet<FieldFlag> |
LukeResponse.FieldInfo.getFlags() |
static java.util.EnumSet<FieldFlag> |
LukeResponse.FieldInfo.parseFlags(java.lang.String flagStr) |
| Modifier and Type | Method and Description |
|---|---|
static FieldFlag |
FieldFlag.getFlag(char abbrev) |
static FieldFlag |
FieldFlag.valueOf(java.lang.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.
|