Re: How to determine why solr stops running?

2020-05-18 Thread James Greene
t that, something external will be the culprit, Solr doesn't > stop > >> by itself. Do look at the Solr log once things stop, it should show if > >> someone or something stopped it. > >> > >> On Mon, May 18, 2020, 10:43 Ryan W wrote: > >> > >

Re: How to determine why solr stops running?

2020-05-14 Thread James Greene
Check the log for for an OOM crash. Fatal exceptions will be in the main solr log and out of memory errors will be in their own -oom log. I've encountered quite a few solr crashes and usually it's when there's a threshold of concurrent users and/or indexing happening. On Thu, May 14, 2020, 9:2

Solr 8.X _nest_path_ and DIH

2020-05-13 Thread James Greene
I've been trying to get the _nest_path_ queries working with no success. Does anyone have a link to an example of the configurations needed to get this to work? I'm using DIH to index my data and the child entities are getting indexed (i can query them directly). But using the [child] ChildDocTran

Data Import Handler - Concurrent Entity Importing

2020-05-05 Thread James Greene
Hello, I'm new to the group here so please excuse me if I do not have the etiquette down yet. Is it possible to have multiple entities (customer configurable, up to 40 atm) in a DIH configuration to be imported at once? Right now I have multiple root entities in my configuration but they get inde