Re: Query on Solr and ZK ports

2023-04-24 Thread HariBabu kuruva
Thank you for the information. On Fri, Apr 21, 2023 at 4:53 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > ZK admin server port is 8080, > > https://zookeeper.apache.org/doc/r3.5.1-alpha/zookeeperAdmin.html#sc_adminserver > > In my usage in the past, it spits out useful metrics aro

[Operator] [ANNOUNCE] Apache Solr Operator v0.7.0 released

2023-04-24 Thread Houston Putman
The Apache Solr PMC is pleased to announce the release of the Apache Solr Operator v0.7.0. The Apache Solr Operator is a safe and easy way of managing a Solr ecosystem in Kubernetes. This release contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. Th

Re: [TOKYO Lucene/Solr meet-up] ~ Neural search: Fine-tuning a Multi-language model & Product retrieval based on online reviews ~

2023-04-24 Thread Mingchun Zhao
Hi Alessandro, Thanks for your kind words and your such a wonderful contribution. We will do our best to make this Meet-up a success. Best regards, Mingchun On Sat, Apr 22, 2023 at 1:50 AM Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: > Great Mingchun! > I am so happy of the various

Re: Disk usage not visible in solr admin UI

2023-04-24 Thread Jan Høydahl
Can you check http://localhost:8983/solr/admin/metrics on your node? There should be a key called "INDEX.size" for your core that shows disk usage. Also, can you check whether there are errors in browser under "Developer Tools -> Network" or "Console"? Jan > 24. apr. 2023 kl. 10:15 skrev Anjali

Disk usage not visible in solr admin UI

2023-04-24 Thread Anjali Maurya
Hi all, We have seen that Disk usage is not visible on solr cloud UI in cloud->nodes section. We observed this behavior when we created a collection with implicit routing. Why disk usage is not visible on UI and if is it related to implicit routing then why it is happening for implicit routing?

Re: Help regarding solr request timeout because of spellcheck component performance.

2023-04-24 Thread kumar gaurav
++ users@solr.apache.org On Mon, 24 Apr 2023 at 13:12, kumar gaurav wrote: > HI Everyone > > I am getting a solr socket timeout exception in the select search query > because of bad spellcheck performance. > > I am using the spellcheck component in solr select request handler. > solrconfig > >

Re: [TOKYO Lucene/Solr meet-up] ~ Neural search: Fine-tuning a Multi-language model & Product retrieval based on online reviews ~

2023-04-24 Thread kumar gaurav
HI Mingchun I have the same request. Can you please record the meeting and send it to us? It's very early in my country as well. Lots of thanks 🙏 On Fri, 21 Apr 2023 at 22:20, Alessandro Benedetti < benedetti.ale...@gmail.com> wrote: > Great Mingchun! > I am so happy of the various application

Help regarding solr request timeout because of spellcheck component performance.

2023-04-24 Thread kumar gaurav
HI Everyone I am getting a solr socket timeout exception in the select search query because of bad spellcheck performance. I am using the spellcheck component in solr select request handler. solrconfig edismax true 1 AND 100 true 25 false true true

Missing highlights with AND-queries and unified highlighter (Solr 8.11.1 and 9.2.0)

2023-04-24 Thread Morten Ernebjerg
Hi there I have a curious problem with the unified highlighter (both for Solr 8.11.1 and 9.2.0). Specifically, if I 1. do a Boolean AND-query on an indexed field filled by copyFields with input from two underlying fields in the raw document, and 2. the two ANDed terms match entries from different