Index download speed while replicating is fixed at 5.1 in replication.html

2020-06-13 Thread Florin Babes
Hello, While checking ways to optimize the speed of replication I've noticed that the index download speed is fixed at 5.1 in replication.html. There is a reason for that? If not, I would like to submit a patch with the fix. We are using solr 8.3.1. Thanks, Florin Babes

Solr Backup times out

2020-06-13 Thread Tech Researcher
Hello everyone! I am running a backup on solr using the command: http://localhost:8983/solr/admin/collections?action=BACKUP&collection=myCollection&name=myCollectionBkp&location={

Re: [EXTERNAL] - Re: HTTP 401 when searching on alias in secured Solr

2020-06-13 Thread Jan Høydahl
I did not manage to reproduce. Feel free to open the JIRA and attach the failing test. In the issue description, it is great if you manage to describe the reproduction steps in a clean way, so anyone can reproduce with a minimal neccessary config. Jan > 13. jun. 2020 kl. 00:41 skrev Isabelle G

Re: Slow queries until core is reindexed

2020-06-13 Thread dbourassa
I'm pretty sure we found the problem. It's related to memory. Sometimes Windows seems to unmap index files from memory, because other processes need it. To force Windows to map index files again, we need to rebuild the index. We can clearly see this behaviour with tools like RAMMap. With servers

Order of spellcheck suggestions

2020-06-13 Thread Thomas Corthals
Hi I'm seeing different ordering on the spellcheck suggestions in cloud mode when using spellcheck.extendedResults=false vs. spellcheck.extendedResults=true. Solr 8.5.2 in cloud mode with 2 nodes, 1 collection with numShards = 2 & replicationFactor = 1, techproducts configset and example data: $

RE: eDismax query syntax question

2020-06-13 Thread Markus Jelsma
Hello, These are special characters, if you don't need them, you must escape them. See top of the article: https://lucene.apache.org/solr/guide/8_5/the-extended-dismax-query-parser.html Markus -Original message- > From:Webster Homer > Sent: Friday 12th June 2020 22:09 > To: solr-u