Re: Crawling Italian language site in Solr

2023-07-28 Thread Markus Jelsma
Hello Fiz, This normally happens when websites are capable of responding with translations of their content. Usually this is controlled by the client's Accept-Lang header, and in worse cases, it is decided based on client apparent IP address. In Nutch you can test its output by using the bin/nutc

JSON boolean query syntax with edismax as default QueryParser

2023-07-28 Thread Jane Sandberg
Hi Solr colleagues, On Solr 8.4.1, we’ve noticed that the following types of JSON DSL queries work if our luceneMatchVersion is 7.1 or lower, or if our default query parser is set to lucene: {"query":{"bool":{"must":[{"lucene":{"query":"plasticity","df":"title_a_index"}}]}}} However, if the qu

Re: Slow softCommits under heavy load?

2023-07-28 Thread Shawn Heisey
On 7/23/23 05:24, Koen De Groote wrote: After having a look at these files: No, I cannot share them. What I can say is that there's a couple hundred fields, dynamicFields and copyFields(each). The updatehandler uses solr.DirectUpdateHandler2(the only one I can see in the source code extending t

Re: [EXTERNAL] Re: upgrade to 8.6 to 9.2

2023-07-28 Thread Shawn Heisey
On 7/21/23 09:03, Oakley, Craig (NIH/NLM/NCBI) [C] wrote: On thing that comes to mind is to have this in your start.sh script: export SOLR_JETTY_HOST="0.0.0.0" This is a good point. For security reasons similar to other software like MySQL, Solr 9 only listens on localhost by default. If yo

Re: Add a new Shard to the collection

2023-07-28 Thread Mikhail Khludnev
Hello Hari. If new shards are handling queries and updates well it's ok to have old shard inactive. You can request DELETESHARD to reclaim the disk space. On Mon, Jul 24, 2023 at 6:19 PM HariBabu kuruva wrote: > Hi All, > > I would like to add a new shard to the existing collection to have bette