Java org.apache.lucene.facet.sortedset DefaultSortedSetDocValuesReaderState fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.facet.sortedset DefaultSortedSetDocValuesReaderState fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.facet.sortedset DefaultSortedSetDocValuesReaderState.

The text is from its open source code.

Constructor

DefaultSortedSetDocValuesReaderState(IndexReader reader)
Creates this, pulling doc values from the default FacetsConfig#DEFAULT_INDEX_FIELD_NAME .
DefaultSortedSetDocValuesReaderState(IndexReader reader, String field)
Creates this, pulling doc values from the specified field.