: I have a date field in my Solr schema defined as described below : When I'm trying to query fields stats, the max value for that date field is : not constant, it changes between two distinct date values as I retry query. : Any ideas as to why this is happening?
smells like ou might have replica's out of sync? if you include "shards.info=true" in your request, you'll get details back about which replica responded -- do that for multiple requests, and you should be able to track down which replica(s) disagree. then you can query those replica's directly with "distrib=false" and/or filter on that value to try and figure out which documents are out of sync between those replicas. -Hoss http://www.lucidworks.com/