Module org.elasticsearch.server
Class MultiValueSeparateCountBinaryDocValuesReader
java.lang.Object
org.elasticsearch.index.mapper.blockloader.docvalues.MultiValueSeparateCountBinaryDocValuesReader
Helper class to read custom binary doc values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(org.apache.lucene.util.BytesRef bytes, long count, Predicate<org.apache.lucene.util.BytesRef> predicate) voidread(org.apache.lucene.util.BytesRef bytes, long count, BlockLoader.BytesRefBuilder builder) voidreadMax(org.apache.lucene.util.BytesRef bytes, long count, BlockLoader.BytesRefBuilder builder) voidreadMin(org.apache.lucene.util.BytesRef bytes, int count, BlockLoader.BytesRefBuilder builder)
-
Constructor Details
-
MultiValueSeparateCountBinaryDocValuesReader
public MultiValueSeparateCountBinaryDocValuesReader()
-
-
Method Details
-
read
public void read(org.apache.lucene.util.BytesRef bytes, long count, BlockLoader.BytesRefBuilder builder) throws IOException - Throws:
IOException
-
match
public boolean match(org.apache.lucene.util.BytesRef bytes, long count, Predicate<org.apache.lucene.util.BytesRef> predicate) throws IOException - Throws:
IOException
-
readMin
public void readMin(org.apache.lucene.util.BytesRef bytes, int count, BlockLoader.BytesRefBuilder builder) throws IOException - Throws:
IOException
-
readMax
public void readMax(org.apache.lucene.util.BytesRef bytes, long count, BlockLoader.BytesRefBuilder builder) throws IOException - Throws:
IOException
-