Re: count mismatch: number of records indexed

2018-05-02 Thread Erick Erickson
And if you _do_ have a uniqueKey ("id" by default), subsequent records will overwrite older records with the same key. The tip from Annameneni is the first thing I'd try though, make sure you've issued a commit. Best, Erick On Wed, May 2, 2018 at 7:09 AM, ANNAMANENI RAVEENDRA wrote: > Possible

Re: count mismatch: number of records indexed

2018-05-02 Thread ANNAMANENI RAVEENDRA
Possible cases can be If you don’t have unique key then there are high chances that you will see less data Try hard commit or check your commit times (hard/soft) On Wed, May 2, 2018 at 9:30 AM Srinivas Kashyap < srini...@tradestonesoftware.com> wrote: > Hi, > > I have standalone solr index serv