Skip to content

Commit

Permalink
compil
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Dec 19, 2024
1 parent 190fcdd commit de04caa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ private GetResult innerGetFetch(
if (storedFields != null) {
for (String field : storedFields) {
if (field.equals(InferenceMetadataFieldsMapper.NAME)
&& InferenceMetadataFieldsMapper.isEnabled(indexShard.mapperService().mappingLookup().getMapping())) {
&& InferenceMetadataFieldsMapper.isEnabled(indexShard.mapperService().mappingLookup())) {
hasInferenceMetadataFields = true;
continue;
}
Expand Down

0 comments on commit de04caa

Please sign in to comment.