"numFound="-390662429""

That suggests that you have at least two shards which each have > 2G docs (2^31-1).

How many shards do you have and how big do you think they should be in terms of number of documents?

Are you being careful to distribute your update requests between shards so that no shard grows too large? That gets back to the preceding question.

-- Jack Krupansky

-----Original Message----- From: tosenthu
Sent: Monday, May 28, 2012 11:34 AM
To: solr-user@lucene.apache.org
Subject: Re: Negative value in numFound

Hi

It is a multicore but when i searched the shards query even then i get this
response

<result name="response" numFound="-390662429" start="0">

which is again a negative value.

Might be the total number of records may be > 2147483647 (2^31-1), But is
this limitation documented anywhere. What is the strategy to over come this
situation. Expectation of my application is to have 12 billion records. So
please suggest me a strategy for my situation.

Regards
Senthil Kumar M R



--
View this message in context: http://lucene.472066.n3.nabble.com/Negative-value-in-numFound-tp3986398p3986439.html Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to