Closed xichen2020 closed 5 years ago
cc @black-adder
This PR fixes how we index into queryFields by using fieldIndexMap to first map the source indices to the target index in queryFields, and then use the target index to index into queryFields.
queryFields
fieldIndexMap
cc @black-adder
This PR fixes how we index into
queryFields
by usingfieldIndexMap
to first map the source indices to the target index inqueryFields
, and then use the target index to index intoqueryFields
.