Hi,
if the index is large enough to consist of multiple segments, we noticed that chunked search will result in almost constant times for each segment. For example, an index of 300.000 files has 6 segments, and the search will take ~20 seconds for each segment.
But when executing the search without chunking it takes around 20 seconds to find all the results.
The timing does not change with the number of hits per segment. Is this behavior expected?
Best regards
Jam