Uses of Interface
org.hibernate.search.engine.search.highlighter.dsl.HighlighterUnifiedOptionsStep
-
-
Uses of HighlighterUnifiedOptionsStep in org.hibernate.search.engine.search.highlighter.dsl
Methods in org.hibernate.search.engine.search.highlighter.dsl that return HighlighterUnifiedOptionsStep Modifier and Type Method Description HighlighterUnifiedOptionsStepHighlighterUnifiedOptionsStep. boundaryScanner(Consumer<? super HighlighterBoundaryScannerTypeStep<?,?>> boundaryScannerContributor)Specify how the text should be broken up into highlighting snippets.HighlighterUnifiedOptionsStepSearchHighlighterFactory. unified()Methods in org.hibernate.search.engine.search.highlighter.dsl that return types with arguments of type HighlighterUnifiedOptionsStep Modifier and Type Method Description HighlighterBoundaryScannerTypeStep<?,? extends HighlighterUnifiedOptionsStep>HighlighterUnifiedOptionsStep. boundaryScanner()Specify how the text should be broken up into highlighting snippets. -
Uses of HighlighterUnifiedOptionsStep in org.hibernate.search.engine.search.highlighter.dsl.impl
Classes in org.hibernate.search.engine.search.highlighter.dsl.impl that implement HighlighterUnifiedOptionsStep Modifier and Type Class Description classHighlighterUnifiedOptionsStepImplMethods in org.hibernate.search.engine.search.highlighter.dsl.impl that return HighlighterUnifiedOptionsStep Modifier and Type Method Description HighlighterUnifiedOptionsStepHighlighterUnifiedOptionsStepImpl. boundaryScanner(Consumer<? super HighlighterBoundaryScannerTypeStep<?,?>> boundaryScannerContributor)Methods in org.hibernate.search.engine.search.highlighter.dsl.impl that return types with arguments of type HighlighterUnifiedOptionsStep Modifier and Type Method Description HighlighterBoundaryScannerTypeStep<?,? extends HighlighterUnifiedOptionsStep>HighlighterUnifiedOptionsStepImpl. boundaryScanner() -
Uses of HighlighterUnifiedOptionsStep in org.hibernate.search.engine.search.highlighter.dsl.spi
Methods in org.hibernate.search.engine.search.highlighter.dsl.spi that return HighlighterUnifiedOptionsStep Modifier and Type Method Description HighlighterUnifiedOptionsStepAbstractSearchHighlighterFactory. unified()
-