numDocs is the total indexed docs. May be your docs have duplicated key. When duplicated, the older one will be deleted. uniqueKey is defined in solrconfig.xml
2010/7/16 Karthik K <karthikkato...@gmail.com>: > Hi, > Is numDocs in solr statistics equal to the total number of documents that > are searchable on solr? I find that this number is very low in my case > compared to the total number of documents indexed. Please let me know the > possible reasons for this. > > Thanks, > Karthik >