Skip to content

Commit 3f99004

Browse files
committed
Moved ignore values doc value field fetcher inside of existing fetcher function
1 parent 23c0027 commit 3f99004

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/mapper-extras/src/main/java/org/elasticsearch/index/mapper/extras/MatchOnlyTextFieldMapper.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,10 @@ protected void writeValue(Object value, XContentBuilder b) throws IOException {
786786
return fieldLoader;
787787
}
788788

789+
790+
/**
791+
* A wrapper around {@link BinaryDocValues} that exposes some quality of life functions.
792+
*/
789793
private static class CustomBinaryDocValues extends AbstractBinaryDocValues {
790794

791795
private final BinaryDocValues binaryDocValues;

0 commit comments

Comments
 (0)