List of usage examples for org.apache.lucene.codecs DocValuesFormat subclass-usage
From source file com.foundationdb.lucene.FDBDocValuesFormat.java
public class FDBDocValuesFormat extends DocValuesFormat { private static final String DOC_VALUES_EXT = "dat"; private static final String BYTES = "bytes"; private static final String ORD = "ord"; private static final String DOC_TO_ORD = "doc_ord";
From source file org.apache.blur.lucene.codec.DiskDocValuesFormat.java
/**
* DocValues format that keeps most things on disk.
* <p>
* Things like ordinals and disk offsets are loaded into ram,
* for single-seek access to all the types.
* <p>