Uses of Class
org.apache.lucene.queries.intervals.IntervalMatches.State
-
Packages that use IntervalMatches.State Package Description org.apache.lucene.queries.intervals Intervals queries -
-
Uses of IntervalMatches.State in org.apache.lucene.queries.intervals
Methods in org.apache.lucene.queries.intervals that return IntervalMatches.State Modifier and Type Method Description static IntervalMatches.State
IntervalMatches.State. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IntervalMatches.State[]
IntervalMatches.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-