Example usage for org.apache.lucene.index BinaryDocValues subclass-usage

List of usage examples for org.apache.lucene.index BinaryDocValues subclass-usage

Introduction

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

Usage

From source file org.elasticsearch.index.fielddata.AbstractBinaryDocValues.java

/**
 * Base implementation that throws an {@link IOException} for the
 * {@link DocIdSetIterator} APIs. This impl is safe to use for sorting and
 * aggregations, which only use {@link #advanceExact(int)} and
 * {@link #binaryValue()}.
 */