| java.lang.Object | |
| ↳ | org.apache.lucene.util.ReaderUtil |
Common util methods for dealing with IndexReaders.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gathers sub-readers from reader into a List.
| |||||||||||
Returns index of the searcher/reader for document
n in the
array used to construct this searcher/reader. | |||||||||||
Returns sub IndexReader that contains the given document id.
| |||||||||||
Returns sub-reader subIndex from reader.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gathers sub-readers from reader into a List.
Returns index of the searcher/reader for document n in the
array used to construct this searcher/reader.
Returns sub IndexReader that contains the given document id.
| doc | id of document |
|---|---|
| reader | parent reader |
Returns sub-reader subIndex from reader.
| reader | parent reader |
|---|---|
| subIndex | index of desired sub reader |