Uses of Class
org.apache.lucene.search.matchhighlight.PassageFormatter.SlicePoint.Type
-
Packages that use PassageFormatter.SlicePoint.Type Package Description org.apache.lucene.search.matchhighlight This package contains several components useful to build a highlighter on top of theMatchesAPI. -
-
Uses of PassageFormatter.SlicePoint.Type in org.apache.lucene.search.matchhighlight
Fields in org.apache.lucene.search.matchhighlight declared as PassageFormatter.SlicePoint.Type Modifier and Type Field Description PassageFormatter.SlicePoint.TypePassageFormatter.SlicePoint. typeMethods in org.apache.lucene.search.matchhighlight that return PassageFormatter.SlicePoint.Type Modifier and Type Method Description static PassageFormatter.SlicePoint.TypePassageFormatter.SlicePoint.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PassageFormatter.SlicePoint.Type[]PassageFormatter.SlicePoint.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.lucene.search.matchhighlight with parameters of type PassageFormatter.SlicePoint.Type Constructor Description SlicePoint(PassageFormatter.SlicePoint.Type t, int offset, OffsetRange m)
-