| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.response | Convenience classes for dealing with various types of Solr responses. | 
| org.apache.solr.common.luke | Common constants used by the  LukeRequestHandler. | 
| Modifier and Type | Method and Description | 
|---|---|
| EnumSet<FieldFlag> | LukeResponse.FieldInfo. getFlags() | 
| EnumSet<FieldFlag> | LukeResponse.FieldInfo. getSchemaFlags() | 
| 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. | 
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.