public static enum IndexSchema.SchemaProps.Handler extends Enum<IndexSchema.SchemaProps.Handler>
| Enum Constant and Description | 
|---|
| COPY_FIELDS | 
| DEFAULT_SEARCH_FIELD | 
| DYNAMIC_FIELDS | 
| FIELD_TYPES | 
| FIELDS | 
| NAME | 
| SIMILARITY | 
| SOLR_QUERY_PARSER | 
| UNIQUE_KEY | 
| VERSION | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getNameLower() | 
| String | getRealName() | 
| static IndexSchema.SchemaProps.Handler | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static IndexSchema.SchemaProps.Handler[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final IndexSchema.SchemaProps.Handler NAME
public static final IndexSchema.SchemaProps.Handler VERSION
public static final IndexSchema.SchemaProps.Handler UNIQUE_KEY
public static final IndexSchema.SchemaProps.Handler DEFAULT_SEARCH_FIELD
public static final IndexSchema.SchemaProps.Handler SOLR_QUERY_PARSER
public static final IndexSchema.SchemaProps.Handler SIMILARITY
public static final IndexSchema.SchemaProps.Handler FIELD_TYPES
public static final IndexSchema.SchemaProps.Handler FIELDS
public static final IndexSchema.SchemaProps.Handler DYNAMIC_FIELDS
public static final IndexSchema.SchemaProps.Handler COPY_FIELDS
public static IndexSchema.SchemaProps.Handler[] values()
for (IndexSchema.SchemaProps.Handler c : IndexSchema.SchemaProps.Handler.values()) System.out.println(c);
public static IndexSchema.SchemaProps.Handler valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getRealName()
public String getNameLower()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.