Skip to content

Commit

Permalink
Version too
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Oct 23, 2023
1 parent e560fb4 commit 5e5048e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ public ValueFetcher valueFetcher(SearchExecutionContext context, String format)
return new DocValueFetcher(docValueFormat(format, null), context.getForField(this, FielddataOperation.SEARCH));
}

@Override
public BlockLoader blockLoader(BlockLoaderContext blContext) {
return BlockDocValuesReader.longs(name());
}

@Override
public IndexFieldData.Builder fielddataBuilder(FieldDataContext fieldDataContext) {
failIfNoDocValues();
Expand Down

0 comments on commit 5e5048e

Please sign in to comment.