No. I did not check the logs.

But  even after I successfully index data using
http://host:port/solr-example/dataimport?command=full-import&commit=true&clean=true,
do solr search which returns meaningful results, and then visit
http://host:port/solr-example/dataimport?command=status, I can see the
following result

<response>
-
<lst name="responseHeader">
<int name="status">0</int>
<int name="QTime">1</int>
</lst>
-
<lst name="initArgs">
-
<lst name="defaults">
<str name="config">data-config.xml</str>
</lst>
</lst>
<str name="command">status</str>
<str name="status">idle</str>
<str name="importResponse"/>
-
<lst name="statusMessages">
<str name="Time Elapsed">0:2:11.426</str>
<str name="Total Requests made to DataSource">584</str>
<str name="Total Rows Fetched">1538</str>
<str name="Total Documents Skipped">0</str>
<str name="Full Dump Started">2009-11-09 23:54:41</str>
*<str name="">Indexing failed. Rolled back all changes.</str>*
<str name="Committed">2009-11-09 23:54:42</str>
<str name="Optimized">2009-11-09 23:54:42</str>
<str name="Rolledback">2009-11-09 23:54:42</str>
</lst>
-
<str name="WARNING">
This response format is experimental.  It is likely to change in the future.
</str>
</response>

On Mon, Nov 9, 2009 at 7:39 AM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:

> On Sat, Nov 7, 2009 at 1:10 PM, Bertie Shen <bertie.s...@gmail.com> wrote:
>
> >
> >  When I use
> > http://localhost:8180/solr/admin/dataimport.jsp?handler=/dataimport to
> > debug
> > the indexing config file, I always see the status message on the right
> part
> > <str name="">Indexing failed. Rolled back all changes.</str>, even the
> > indexing process looks to be successful. I am not sure whether you guys
> > have
> > seen the same phenomenon or not.  BTW, I usually check the checkbox Clean
> > and sometimes check Commit box, and then click Debug Now button.
> >
> >
> Do you see any exceptions in the logs?
>
> --
> Regards,
> Shalin Shekhar Mangar.
>

Reply via email to