public static enum UnifiedHighlighter.OffsetSource extends Enum<UnifiedHighlighter.OffsetSource>
Enum Constant and Description |
---|
ANALYSIS |
NONE_NEEDED |
POSTINGS |
POSTINGS_WITH_TERM_VECTORS |
TERM_VECTORS |
Modifier and Type | Method and Description |
---|---|
static UnifiedHighlighter.OffsetSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedHighlighter.OffsetSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnifiedHighlighter.OffsetSource POSTINGS
public static final UnifiedHighlighter.OffsetSource TERM_VECTORS
public static final UnifiedHighlighter.OffsetSource ANALYSIS
public static final UnifiedHighlighter.OffsetSource POSTINGS_WITH_TERM_VECTORS
public static final UnifiedHighlighter.OffsetSource NONE_NEEDED
public static UnifiedHighlighter.OffsetSource[] values()
for (UnifiedHighlighter.OffsetSource c : UnifiedHighlighter.OffsetSource.values()) System.out.println(c);
public static UnifiedHighlighter.OffsetSource 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 © 2000-2019 Apache Software Foundation. All Rights Reserved.