One other thing. After blowing away your index and doing a complete reindex, look at the Solr stats page for numDocs and maxDocs. If these numbers are not identical, you're somehow deleting records when reindexing, possibly because the <uniqueKey> in your schema is the same for some documents. Of course this is nonsense if your <uniqueKey> is also your database table primary key, but I thought I'd mention it....
On Fri, Feb 4, 2011 at 8:54 AM, Stefan Matheis < matheis.ste...@googlemail.com> wrote: > try http://localhost:8080/solr/select?q=*:* or while using solr's > default port http://localhost:8983/solr/select?q=*:* > > On Fri, Feb 4, 2011 at 2:50 PM, Esclusa, Will > <william.escl...@bonton.com> wrote: > > Hello Grijesh, > > > > The URL below returns a 404 with the following error: > > > > The requested resource (/select/) is not available. > > > > > > > > -----Original Message----- > > From: Grijesh [mailto:pintu.grij...@gmail.com] > > Sent: Friday, February 04, 2011 12:17 AM > > To: solr-user@lucene.apache.org > > Subject: RE: Index Not Matching > > > > > > http://localhost:8080/select/?q=*:* will return all records form solr > > > > ----- > > Thanx: > > Grijesh > > http://lucidimagination.com > > -- > > View this message in context: > > http://lucene.472066.n3.nabble.com/Index-Not-Matching-tp2417612p2421560. > > html > > Sent from the Solr - User mailing list archive at Nabble.com. > > >