Skip to content

Commit

Permalink
Updated DQP
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Jul 12, 2024
1 parent d52181a commit cecb5da
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ private void configureIterator(ShardQueryConfiguration config, IteratorSetting c
addOption(cfg, QueryOptions.UNIQUE_CACHE_BUFFER_SIZE, Integer.toString(config.getUniqueCacheBufferSize()), false);
}
addOption(cfg, QueryOptions.HIT_LIST, config.isHitList());
addOption(cfg, QueryOptions.HIT_LIST, Boolean.toString(config.isHitList()), false);
addOption(cfg, QueryOptions.TERM_FREQUENCY_FIELDS, Joiner.on(',').join(config.getQueryTermFrequencyFields()), false);
addOption(cfg, QueryOptions.TERM_FREQUENCIES_REQUIRED, config.isTermFrequenciesRequired());
addOption(cfg, QueryOptions.QUERY, newQueryString, false);
Expand Down

0 comments on commit cecb5da

Please sign in to comment.