List of usage examples for org.apache.lucene.codecs LiveDocsFormat subclass-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);