I really doubt you're seeing a bug in Solr, lots of people would have howled before now.
This can easily happen under a couple of circumstances: 1> you didn't commit after your last batch update. 2> some of your docs have the same value defined for any <uniqueKey> you have in your schema.xml file. Try looking here: solr/admin/schema.jsp and if you see your numDocs and maxDocs numbers differ, then you have a bunch of deleted files in your index. hope that helps, Erick P.S. It would have been better to discuss the problem first before raising a Jira... On Tue, Nov 2, 2010 at 11:18 AM, Ahmed (JIRA) <[email protected]> wrote: > Solr records doesn't exceede 7281 even when I insert 16500 entry > ---------------------------------------------------------------- > > Key: SOLR-2215 > URL: https://issues.apache.org/jira/browse/SOLR-2215 > Project: Solr > Issue Type: Bug > Components: clients - php > Affects Versions: 1.4.1 > Reporter: Ahmed > > > I've inserted 16500 entry into solr > But when i query all entries I get only 7281 > This is the query I use > > http://127.0.0.1:8088/solr/select/?q=*&version=2.2&start=0&rows=10&indent=on > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
