public static enum OnDiskIndexBuilder.Mode extends java.lang.Enum<OnDiskIndexBuilder.Mode>
| Modifier and Type | Method and Description | 
|---|---|
| static OnDiskIndexBuilder.Mode | mode(java.lang.String mode) | 
| boolean | supports(Expression.Op op) | 
| static OnDiskIndexBuilder.Mode | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static OnDiskIndexBuilder.Mode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final OnDiskIndexBuilder.Mode PREFIX
public static final OnDiskIndexBuilder.Mode CONTAINS
public static final OnDiskIndexBuilder.Mode SPARSE
public static OnDiskIndexBuilder.Mode[] values()
for (OnDiskIndexBuilder.Mode c : OnDiskIndexBuilder.Mode.values()) System.out.println(c);
public static OnDiskIndexBuilder.Mode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static OnDiskIndexBuilder.Mode mode(java.lang.String mode)
public boolean supports(Expression.Op op)
Copyright © 2018 The Apache Software Foundation