Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
MultiTermsEnum.seekCeil(BytesRef term) |
abstract TermsEnum.SeekStatus |
TermsEnum.seekCeil(BytesRef text)
Seeks to the specified term, if it exists, or to the
next (ceiling) term.
|
TermsEnum.SeekStatus |
FilteredTermsEnum.seekCeil(BytesRef term)
This enum does not support seeking!
|
TermsEnum.SeekStatus |
FilterLeafReader.FilterTermsEnum.seekCeil(BytesRef text) |
static TermsEnum.SeekStatus |
TermsEnum.SeekStatus.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
TermsEnum.SeekStatus |
FuzzyTermsEnum.seekCeil(BytesRef text) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.