Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
javanna committed Apr 3, 2024
1 parent 4d6d8f0 commit e955145
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.elasticsearch.search.fetch.StoredFieldsSpec;

import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
Expand Down Expand Up @@ -83,7 +82,7 @@ public FetchSubPhaseProcessor getProcessor(FetchContext fetchContext) {
storedFields.add(new StoredField(fieldName, ft, sec.isMetadataField(ft.name())));
fieldsToLoad.add(ft.name());
}*/
//TODO temporary removal of wildcard resolution: see what tests fail
// TODO temporary removal of wildcard resolution: see what tests fail
MappedFieldType ft = sec.getFieldType(field);
if (ft.isStored() == false) {
continue;
Expand Down

0 comments on commit e955145

Please sign in to comment.