Uses of Enum
org.apache.lucene.search.uhighlight.UnifiedHighlighter.HighlightFlag
Packages that use UnifiedHighlighter.HighlightFlag
Package
Description
The UnifiedHighlighter -- a flexible highlighter that can get offsets from postings, term vectors, or analysis.
-
Uses of UnifiedHighlighter.HighlightFlag in org.apache.lucene.search.uhighlight
Fields in org.apache.lucene.search.uhighlight with type parameters of type UnifiedHighlighter.HighlightFlagModifier and TypeFieldDescriptionprivate final Set<UnifiedHighlighter.HighlightFlag> UHComponents.highlightFlagsMethods in org.apache.lucene.search.uhighlight that return UnifiedHighlighter.HighlightFlagModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static UnifiedHighlighter.HighlightFlag[]UnifiedHighlighter.HighlightFlag.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.lucene.search.uhighlight that return types with arguments of type UnifiedHighlighter.HighlightFlagModifier and TypeMethodDescriptionprotected Set<UnifiedHighlighter.HighlightFlag> UHComponents.getHighlightFlags()Method parameters in org.apache.lucene.search.uhighlight with type arguments of type UnifiedHighlighter.HighlightFlagModifier and TypeMethodDescriptionprotected LabelledCharArrayMatcher[]UnifiedHighlighter.getAutomata(String field, Query query, Set<UnifiedHighlighter.HighlightFlag> highlightFlags) protected PhraseHelperUnifiedHighlighter.getPhraseHelper(String field, Query query, Set<UnifiedHighlighter.HighlightFlag> highlightFlags) Constructor parameters in org.apache.lucene.search.uhighlight with type arguments of type UnifiedHighlighter.HighlightFlagModifierConstructorDescriptionUHComponents(String field, Predicate<String> fieldMatcher, Query query, BytesRef[] terms, PhraseHelper phraseHelper, LabelledCharArrayMatcher[] automata, boolean hasUnrecognizedQueryPart, Set<UnifiedHighlighter.HighlightFlag> highlightFlags)