|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ComplexHLResultAggregation.TextHandling>
org.eclipse.smila.search.highlighting.transformer.ComplexHLResultAggregation.TextHandling
public static enum ComplexHLResultAggregation.TextHandling
Enum TextHandling.
| Enum Constant Summary | |
|---|---|
ReturnFullText
Return the full text. |
|
ReturnNoText
Return no text. |
|
ReturnSnipplet
Return text snipplet. |
|
| Method Summary | |
|---|---|
static ComplexHLResultAggregation.TextHandling |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ComplexHLResultAggregation.TextHandling[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ComplexHLResultAggregation.TextHandling ReturnFullText
public static final ComplexHLResultAggregation.TextHandling ReturnNoText
public static final ComplexHLResultAggregation.TextHandling ReturnSnipplet
| Method Detail |
|---|
public static final ComplexHLResultAggregation.TextHandling[] values()
for(ComplexHLResultAggregation.TextHandling c : ComplexHLResultAggregation.TextHandling.values())
System.out.println(c);
public static ComplexHLResultAggregation.TextHandling 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 name
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||