We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410e77f commit 6c3b14bCopy full SHA for 6c3b14b
server/src/main/java/org/elasticsearch/index/fielddata/MultiValuedSortedBinaryDocValues.java
@@ -15,6 +15,10 @@
15
16
import java.io.IOException;
17
18
+/**
19
+ * Wrapper around {@link BinaryDocValues} to decode the typical multivalued encoding used by
20
+ * {@link org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField}.
21
+ */
22
public class MultiValuedSortedBinaryDocValues extends SortedBinaryDocValues {
23
24
BinaryDocValues values;
0 commit comments