List of usage examples for org.apache.lucene.codecs TermVectorsFormat subclass-usage
From source file com.foundationdb.lucene.FDBTermVectorsFormat.java
public class FDBTermVectorsFormat extends TermVectorsFormat { private static final String TERM_VECTORS_EXT = "vec"; private static final String FIELD = "field"; private static final String TERM = "term"; //