Ishan Chattopadhyaya

Results 18 issues of Ishan Chattopadhyaya

A new quickstart guide that can potentially replace (or live side by side with) the Solr tutorial. This is WIP at the moment, but would appreciate early feedback and thoughts.

This is almost complete. Here, all queries are multi-threaded. TODO: Implement a query time parameter (default: off) to enable multi-threaded searching. Tests pass.

https://issues.apache.org/jira/browse/SOLR-15951 Ability to load packages from the filesystem, useful for first party packages. TODO: Generate the local_packages.json on the fly (based on the Solr's version that is being built).

stale

Using long instead of int to avoid overflows of hits and counts when multiple shards are involved.

Integer overflow in total count in grouping results. Please note that this is a PR on branch_8x, since it is more complex than the master change. 8x needs backward and...

Abandoning previous PRs to create this new one. https://issues.apache.org/jira/browse/SOLR-13350

documentation
tests
cat:search

* Adding a suite to perf test rate limiting setup * Support for adding a custom clusterprops.json before starting a Solr cluster

Upon a successful execution, results are written to a JSON file and also printed as follows: ``` 2023-06-20 13:48:12 INFO StressMain:221 - Final results: {task1=[{end-time=475.336, init-timestamp=1687248402433, end-timestamp=1687248877769, start-timestamp=1687248402496, start-time=0.063, total-time=472.711832794}],...

Had to abandon the previous PR (https://github.com/fullstorydev/solr-bench/pull/44) due to various merge conflicts, and re-open it here. Please follow the discussions there.

As I was looking to merge master into ishan/validations branch, I realized that the master branch no longer works (neither with Solr 8x nor 9x). I see a plethora of...