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 -
Method Summary
Modifier and TypeMethodDescriptionSpecify 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, toHighlighterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.engine.search.highlighter.dsl.HighlighterFinalStep
toHighlighterMethods inherited from interface org.hibernate.search.engine.search.highlighter.dsl.HighlighterOptionsStep
encoder, fragmentSize, noMatchSize, numberOfFragments, orderByScore, tag
-
Constructor Details
-
HighlighterPlainOptionsStepImpl
-
-
Method Details
-
fragmenter
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:
-