Re: Solr 7.5 seed up, accuracy details

2020-01-09 Thread Paras Lehana
I usually keep older and newer Solr versions on different server with same configuration. Then, use jmeter with same parameters and compare the results. Make sure settings like environment settings (JVM, GC) and core configuration (Cache) are in sync and you restart both of them before testing. On

Re: Solr 7.5 seed up, accuracy details

2019-12-28 Thread Rajdeep Sahoo
Thank you for the information Why you are recommending to use the schema api instead of schema xml? On Sat, 28 Dec, 2019, 8:01 PM Jörn Franke, wrote: > This highly depends on how you designed your collections etc. - there is > no general answer. You have to do a performance test based on

Re: Solr 7.5 seed up, accuracy details

2019-12-28 Thread Jörn Franke
This highly depends on how you designed your collections etc. - there is no general answer. You have to do a performance test based on your configuration and documents. I also recommend to check the Solr documentation on how to design a collection for 7.x and maybe start even from scratch defin