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

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

Introduction

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

The text is from its open source code.

Constructor

DirectPostingsFormat(int minSkipCount, int lowFreqCutoff)
minSkipCount is how many terms in a row must have the same prefix before we put a skip pointer down.