It would be nice to have a logging option to log updates vs. inserts, to
help make it more obvious what is happening. And maybe even a way for a Solr
update request to get back a summary of how many documents were inserted,
updated, and deleted.
-- Jack Krupansky
-----Original Message-----
From: Alexandre Rafalovitch
Sent: Tuesday, October 14, 2014 9:59 AM
To: solr-user
Subject: Re: numfound in solr
Your unique ID field is not unique most likely. Check what Solr thinks
your unique ID field is in the schema.xml and then check whether that
matches your expectations and your DB's unique criteria.
The other option is if you use explicit commits only and did not
commit at the end (less likely).
Regards,
Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources and newsletter: http://www.solr-start.com/ and @solrstart
Solr popularizers community: https://www.linkedin.com/groups?gid=6713853
On 14 October 2014 08:08, neha sinha <nehasinha...@gmail.com> wrote:
Hi
I ran indexing and my total rows fetched is 1736789 but my numfound in
solr
indexed url 638169.
What could be the possible reason??
--
View this message in context:
http://lucene.472066.n3.nabble.com/numfound-in-solr-tp4164169.html
Sent from the Solr - User mailing list archive at Nabble.com.