Uses of Class
org.apache.lucene.search.uhighlight.UnifiedHighlighter.HighlightFlag
-
Packages that use UnifiedHighlighter.HighlightFlag Package Description org.apache.lucene.search.uhighlight -
-
Uses of UnifiedHighlighter.HighlightFlag in org.apache.lucene.search.uhighlight
Methods in org.apache.lucene.search.uhighlight that return UnifiedHighlighter.HighlightFlag Modifier and Type Method Description static UnifiedHighlighter.HighlightFlagUnifiedHighlighter.HighlightFlag. valueOf(String name)Returns 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.HighlightFlag Modifier and Type Method Description protected Set<UnifiedHighlighter.HighlightFlag>UnifiedHighlighter. getFlags(String field)Set<UnifiedHighlighter.HighlightFlag>UHComponents. getHighlightFlags()Method parameters in org.apache.lucene.search.uhighlight with type arguments of type UnifiedHighlighter.HighlightFlag Modifier and Type Method Description protected 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.HighlightFlag Constructor Description UHComponents(String field, Predicate<String> fieldMatcher, Query query, BytesRef[] terms, PhraseHelper phraseHelper, LabelledCharArrayMatcher[] automata, boolean hasUnrecognizedQueryPart, Set<UnifiedHighlighter.HighlightFlag> highlightFlags)
-