public static enum Constants.SolrQueryType extends Enum<Constants.SolrQueryType>
Enum Constant and Description |
---|
advanced |
deep |
numeric |
simple |
spellcheck |
standard |
suggest |
Modifier and Type | Method and Description |
---|---|
static Constants.SolrQueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.SolrQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.SolrQueryType standard
public static final Constants.SolrQueryType numeric
public static final Constants.SolrQueryType simple
public static final Constants.SolrQueryType deep
public static final Constants.SolrQueryType advanced
public static final Constants.SolrQueryType spellcheck
public static final Constants.SolrQueryType suggest
public static Constants.SolrQueryType[] values()
for (Constants.SolrQueryType c : Constants.SolrQueryType.values()) System.out.println(c);
public static Constants.SolrQueryType 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 nullCopyright © 2015. All rights reserved.