Uses of Enum
org.apache.maven.index.MatchHighlightMode
Packages that use MatchHighlightMode
- 
Uses of MatchHighlightMode in org.apache.maven.indexMethods in org.apache.maven.index that return MatchHighlightModeModifier and TypeMethodDescriptionMatchHighlightRequest.getHighlightMode()static MatchHighlightModeReturns 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.Constructors in org.apache.maven.index with parameters of type MatchHighlightModeModifierConstructorDescriptionMatchHighlightRequest(Field field, org.apache.lucene.search.Query query, MatchHighlightMode highlightMode)