Uses of Class
org.hibernate.search.engine.search.highlighter.spi.BoundaryScannerType
-
-
Uses of BoundaryScannerType in org.hibernate.search.backend.lucene.logging.impl
Methods in org.hibernate.search.backend.lucene.logging.impl with parameters of type BoundaryScannerType Modifier and Type Method Description SearchExceptionLog_$logger. unsupportedBoundaryScannerType(String type, BoundaryScannerType boundaryScannerType)SearchExceptionLog. 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 BoundaryScannerType Modifier and Type Field Description protected BoundaryScannerTypeLuceneAbstractSearchHighlighter. boundaryScannerTypeMethods in org.hibernate.search.backend.lucene.search.highlighter.impl with parameters of type BoundaryScannerType Modifier and Type Method Description protected abstract LuceneAbstractSearchHighlighterLuceneAbstractSearchHighlighter. createHighlighterSameType(Set<String> indexNames, Character[] 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 BoundaryScannerType Constructor Description LuceneAbstractSearchHighlighter(Set<String> indexNames, Character[] 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)LuceneAbstractSearchHighlighter(BoundaryScannerType scannerType) -
Uses of BoundaryScannerType in org.hibernate.search.engine.search.highlighter.spi
Fields in org.hibernate.search.engine.search.highlighter.spi declared as BoundaryScannerType Modifier and Type Field Description protected BoundaryScannerTypeSearchHighlighterBuilder. boundaryScannerTypeMethods in org.hibernate.search.engine.search.highlighter.spi that return BoundaryScannerType Modifier and Type Method Description BoundaryScannerTypeSearchHighlighterBuilder. boundaryScannerType()static BoundaryScannerTypeBoundaryScannerType. valueOf(String name)Returns the enum constant of this type with the specified name.static BoundaryScannerType[]BoundaryScannerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.search.highlighter.spi with parameters of type BoundaryScannerType Modifier and Type Method Description SearchHighlighterBuilderSearchHighlighterBuilder. boundaryScannerType(BoundaryScannerType boundaryScannerType)
-