HoustonPutman commented on PR #3398:
URL: https://github.com/apache/solr/pull/3398#issuecomment-3046296265

   First I go and change Line 75 in `NumericSearch` (in the benchmark module):
   
   From
   ```java
   miniClusterState.createCollection(COLLECTION, 1, 1);
   ```
   to
   ```java
   miniClusterState.createCollection(COLLECTION, 5, 1);
   ```
   
   Then in `MiniSolrCloudCluster.java` line 117:
   from:
   ```java
   + "  <shardHandlerFactory name=\"shardHandlerFactory\" 
class=\"HttpShardHandlerFactory\">\n"
   ```
   to:
   ```java
   + "  <shardHandlerFactory name=\"shardHandlerFactory\" 
class=\"ParallelHttpShardHandlerFactory\">\n"
   ```
   
   After this we can run the numericSearch benchmark:
   ```bash
   cd solr/benchmark
   ./jmh.sh NumericSearch
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to