Using TermComponent is an interesting suggestion. However my understanding it
will work only for unique terms. For example compare database primary key
with Solr id field.  A variation of that is to calculate some kind of unique
record hash and store it in the index.Then retrieve id and hash via
TermComponent and compare them with hash calculated on database record. 
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Best-way-to-check-Solr-index-for-completeness-tp1598626p1602597.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to