Uses of Interface
org.hibernate.search.engine.search.highlighter.dsl.HighlighterPlainOptionsStep
-
-
Uses of HighlighterPlainOptionsStep in org.hibernate.search.engine.search.highlighter.dsl
Methods in org.hibernate.search.engine.search.highlighter.dsl that return HighlighterPlainOptionsStep Modifier and Type Method Description HighlighterPlainOptionsStepHighlighterPlainOptionsStep. fragmenter(HighlighterFragmenter type)Specify how the text should be broken up into highlighting snippets.HighlighterPlainOptionsStepSearchHighlighterFactory. plain() -
Uses of HighlighterPlainOptionsStep in org.hibernate.search.engine.search.highlighter.dsl.impl
Classes in org.hibernate.search.engine.search.highlighter.dsl.impl that implement HighlighterPlainOptionsStep Modifier and Type Class Description classHighlighterPlainOptionsStepImplMethods in org.hibernate.search.engine.search.highlighter.dsl.impl that return HighlighterPlainOptionsStep Modifier and Type Method Description HighlighterPlainOptionsStepHighlighterPlainOptionsStepImpl. fragmenter(HighlighterFragmenter type) -
Uses of HighlighterPlainOptionsStep in org.hibernate.search.engine.search.highlighter.dsl.spi
Methods in org.hibernate.search.engine.search.highlighter.dsl.spi that return HighlighterPlainOptionsStep Modifier and Type Method Description HighlighterPlainOptionsStepAbstractSearchHighlighterFactory. plain()
-