Re: NRT - Indexing

2021-02-02 Thread Dominique Bejean
Hi, The issue was buildOnCommit=true on a SuggestComponent. Dominique Le mar. 2 févr. 2021 à 00:54, Shawn Heisey a écrit : > On 2/1/2021 12:08 AM, haris.k...@vnc.biz wrote: > > Hope you're doing good. I am trying to configure NRT - Indexing in my > > project. For this reason, I have

Re: NRT - Indexing

2021-02-01 Thread Shawn Heisey
On 2/1/2021 12:08 AM, haris.k...@vnc.biz wrote: Hope you're doing good. I am trying to configure NRT - Indexing in my project. For this reason, I have configured *autoSoftCommit* to execute every second and *autoCommit* to execute every 5 minutes. Everything works as expected on the dev and

Re: NRT - Indexing

2021-02-01 Thread Dominique Bejean
Hi, It is not the cause of your issue, but Solr version is 8.6.0, and solrconfig.xml includes 7.5.0 By "I am using a service that fetches data from the Postgres database and indexes it to solr. The service runs with a delay of 5 seconds.". You man, you are using DIH and launch a delta-import

Re: NRT - Indexing

2021-02-01 Thread haris . khan
Hello,I am attaching the solrconfig.xml along with this email, also I am attaching a text document that has JSON object regarding the system information I am using a service that fetches data from the Postgres database and indexes it to solr. The service runs with a delay of 5

Re: NRT - Indexing

2021-02-01 Thread Dominique Bejean
Hi, What is your Solr version ? Can you share your solrconfig.xml ? How is your sharding ? Did you grep your solr logs on with the "commit' pattern in order to see hard and soft commit occurrences ? How are you pushing new docs or updates in the collection ? Regards. Dominique Le lun. 1

Re: NRT - Indexing

2021-02-01 Thread Mr Havercamp
I'm running into the same issue. I've set autoSoftCommit and autoCommit but the speed at which docs are indexed seems to be inconsistent with the settings. I have lowered the autoCommit to a minute but it still takes a few minutes for docs to show after indexing. Soft commit settings also seem to