Thanks Alejandro  and Luis.
If I need to see logs, how can I see it. Is it stored in any default log
files.

I am using below command to start apache solr.

java -Xms64m -Xmx6g -jar start.jar &

I am using it along with Drupal 7.1.5 , I am trying to find out if it is a
Drupal issue or Apache solr issue.

Not getting clue where to start ....

In terminal where I have started apache solr, I get below logs when I
attempt to index for remaining documents.


[root@example]#
[root@example]#
[root@example]# Nov 26, 2013 5:28:56 AM org.apache.solr.core.SolrCore
execute
INFO: [] webapp=/solr path=/admin/ping params={} hits=0 status=0 QTime=1
Nov 26, 2013 5:28:56 AM org.apache.solr.core.SolrCore execute
INFO: [] webapp=/solr path=/admin/ping params={} status=0 QTime=1
Nov 26, 2013 5:28:56 AM org.apache.solr.core.SolrCore execute
INFO: [] webapp=/solr path=/admin/ping params={} hits=0 status=0 QTime=1
Nov 26, 2013 5:28:56 AM org.apache.solr.core.SolrCore execute
INFO: [] webapp=/solr path=/admin/ping params={} status=0 QTime=1

[root@example]#


In addition to this, is there any other log folder...

Kindly bear with me,as I am very novice in apache solr.

Regards
kamal



On Tue, Nov 26, 2013 at 5:19 PM, Luis Cappa Banda <luisca...@gmail.com>wrote:

> 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
>

Reply via email to