Re: LTR Features on nested documents

2023-07-27 Thread Alessandro Benedetti
Hi Sergio, in the block join, under the hood, nested docs are separate Lucene(Solr documents). Assuming you are retrieving parents after querying children ( https://solr.apache.org/guide/solr/latest/query-guide/block-join-query-parser.html#block-join-parent-query-parser) that's all you got for rera

[Solr 9.3.0] Difficulties creating Category-Routed Aliases when using the SolrJ client

2023-07-27 Thread David Driver
Hi, I'm looking at upgrading our solr docker from 9.2.1 to 9.3.0. However, after upgrading I'm finding that our unit tests are failing for certain scenarios when a SolrJ client is used. The version of SolrJ we use is 8.11.2, but our applications cannot upgrade the client. I am unable to create a

Re: solr 9.3.0 file permissions issues snapshot_metadata dir

2023-07-27 Thread rajani m
It was due to https://issues.apache.org/jira/browse/SOLR-16457 the home was set to empty string, fixing it resolved it. Thank you Justin, appreciate the response and the link to the github which led me to the above jira. On Wed, Jul 26, 2023 at 11:54 AM Justin Sweeney wrote: > You'll probably

what is SolrAuthV2 and why does it break replication

2023-07-27 Thread Oakley, Craig (NIH/NLM/NCBI) [C]
I have still not received any suggestions or clarifications, so I am resending this with a different subject. I found that if I completely eliminate security.json, Leader/Follower replication succeeds; but for obvious reasons, we do want security.json to be there. Setting -Dsolr.pki.sendVersio

Re: knn parser not working as expected

2023-07-27 Thread gnandre
But the q parameter is still not working. I am stumped. On Fri, Jul 21, 2023 at 1:43 AM gnandre wrote: > 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"

Crawling Italian language site in Solr

2023-07-27 Thread Fiz N
Hi SOLR Experts, In Azure VM (Linux), we have installed Solr version 8.11.2 and Nutch Crawler (apache-nutch-1.19). Crawling the site for Italian Language we added the tokenizer. *In the Solr admin screen we could see the document but in English language.* Please see the below attached managed sc