Maybe as a first step, it would be nice to have logging that summarized the count of actual inserts, replacements, actual deletions, and even atomic/partial updates.

The LogUpdateProcessor outputs some information, like a subset of the document IDs, but not the insert vs. replace/update counts.

-- Jack Krupansky

-----Original Message----- From: Furkan KAMACI
Sent: Wednesday, July 17, 2013 10:55 AM
To: solr-user@lucene.apache.org
Subject: Re: How can I learn the total count of how many documents indexed and how many documents updated?

I will open a Jira for it and apply a patch, thanks.

2013/7/17 Jack Krupansky <j...@basetechnology.com>

I don't think that breakdown is readily available from Solr.

Sounds like a good Jira request for improvement in the response.

-- Jack Krupansky

-----Original Message----- From: Furkan KAMACI
Sent: Wednesday, July 17, 2013 10:06 AM
To: solr-user@lucene.apache.org
Subject: How can I learn the total count of how many documents indexed and
how many documents updated?


I have crawled some web pages and indexed them at my SolrCloud(Solr 4.2.1). However before I index them there was already some indexes. I can calculate
the difference between current and previous document count. However it
doesn't mean that I have indexed that count of documents. Because urls of
websites are unique ids at my system. So it means that some of documents
updated and they did not increased document count.

My question is that: How can I learn the total count of how many documents
indexed and how many documents updated?


Reply via email to