Hello! Checkout also your application server logs. Maybe you're trying to index Documents with any syntax error and they are skipped.
Regards, - Luis Cappa 2013/11/26 Alejandro Marqués Rodríguez <amarq...@paradigmatecnologico.com> > Hi, > > In lucene you are supossed to be able to index up to 274 billion documents > ( http://lucene.apache.org/core/3_0_3/fileformats.html#Limitations ), so > in > Solr should be something like that. Anyway the maximum number is quite > bigger than those 11.000 ;) > > Could it be that you are reusing IDs so the new documents overwrite the old > ones? > > > 2013/11/26 Kamal Palei <palei.ka...@gmail.com> > > > Dear All > > I am using Apache solr 3.6.2 with Drupal 7. > > Users keeps adding their profiles (resumes) and with cron task from > Drupal, > > documents get indexed. > > > > Recently I observed, after indexing around 11,000 documents, further > > documents are not getting indexed. > > > > Is there any configuration for max documents those can be indexed. > > > > Kindly help. > > > > Thanks > > kamal > > > > > > -- > Alejandro Marqués Rodríguez > > Paradigma Tecnológico > http://www.paradigmatecnologico.com > Avenida de Europa, 26. Ática 5. 3ª Planta > 28224 Pozuelo de Alarcón > Tel.: 91 352 59 42 > -- - Luis Cappa