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

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

Introduction

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

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);