Re: Search Request Strategy on Solr Cloud

2023-06-19 Thread Charlie Hubbard
There are several parameters to tweak on the lb that may have an impact on your liveness detection. 1. How frequently you poll the health check url. Polling every 15s vs 60s for example. 2. How many failures it takes to remove a node from the pool. 5 failures at 60s intervals means that node w

Re: Issue indexing nested documents

2023-04-12 Thread Charlie Hubbard
gt; On Tue, Apr 11, 2023 at 4:57 AM Charlie Hubbard > > wrote: > > > Hi, > > > > I'm not sure what you mean by "naming children" exactly. I don't have a > > stack trace, but this video discusses nested documents, and refers to > > enhanced supp

Re: Issue indexing nested documents

2023-04-10 Thread Charlie Hubbard
children, > unless you can prove it. > If you share stacktrace with method names and line numbers it might give a > clue regarding support for this functionality. > > On Mon, Apr 10, 2023 at 7:12 PM Charlie Hubbard > > wrote: > > > Hi > > > > I'm en

Re: Issue indexing nested documents

2023-04-10 Thread Charlie Hubbard
ck to this one later. Charlie On Mon, Apr 10, 2023 at 12:30 PM dmitri maziuk wrote: > On 2023-04-10 11:12 AM, Charlie Hubbard wrote: > > Hi > > > > I'm encountering the following error when indexing a parent and nested > > children documents. I'm using managed schem

Issue indexing nested documents

2023-04-10 Thread Charlie Hubbard
Hi I'm encountering the following error when indexing a parent and nested children documents. I'm using managed schemas, Solr 6.6.6, and Solrj to send the documents up to Solr for indexing. I have the default `_root_` field defined in the schema, and the parent document can be indexed without is

Re: Missing Cores on one node and error running SPLIT command?

2021-09-22 Thread Charlie Hubbard
;, "tlogReplicas": "0", "health": "RED", "znodeVersion": 15, "configName": "customer" }, "fusearchiver": { "pullReplicas": "0", "repli

Missing Cores on one node and error running SPLIT command?

2021-09-22 Thread Charlie Hubbard
Hi, I have a simple 2 node solr cluster running 8.9 (1 node on 8983 and 1 node on 7574), but one of my nodes (8983) shows collections, but no cores in the admin interface. When I run the following command I get an error: "missing index size information for parent shard leader" when I try to do

Re: Solr UI and Solr Cloud

2021-09-17 Thread Charlie Hubbard
: > Try a force reload in your browser.. > > Jan Høydahl > > > 15. sep. 2021 kl. 18:58 skrev Charlie Hubbard >: > > > >  > > Hi, > > > > After running through the example of setting up a 2 node cluster from > the docs. When I access the cluster

Solr UI and Solr Cloud

2021-09-15 Thread Charlie Hubbard
Hi, After running through the example of setting up a 2 node cluster from the docs. When I access the cluster through the solr admin UI one of my nodes behaves as I'd expect where I can select a collection from the drop down and query it. The other doesn't seem to do anything. If I click the cl

Re: Troublshooting Solr lock up

2021-06-16 Thread Charlie Hubbard
do > >> hard lock ups if they need to rebuild. Not saying that’s what’s going > on > >> but I’ve definitely had issues with them on restarting the servers and > >> freezing the entire thing until they were done > >> > >> > On Jun 16, 2021, at

Re: Troublshooting Solr lock up

2021-06-16 Thread Charlie Hubbard
any suggesters configured? They tend to do > hard lock ups if they need to rebuild. Not saying that’s what’s going on > but I’ve definitely had issues with them on restarting the servers and > freezing the entire thing until they were done > > > On Jun 16, 2021, at 11:15 AM, Cha

Troublshooting Solr lock up

2021-06-16 Thread Charlie Hubbard
Hi, I had an event recently where my Solr Server CPU spiked, and stopped answering incoming messages in a timely manner. I'm having a hard time pinpointing the cause. I'm reviewing the log files, but I can't explain why the CPU suddenly spiked. Once this happened all of the queries suddenly sta

SOLR Cel throws an error when parsing Images

2021-05-20 Thread Charlie Hubbard
Hi, I'm using ExtractingRequestHandler and Solr CEL to extract data from files. And I'm getting an error when uploading images (jpeg, tiff, png), but otherwise PDF, docs, xlsx etc have no problems. So what's happening is the server thinks the date (probably the archive_dt field because that fiel