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