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
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
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
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
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"
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