Hello Hoss, That is exactly what it is going on. It seems to be failing in the analysis of the record. How do I get all the records from SOLR? http://localhost:8080/select?*.* ?
Thanks! -----Original Message----- From: Chris Hostetter [mailto:hossman_luc...@fucit.org] Sent: Thursday, February 03, 2011 5:42 PM To: solr-user@lucene.apache.org Subject: RE: Index Not Matching : At first I thought it could be a schema problem, but we went though it : with a fine comb and compared it to the one in our stage environment. : What is really weird is that I grabbed one of the product ID that are : not showing up in SOLR from the DB, search through the SOLR GUI and it : found it. unless i'm completely missunderstanding you, that means there is a record in Solr for that record in the DB -- which suggests the problem is not DB records getting indexed, it's analysis of some kind -- does a "*:*" (ie: return all docs) query to solr return the smae number of results as a "select count(*)" query on the DB? there's really not enough info here to make any meaningful guesses as to the problem. -Hoss