Description
QueryFolder shouldn’t use the default EsQueryExec output() method, but SampleExec and SequenceExec’s output() method instead. As is, the intermediary queries use fields API referencing all fields from the index, whereas it should only use those fields specific to a sequence or sample.
Description
QueryFolder shouldn’t use the default EsQueryExec
output()method, but SampleExec and SequenceExec’soutput()method instead. As is, the intermediary queries usefieldsAPI referencing all fields from the index, whereas it should only use those fields specific to a sequence or sample.