Uses of Enum Class
org.apache.lucene.search.matchhighlight.PassageFormatter.SlicePoint.Type
Packages that use PassageFormatter.SlicePoint.Type
Package
Description
This package contains several components useful to build a highlighter on top of the
Matches
API.-
Uses of PassageFormatter.SlicePoint.Type in org.apache.lucene.search.matchhighlight
Fields in org.apache.lucene.search.matchhighlight declared as PassageFormatter.SlicePoint.TypeMethods in org.apache.lucene.search.matchhighlight that return PassageFormatter.SlicePoint.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PassageFormatter.SlicePoint.Type[]
PassageFormatter.SlicePoint.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.search.matchhighlight with parameters of type PassageFormatter.SlicePoint.TypeModifierConstructorDescriptionSlicePoint
(PassageFormatter.SlicePoint.Type t, int offset, OffsetRange m)