Uses of Enum Class
org.hibernate.search.engine.search.highlighter.spi.BoundaryScannerType
Packages that use BoundaryScannerType
Package
Description
-
Uses of BoundaryScannerType in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type BoundaryScannerTypeModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.unsupportedBoundaryScannerType(String type, BoundaryScannerType boundaryScannerType) Log.unsupportedBoundaryScannerType(String type, BoundaryScannerType boundaryScannerType) -
Uses of BoundaryScannerType in org.hibernate.search.backend.lucene.search.highlighter.impl
Fields in org.hibernate.search.backend.lucene.search.highlighter.impl declared as BoundaryScannerTypeModifier and TypeFieldDescriptionprotected final BoundaryScannerTypeLuceneAbstractSearchHighlighter.boundaryScannerTypeMethods in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type BoundaryScannerTypeModifier and TypeMethodDescriptionprotected abstract LuceneAbstractSearchHighlighterLuceneAbstractSearchHighlighter.createHighlighterSameType(Set<String> indexNames, char[] boundaryChars, Integer boundaryMaxScan, Integer fragmentSize, Integer noMatchSize, Integer numberOfFragments, Boolean orderByScore, List<String> preTags, List<String> postTags, BoundaryScannerType boundaryScannerType, Locale boundaryScannerLocale, HighlighterFragmenter fragmenterType, Integer phraseLimit, org.apache.lucene.search.highlight.Encoder encoder) Constructors in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type BoundaryScannerTypeModifierConstructorDescriptionprotectedLuceneAbstractSearchHighlighter(Set<String> indexNames, char[] boundaryChars, Integer boundaryMaxScan, Integer fragmentSize, Integer noMatchSize, Integer numberOfFragments, Boolean orderByScore, List<String> preTags, List<String> postTags, BoundaryScannerType boundaryScannerType, Locale boundaryScannerLocale, HighlighterFragmenter fragmenterType, Integer phraseLimit, org.apache.lucene.search.highlight.Encoder encoder) protectedLuceneAbstractSearchHighlighter(BoundaryScannerType scannerType) -
Uses of BoundaryScannerType in org.hibernate.search.engine.search.highlighter.spi
Fields in org.hibernate.search.engine.search.highlighter.spi declared as BoundaryScannerTypeModifier and TypeFieldDescriptionprotected BoundaryScannerTypeSearchHighlighterBuilder.boundaryScannerTypeMethods in org.hibernate.search.engine.search.highlighter.spi that return BoundaryScannerTypeModifier and TypeMethodDescriptionSearchHighlighterBuilder.boundaryScannerType()static BoundaryScannerTypeReturns the enum constant of this class with the specified name.static BoundaryScannerType[]BoundaryScannerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.search.engine.search.highlighter.spi with parameters of type BoundaryScannerTypeModifier and TypeMethodDescriptionSearchHighlighterBuilder.boundaryScannerType(BoundaryScannerType boundaryScannerType)