Solr 8.11.2 Admin Panel

2023-10-18 Thread Anuj Bhargava
Admin Panel is not opening [root@ded659 default]# */etc/init.d/solr status* Found 1 Solr nodes: Solr process 598380 running on port 8983 { "solr_home":"/var/solr/data", "version":"8.11.2 17dee71932c683e345508113523e764c3e4c80fa - mdrob - 2022-06-13 11:27:54", "startTime":"2023-10-18T08:43:00

Re: Solr 8.11.2 Admin Panel

2023-10-18 Thread Jan Høydahl
Hi, You do not show how to reproduce your issue. Did it work before? From where are you connecting to Solr? What does the log say (/var/solr/logs/solr.log) ? What do you see in your browser when attempting to open Admin UI? I would use Java 17 if I were you but looks like Solr is up.. Jan > 18.

Re: Solr 8.11.2 Admin Panel

2023-10-18 Thread Anuj Bhargava
Hi Jan, Using the following to access - http://xxx.xxx.xx.xx:8983/solr/#/ Getting the message - This site can’t be reached xxx.xxx.xx.xx took too long to respond. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_TIMED_OUT Please note that the server is pinging. and

Re: knn query parser, number of results and filtering by score

2023-10-18 Thread Mirko Sertic
Hi Alessandro, thank you for clarification! I havent't read something about "topK is per shard" in the documentation, but maybe I've missed that somewhere. From a performance and implementation perspective, this might make sense. From a users perspective, I'd expect that "topK" is per collectio

Re: Solr 8.11.2 Admin Panel

2023-10-18 Thread Shawn Heisey
On 10/18/23 06:25, Anuj Bhargava wrote: Hi Jan, Using the following to access - http://xxx.xxx.xx.xx:8983/solr/#/ Getting the message - This site can’t be reached xxx.xxx.xx.xx took too long to respond. Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_TIMED_OUT P

Re: knn query parser, number of results and filtering by score

2023-10-18 Thread Alessandro Benedetti
-- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Website: Sease.io LinkedIn

Re: knn query parser, number of results and filtering by score

2023-10-18 Thread Mirko Sertic
Am 18.10.2023 um 15:44 schrieb Alessandro Benedetti: -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applied Consulting | Training | Open Source Websit

Re: Solr 8.11.2 Admin Panel

2023-10-18 Thread Anuj Bhargava
Solved. The server provider had blocked port 8983. Regards, Anuj On Wed, 18 Oct 2023 at 19:15, Shawn Heisey wrote: > On 10/18/23 06:25, Anuj Bhargava wrote: > > Hi Jan, > > > > Using the following to access - http://xxx.xxx.xx.xx:8983/solr/#/ > > > > Getting the message - > > This site can’t b

Re: knn query parser, number of results and filtering by score

2023-10-18 Thread Alessandro Benedetti
Let's distinguish if you are talking about a "debug" bug (the explain message) or a functional bug. -- *Alessandro Benedetti* Director @ Sease Ltd. *Apache Lucene/Solr Committer* *Apache Solr PMC Member* e-mail: a.benede...@sease.io *Sease* - Information Retrieval Applie

Re: Zk big files issues and model store

2023-10-18 Thread Florin Babes
Thanks for the suggestion Matthias. I will look into this. Hello Christine. One of the concerns is the split nature but also that if the file does not exist on disk when the replica reloads, the core would not load. To keep the models in sync on each node can be quite complicated. For example you

Re: Solr 9.3.0: NumberRangePrefixTree error

2023-10-18 Thread Alex Deparvu
Hi Scott, Added some comments on the Jira you've created (https://issues.apache.org/jira/browse/SOLR-17003). This does look like an issue sitting at the intersection of UnifiedHighlighter with DateRangeField types. If anyone has deeper knowledge of UnifiedHighlighter, please comment on the Jira.