Package | Description |
---|---|
org.apache.maven.index |
Modifier and Type | Field and Description |
---|---|
private MatchHighlightMode |
MatchHighlightRequest.highlightMode |
Modifier and Type | Method and Description |
---|---|
MatchHighlightMode |
MatchHighlightRequest.getHighlightMode() |
static MatchHighlightMode |
MatchHighlightMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MatchHighlightMode[] |
MatchHighlightMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MatchHighlightRequest(Field field,
org.apache.lucene.search.Query query,
MatchHighlightMode highlightMode) |