Skip to content

Commit 6c3b14b

Browse files
committed
Add javadoc
1 parent 410e77f commit 6c3b14b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/src/main/java/org/elasticsearch/index/fielddata/MultiValuedSortedBinaryDocValues.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515

1616
import java.io.IOException;
1717

18+
/**
19+
* Wrapper around {@link BinaryDocValues} to decode the typical multivalued encoding used by
20+
* {@link org.elasticsearch.index.mapper.BinaryFieldMapper.CustomBinaryDocValuesField}.
21+
*/
1822
public class MultiValuedSortedBinaryDocValues extends SortedBinaryDocValues {
1923

2024
BinaryDocValues values;

0 commit comments

Comments
 (0)