Uses of Class
org.apache.solr.common.luke.FieldFlag
- 
Packages that use FieldFlag 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 theLukeRequestHandler.
- 
- 
Uses of FieldFlag in org.apache.solr.client.solrj.responseMethods in org.apache.solr.client.solrj.response that return types with arguments of type FieldFlag Modifier and Type Method Description EnumSet<FieldFlag>LukeResponse.FieldInfo. getFlags()EnumSet<FieldFlag>LukeResponse.FieldInfo. getSchemaFlags()static EnumSet<FieldFlag>LukeResponse.FieldInfo. parseFlags(String flagStr)
- 
Uses of FieldFlag in org.apache.solr.common.lukeMethods in org.apache.solr.common.luke that return FieldFlag Modifier and Type Method Description static FieldFlagFieldFlag. getFlag(char abbrev)static FieldFlagFieldFlag. 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.
 
-