You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jiayu Tang <j....@googlemail.com> on 2009/01/18 11:47:51 UTC

how to know new docs are posted successfully?

Hi Guys,

I am new to Solr, and already having fun with it. Thanks for the good work.

There's one issue I hope someone could help me with. When I use CSV as
the document feed, i.e. curl
http://localhost:8983/solr/update/csv?stream.file=exampledocs/books.csv
as in the Wiki, how can I know if it is successful? Is there an
automatic way to detect this? a parameter or something? rather than
checking manually.

Any help is appreciated.

Regards

Joe