Re: Total Documents Failed : How to find out why

2011-05-10 Thread Chris Hostetter

: Subject: Total Documents Failed : How to find out why
: References: <96637.83834...@web121717.mail.ne1.yahoo.com>
:  <1304627391.29391.156.ca...@lysdexic.healthline.com>
: In-Reply-To: <1304627391.29391.156.ca...@lysdexic.healthline.com>


http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists

When starting a new discussion on a mailing list, please do not reply to 
an existing message, instead start a fresh email.  Even if you change the 
subject line of your email, other mail headers still track which thread 
you replied to and your question is "hidden" in that thread and gets less 
attention.   It makes following discussions in the mailing list archives 
particularly difficult.


-Hoss


Re: Total Documents Failed : How to find out why

2011-05-10 Thread Erick Erickson
OK, then your log is probably just coming out to the console. you can
start it as "java -jar start.jar > file.log 2>&1" and keep a permanent
record of the log if you're on windows

Best
Erick

On Mon, May 9, 2011 at 7:32 AM, Rohit  wrote:
> Hi Erick,
>
> Thats exactly how I am starting solr.
>
> Regards,
> Rohit
>
> -Original Message-
> From: Erick Erickson [mailto:erickerick...@gmail.com]
> Sent: 09 May 2011 16:57
> To: solr-user@lucene.apache.org
> Subject: Re: Total Documents Failed : How to find out why
>
> First you need to find your logs. That folder should not
> be empty regardless of whether DIH is working correctly
> or not.
>
> I'm assuming here that you're just doing the "java -jar star.jar"
> in the example directory, if this isn't the case how are you
> starting Solr/Jetty?
>
> Best
> Erick
>
> On Mon, May 9, 2011 at 3:26 AM, Rohit  wrote:
>> Hi,
>>
>> I am running the solr index and post indexing I get these results, how can
> I
>> know which documents failed and why?
>>
>> 1
>> 5170850
>> 0
>> 2011-05-08 23:40:09
>> Indexing completed. Added/Updated: 2972300 documents. Deleted
> 0
>> documents.
>> 2011-05-09 00:13:48
>> 2011-05-09 00:13:48
>> 2972300
>> 2198550
>> 0:33:40.945
>>
>> Running solr on jetty right now and the console shows no error, also "
>> \Solr\example\logs " folder is empty.
>>
>> Thanks,
>> Rohit
>>
>>
>>
>>
>
>


RE: Total Documents Failed : How to find out why

2011-05-09 Thread Rohit
Hi Erick,

Thats exactly how I am starting solr.

Regards,
Rohit

-Original Message-
From: Erick Erickson [mailto:erickerick...@gmail.com] 
Sent: 09 May 2011 16:57
To: solr-user@lucene.apache.org
Subject: Re: Total Documents Failed : How to find out why

First you need to find your logs. That folder should not
be empty regardless of whether DIH is working correctly
or not.

I'm assuming here that you're just doing the "java -jar star.jar"
in the example directory, if this isn't the case how are you
starting Solr/Jetty?

Best
Erick

On Mon, May 9, 2011 at 3:26 AM, Rohit  wrote:
> Hi,
>
> I am running the solr index and post indexing I get these results, how can
I
> know which documents failed and why?
>
> 1
> 5170850
> 0
> 2011-05-08 23:40:09
> Indexing completed. Added/Updated: 2972300 documents. Deleted
0
> documents.
> 2011-05-09 00:13:48
> 2011-05-09 00:13:48
> 2972300
> 2198550
> 0:33:40.945
>
> Running solr on jetty right now and the console shows no error, also "
> \Solr\example\logs " folder is empty.
>
> Thanks,
> Rohit
>
>
>
>



Re: Total Documents Failed : How to find out why

2011-05-09 Thread Erick Erickson
First you need to find your logs. That folder should not
be empty regardless of whether DIH is working correctly
or not.

I'm assuming here that you're just doing the "java -jar star.jar"
in the example directory, if this isn't the case how are you
starting Solr/Jetty?

Best
Erick

On Mon, May 9, 2011 at 3:26 AM, Rohit  wrote:
> Hi,
>
> I am running the solr index and post indexing I get these results, how can I
> know which documents failed and why?
>
> 1
> 5170850
> 0
> 2011-05-08 23:40:09
> Indexing completed. Added/Updated: 2972300 documents. Deleted 0
> documents.
> 2011-05-09 00:13:48
> 2011-05-09 00:13:48
> 2972300
> 2198550
> 0:33:40.945
>
> Running solr on jetty right now and the console shows no error, also "
> \Solr\example\logs " folder is empty.
>
> Thanks,
> Rohit
>
>
>
>


Total Documents Failed : How to find out why

2011-05-09 Thread Rohit
Hi,

I am running the solr index and post indexing I get these results, how can I
know which documents failed and why?

1
5170850
0
2011-05-08 23:40:09
Indexing completed. Added/Updated: 2972300 documents. Deleted 0
documents.
2011-05-09 00:13:48
2011-05-09 00:13:48
2972300
2198550
0:33:40.945

Running solr on jetty right now and the console shows no error, also "
\Solr\example\logs " folder is empty.

Thanks,
Rohit