Class HighlighterPlainOptionsStepImpl
- java.lang.Object
-
- org.hibernate.search.engine.search.highlighter.dsl.impl.HighlighterOptionsStepImpl<HighlighterPlainOptionsStep>
-
- org.hibernate.search.engine.search.highlighter.dsl.impl.HighlighterPlainOptionsStepImpl
-
- All Implemented Interfaces:
HighlighterFinalStep,HighlighterOptionsStep<HighlighterPlainOptionsStep>,HighlighterPlainOptionsStep
public class HighlighterPlainOptionsStepImpl extends HighlighterOptionsStepImpl<HighlighterPlainOptionsStep> implements HighlighterPlainOptionsStep
-
-
Field Summary
-
Fields inherited from class org.hibernate.search.engine.search.highlighter.dsl.impl.HighlighterOptionsStepImpl
highlighterBuilder
-
-
Constructor Summary
Constructors Constructor Description HighlighterPlainOptionsStepImpl(SearchHighlighterBuilder highlightBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HighlighterPlainOptionsStepfragmenter(HighlighterFragmenter type)Specify how the text should be broken up into highlighting snippets.-
Methods inherited from class org.hibernate.search.engine.search.highlighter.dsl.impl.HighlighterOptionsStepImpl
encoder, fragmentSize, noMatchSize, numberOfFragments, orderByScore, tag, toHighlighter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.engine.search.highlighter.dsl.HighlighterFinalStep
toHighlighter
-
Methods inherited from interface org.hibernate.search.engine.search.highlighter.dsl.HighlighterOptionsStep
encoder, fragmentSize, noMatchSize, numberOfFragments, orderByScore, tag
-
-
-
-
Constructor Detail
-
HighlighterPlainOptionsStepImpl
public HighlighterPlainOptionsStepImpl(SearchHighlighterBuilder highlightBuilder)
-
-
Method Detail
-
fragmenter
public HighlighterPlainOptionsStep fragmenter(HighlighterFragmenter type)
Description copied from interface:HighlighterPlainOptionsStepSpecify how the text should be broken up into highlighting snippets.- Specified by:
fragmenterin interfaceHighlighterPlainOptionsStep- Parameters:
type- The type of fragmeter to be applied.- Returns:
- The next step in a highlighter definition.
- See Also:
HighlighterFragmenter
-
-