Re: knn parser not working as expected

2023-07-20 Thread gnandre
Thanks. If I move the knn parser syntax and value to fq param and make q as *:*, it works and starts giving relevant results instantly. curl -X POST -H "Content-Type: application/json" -d '{ "params": { "q": "*:*", "fq": "{!knn f=dense_vector topK=1}[0.06525743007659912,0.015727980062365532,

upgrade to 8.6 to 9.2

2023-07-20 Thread Arin Ekandem
I performed upgrade from 8.6 to 9.2. Solr starts but the console no longer renders. Are there particular areas I should look at that would cause this? I have verified that /etc/default/solr.in.sh is configured correctly. This email message is for the sole use of the intended recipient(s) and ma

Re: Solr 9.2 join query returns no results

2023-07-20 Thread Charles Sanders
Thanks for the help on this issue. It appears to be related to a multi-shard collection. I will either work with a single shard collection or change the way the data is indexed so as to not need a join query. Thanks On Thu, Jul 20, 2023 at 5:09 AM Mikhail Khludnev wrote: > Hi there, > If we a

Re: Solr 9.2 join query returns no results

2023-07-20 Thread Mikhail Khludnev
Hi there, If we are talking about SolrCloud. Up to 9.2 let to join "from" fully replicated single shard collection "to" a many shards collection. Starting from 9.3 Solr can join from many shards to many shards collections, but route fields should be the fields, which are used in join query. Affini