Example usage for org.apache.lucene.codecs LiveDocsFormat subclass-usage

List of usage examples for org.apache.lucene.codecs LiveDocsFormat subclass-usage

Introduction

In this page you can find the example usage for org.apache.lucene.codecs LiveDocsFormat subclass-usage.

Usage

From source file com.foundationdb.lucene.FDBLiveDocsFormat.java

public class FDBLiveDocsFormat extends LiveDocsFormat {
    private static final String LIVE_DOCS_EXT = "liv";

    @Override
    public MutableBits newLiveDocs(int size) {
        FDBBits bits = new FDBBits(size);