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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

PostingsFormat(String name)
Creates a new postings format.

Method

FieldsConsumerfieldsConsumer(SegmentWriteState state)
Writes a new segment
FieldsProducerfieldsProducer(SegmentReadState state)
Reads a segment.
PostingsFormatforName(String name)
looks up a format by name
StringgetName()
Returns this posting format's name
voidreloadPostingsFormats(ClassLoader classloader)
Reloads the postings format list from the given ClassLoader .