Re: Mismatch in numFound in q=*:* query

2014-10-12 Thread Jan Høydahl
If you don't want "downtime", you could add a field to your schema, reload, do a full re-index on top of your existing index, and then delete all documents that were not updated, via a delelteByQuery, e.g.: indextime:[* TO NOW-1DAY] -- Jan Høydahl, search solution architect Cominvent AS - www.c

Re: Mismatch in numFound in q=*:* query

2014-10-12 Thread Shawn Heisey
On 10/12/2014 12:26 PM, vidit.asthana wrote: > I have a strange problem where select q=*:* is returning different number of > documents. Sometime its returning numFound = 5866712 and sometimes it > returns numFound = 5852274. *numFound is always one of these 2 values.* > > Here is the query: > >