Java org.apache.lucene.codecs PostingsReaderBase fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.codecs PostingsReaderBase fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.codecs.PostingsReaderBase has subclasses.
Click this link to see all its subclasses.

Method

voidclose()
voidinit(IndexInput termsIn, SegmentReadState state)
Performs any initialization, such as reading and verifying the header from the provided terms dictionary IndexInput .