Uses of Interface
org.hibernate.search.engine.search.highlighter.dsl.HighlighterFastVectorHighlighterOptionsStep
Packages that use HighlighterFastVectorHighlighterOptionsStep
Package
Description
-
Uses of HighlighterFastVectorHighlighterOptionsStep in org.hibernate.search.engine.search.highlighter.dsl
Methods in org.hibernate.search.engine.search.highlighter.dsl that return HighlighterFastVectorHighlighterOptionsStepModifier and TypeMethodDescriptionHighlighterFastVectorHighlighterOptionsStep.boundaryScanner
(Consumer<? super HighlighterBoundaryScannerTypeFastVectorHighlighterStep<?>> boundaryScannerContributor) Specify how the text should be broken up into highlighting snippets.SearchHighlighterFactory.fastVector()
HighlighterFastVectorHighlighterOptionsStep.phraseLimit
(int limit) Specify the maximum number of matching phrases in a document that are considered for highlighting.HighlighterFastVectorHighlighterOptionsStep.tags
(Collection<String> preTags, String postTag) An alternative totag definition
.HighlighterFastVectorHighlighterOptionsStep.tags
(Collection<String> preTags, Collection<String> postTags) An alternative totag definition
.HighlighterFastVectorHighlighterOptionsStep.tagSchema
(HighlighterTagSchema tagSchema) Specify a set of predefined tags instead ofmanually supplying them
.Methods in org.hibernate.search.engine.search.highlighter.dsl that return types with arguments of type HighlighterFastVectorHighlighterOptionsStepModifier and TypeMethodDescriptionHighlighterBoundaryScannerTypeFastVectorHighlighterStep<? extends HighlighterFastVectorHighlighterOptionsStep>
HighlighterFastVectorHighlighterOptionsStep.boundaryScanner()
Specify how the text should be broken up into highlighting snippets. -
Uses of HighlighterFastVectorHighlighterOptionsStep in org.hibernate.search.engine.search.highlighter.dsl.spi
Methods in org.hibernate.search.engine.search.highlighter.dsl.spi that return HighlighterFastVectorHighlighterOptionsStep