Re: Performance in solr7.5

2020-07-05 Thread Erick Erickson
Look at your I/O stats. My bet is that you’re swapping like crazy and your CPU is relatively idle. 2T of index on two machines is probably simply too much data on too little hardware. Consider stress testing your hardware gradually, see:

Performance in solr7.5

2020-07-05 Thread Sankar Panda
Hi All, I am facing performance issue while searching. It took 10mins to get the results.i have 2 shard and each shard having 2 replicas.80M documents and index size in each shard is 2T. Any suggestions? Thanks Sankar panda

Re: unified highlighter performance in solr 8.5.1

2020-07-05 Thread David Smiley
Here's my PR, which includes some edits to the ref guide docs where I tried to clarify these settings a little too. https://github.com/apache/lucene-solr/pull/1651 ~ David On Sat, Jul 4, 2020 at 8:44 AM Nándor Mátravölgyi wrote: > I guess that's fair. Let's have hl.fragsizeIsMinimum=true as