List of usage examples for org.apache.lucene.codecs NormsFormat subclass-usage
From source file com.foundationdb.lucene.FDBNormsFormat.java
public class FDBNormsFormat extends NormsFormat { private static final String NORMS_EXT = "len"; @Override public DocValuesConsumer normsConsumer(SegmentWriteState state) throws IOException { return new FDBNormsConsumer(state);