Uses of Interface
org.hibernate.search.engine.search.highlighter.dsl.HighlighterFastVectorHighlighterOptionsStep
-
-
Uses of HighlighterFastVectorHighlighterOptionsStep in org.hibernate.search.engine.search.highlighter.dsl
Methods in org.hibernate.search.engine.search.highlighter.dsl that return HighlighterFastVectorHighlighterOptionsStep Modifier and Type Method Description HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStep. boundaryScanner(Consumer<? super HighlighterBoundaryScannerTypeFastVectorHighlighterStep<?>> boundaryScannerContributor)Specify how the text should be broken up into highlighting snippets.HighlighterFastVectorHighlighterOptionsStepSearchHighlighterFactory. fastVector()HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStep. phraseLimit(int limit)Specify the maximum number of matching phrases in a document that are considered for highlighting.HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStep. tags(Collection<String> preTags, String postTag)An alternative totag definition.HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStep. tags(Collection<String> preTags, Collection<String> postTags)An alternative totag definition.HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStep. 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 HighlighterFastVectorHighlighterOptionsStep Modifier and Type Method Description HighlighterBoundaryScannerTypeFastVectorHighlighterStep<? 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.impl
Classes in org.hibernate.search.engine.search.highlighter.dsl.impl that implement HighlighterFastVectorHighlighterOptionsStep Modifier and Type Class Description classHighlighterFastVectorHighlighterOptionsStepImplMethods in org.hibernate.search.engine.search.highlighter.dsl.impl that return HighlighterFastVectorHighlighterOptionsStep Modifier and Type Method Description HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStepImpl. boundaryScanner(Consumer<? super HighlighterBoundaryScannerTypeFastVectorHighlighterStep<?>> boundaryScannerContributor)HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStepImpl. phraseLimit(int limit)HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStepImpl. tags(Collection<String> preTags, String postTag)HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStepImpl. tags(Collection<String> preTags, Collection<String> postTags)HighlighterFastVectorHighlighterOptionsStepHighlighterFastVectorHighlighterOptionsStepImpl. tagSchema(HighlighterTagSchema tagSchema)Methods in org.hibernate.search.engine.search.highlighter.dsl.impl that return types with arguments of type HighlighterFastVectorHighlighterOptionsStep Modifier and Type Method Description HighlighterBoundaryScannerTypeFastVectorHighlighterStep<? extends HighlighterFastVectorHighlighterOptionsStep>HighlighterFastVectorHighlighterOptionsStepImpl. boundaryScanner() -
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 Modifier and Type Method Description HighlighterFastVectorHighlighterOptionsStepAbstractSearchHighlighterFactory. fastVector()
-