Uses of Interface
org.apache.lucene.search.vectorhighlight.FragmentsBuilder
Packages that use FragmentsBuilder
Package
Description
Another highlighter implementation based on term vectors.
-
Uses of FragmentsBuilder in org.apache.lucene.search.vectorhighlight
Classes in org.apache.lucene.search.vectorhighlight that implement FragmentsBuilderModifier and TypeClassDescriptionclass
Base FragmentsBuilder implementation that supports colored pre/post tags and multivalued fields.class
An implementation of FragmentsBuilder that outputs score-order fragments.class
A simple implementation of FragmentsBuilder.Fields in org.apache.lucene.search.vectorhighlight declared as FragmentsBuilderModifier and TypeFieldDescriptionprivate final FragmentsBuilder
FastVectorHighlighter.fragmentsBuilder
Methods in org.apache.lucene.search.vectorhighlight with parameters of type FragmentsBuilderModifier and TypeMethodDescriptionfinal String
FastVectorHighlighter.getBestFragment
(FieldQuery fieldQuery, IndexReader reader, int docId, String fieldName, int fragCharSize, FragListBuilder fragListBuilder, FragmentsBuilder fragmentsBuilder, String[] preTags, String[] postTags, Encoder encoder) return the best fragment.final String[]
FastVectorHighlighter.getBestFragments
(FieldQuery fieldQuery, IndexReader reader, int docId, String fieldName, int fragCharSize, int maxNumFragments, FragListBuilder fragListBuilder, FragmentsBuilder fragmentsBuilder, String[] preTags, String[] postTags, Encoder encoder) return the best fragments.final String[]
FastVectorHighlighter.getBestFragments
(FieldQuery fieldQuery, IndexReader reader, int docId, String storedField, Set<String> matchedFields, int fragCharSize, int maxNumFragments, FragListBuilder fragListBuilder, FragmentsBuilder fragmentsBuilder, String[] preTags, String[] postTags, Encoder encoder) Return the best fragments.Constructors in org.apache.lucene.search.vectorhighlight with parameters of type FragmentsBuilderModifierConstructorDescriptionFastVectorHighlighter
(boolean phraseHighlight, boolean fieldMatch, FragListBuilder fragListBuilder, FragmentsBuilder fragmentsBuilder) a constructor.