Hello Fiz,
This normally happens when websites are capable of responding with
translations of their content. Usually this is controlled by the client's
Accept-Lang header, and in worse cases, it is decided based on client
apparent IP address.
In Nutch you can test its output by using the bin/nutc
Hi Solr colleagues,
On Solr 8.4.1, we’ve noticed that the following types of JSON DSL queries work
if our luceneMatchVersion is 7.1 or lower, or if our default query parser is
set to lucene:
{"query":{"bool":{"must":[{"lucene":{"query":"plasticity","df":"title_a_index"}}]}}}
However, if the qu
On 7/23/23 05:24, Koen De Groote wrote:
After having a look at these files: No, I cannot share them.
What I can say is that there's a couple hundred fields, dynamicFields and
copyFields(each).
The updatehandler uses solr.DirectUpdateHandler2(the only one I can see in
the source code extending t
On 7/21/23 09:03, Oakley, Craig (NIH/NLM/NCBI) [C] wrote:
On thing that comes to mind is to have this in your start.sh script:
export SOLR_JETTY_HOST="0.0.0.0"
This is a good point. For security reasons similar to other software
like MySQL, Solr 9 only listens on localhost by default. If yo
Hello Hari.
If new shards are handling queries and updates well it's ok to have old
shard inactive.
You can request DELETESHARD to reclaim the disk space.
On Mon, Jul 24, 2023 at 6:19 PM HariBabu kuruva
wrote:
> Hi All,
>
> I would like to add a new shard to the existing collection to have bette