Uses of Enum
org.apache.lucene.index.TermsEnum.SeekStatus
Package
Description
Code to maintain and access indices.
Code to search indices.
-
Uses of TermsEnum.SeekStatus in org.apache.lucene.index
Modifier and TypeMethodDescriptionThis enum does not support seeking!abstract TermsEnum.SeekStatus
Seeks to the specified term, if it exists, or to the next (ceiling) term.static TermsEnum.SeekStatus
Returns the enum constant of this type with the specified name.static TermsEnum.SeekStatus[]
TermsEnum.SeekStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TermsEnum.SeekStatus in org.apache.lucene.search