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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

StringPER_FIELD_SUFFIX_KEY
FieldInfo attribute name used to store the segment suffix name for each field.

Method

PostingsFormatgetPostingsFormatForField(String field)
Returns the postings format that should be used for writing new segments of field.