List of usage examples for org.apache.lucene.index BinaryDocValues subclass-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()}.
*/