Sandesh Kumar

Results 19 comments of Sandesh Kumar

Thanks for bringing this up @reta. I have raised PR https://github.com/opensearch-project/OpenSearch/pull/12643 for the fix now.

I was not able to reproduce it but looks like it may be that more than 1 segment are created during document addition in the index. Let me revisit this...

To test the performance improvements, I had edited one of the sub-aggregation search body to a simple term aggregation, like [this](https://github.com/sandeshkr419/opensearch-benchmark-workloads/commit/12878435d9ae8fcca5cc9ab85b4869a9506dcf4f). Basically in OSB, my search body/workload looks like this:...

@MitchellGale Thanks for drafting up the doc. I have some comments on adding more details to few sections for better understanding.

@jrj0823 Wanted to check if you are still working on this.

Hi @finnegancarroll! We certainly don't want things to be redundant for sure. I have not been able to look into the tika package to check what testing has been available...

@kiranprakash154 Did you pull in latest main/2.x changes because you noticed this flaky test? I fixed this one on 3/15 actually.

So I started thinking of some ideas. One of the ideas which came was to take intersection of document set for postings data for 2 fields (in case there are...

Linking https://github.com/opensearch-project/OpenSearch/pull/14993 here as it contributes to improving multi-terms aggregation.