Re: attempting to get an exact match on a textField

2019-11-16 Thread rhys J
I figured it out. It was a combination of problems. 1. not fully indexing the data. that made the result set return smaller than expected. 2. using the join statement without adding a field at the end of it to search the other core on. On Fri, Nov 15, 2019 at 1:39 PM rhys J wrote: > > I am

Re: When does Solr write in Zookeeper ?

2019-11-16 Thread Vincenzo D'Amore
Hi Dominique, in my experience, with Solr 4.8.1, this configuration it’s related to the garbage collection. When a “stop the world” endures more than 15 seconds the Solr nodes disconnects from Zookeeper, the node replicas go down and sometimes, I don’t know exactly why, you need to restart the

Re: 2 Async exceptions during distributed update

2019-11-16 Thread Fiz N
Thanks Jorn on getting back to me. Please find attached memory/cpu utilization and complete update process chain. Please let me know your thoughts. On Sat, Nov 16, 2019 at 9:09 AM Jörn Franke wrote: > Can you please provide the whole update chain ? Below is the > directoryFactory and not the

Re: 2 Async exceptions during distributed update

2019-11-16 Thread Jörn Franke
Can you please provide the whole update chain ? Below is the directoryFactory and not the update processor chain. > Am 15.11.2019 um 17:34 schrieb Fiz N : > >  > Thanks for your response. > > name="DirectoryFactory"class="${solr.directoryFactory:solr.NRTCachingDirectoryFactory}"/> > >

Re: 2 Async exceptions during distributed update

2019-11-16 Thread Jörn Franke
No screenshot attached. The Apache mailservers filter attachments. Can you please provide an external link. On Fri, Nov 15, 2019 at 5:34 PM Fiz N wrote: > Thanks for your response. > > "${solr.directoryFactory:solr.NRTCachingDirectoryFactory}"/> > > > > attaching the screenshot of physical

Re: 2 Async exceptions during distributed update

2019-11-16 Thread Fiz N
Hi Solr Experts, Do you have any thoughts on the below issue ? On Fri, Nov 15, 2019 at 11:33 AM Fiz N wrote: > Thanks for your response. > > "${solr.directoryFactory:solr.NRTCachingDirectoryFactory}"/> > > > > attaching the screenshot of physical memory and cpu. > > Please let me know your