Closed trannhutle closed 2 years ago
[ x] elastic.v7 (for Elasticsearch 7.x) [ ] elastic.v6 (for Elasticsearch 6.x) [ ] elastic.v5 (for Elasticsearch 5.x) [ ] elastic.v3 (for Elasticsearch 2.x) [ ] elastic.v2 (for Elasticsearch 1.x)
The size match with the length of the len(searchResult.Hits.Hits)
len(searchResult.Hits.Hits)
I always receive 10 hits although I change the Size. The size that I set is always smaller than the TotalHits
Please lemme know if I am doing anything wrong. Thank you so much!
Which version of Elastic are you using?
[ x] elastic.v7 (for Elasticsearch 7.x) [ ] elastic.v6 (for Elasticsearch 6.x) [ ] elastic.v5 (for Elasticsearch 5.x) [ ] elastic.v3 (for Elasticsearch 2.x) [ ] elastic.v2 (for Elasticsearch 1.x)
Please describe the expected behavior
The size match with the length of the
len(searchResult.Hits.Hits)
Please describe the actual behavior
I always receive 10 hits although I change the Size. The size that I set is always smaller than the TotalHits
Any steps to reproduce the behavior?
Please lemme know if I am doing anything wrong. Thank you so much!