: Using Solr 4.6.1 and in my schema I have a date field storing the time a
: document was added to Solr.

what *exactly* does your schema look like?  are you using "solr.DateField" 
or "solr.TrieDateField" ? what field options do you have specified?

: I have a utility program which:
: - queries for all of the documents in the previous day sorted by create date
: - pages through the results keeping track of the unique document ids
: - compare the total number of unique doc ids to the numFound to see if it
: they match

what *exactly* do your queries look like?  show us some examples please 
(URL & results).  Are you using distributed searching across multiple 
nodes, or a single node?  do you have concurrent updates going on during 
your test?

: It is not consistent between tests, the number of occurrences changes and
: the locations of the occurrences can change as well. The larger the result
: set, and smaller the page size, the more frequent the occurrences are.

if you bring up a test instance of Solr using your current configs, can 
you reproduce (even occasionally) with some synthetic data you can share 
with us?  If so please provide your full configs & sample data (ie: create 
a Jira & attach all the neccessary files i na ZIP)


-Hoss
http://www.lucidworks.com/

Reply via email to