Java org.apache.lucene.index ReaderUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index ReaderUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index ReaderUtil.

The text is from its open source code.

Method

IndexReaderContextgetTopLevelContext(IndexReaderContext context)
Walks up the reader tree and return the given context's top level reader context, or in other words the reader tree's root context.
intsubIndex(int n, int[] docStarts)
Returns index of the searcher/reader for document n in the array used to construct this searcher/reader.
intsubIndex(int n, List leaves)
Returns index of the searcher/reader for document n in the array used to construct this searcher/reader.