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 Kevin <vi...@gmail.com> on 2013/08/30 03:32:50 UTC

how to update index by c/c++?

i know query a key word by " http://localhost:8983/solr/collection1/select?q=*solr*&wt=json&indent=true"
how to add/update  records ?thanks




Kevin

Re: how to update index by c/c++?

Posted by Gora Mohanty <go...@mimirtech.com>.
On 30 August 2013 07:02, Kevin <vi...@gmail.com> wrote:
>
>
> i know query a key word by " http://localhost:8983/solr/collection1/select?q=*solr*&wt=json&indent=true"
> how to add/update  records ?thanks

This is a very basic question, and you could probably gain from
starting with http://wiki.apache.org/solr/#Search_and_Indexing
and other links on that page. Also, http://lucene.apache.org/solr/tutorial.html

There does nor seem to be a C/C++ Solr client, so that you are
probably best off accessing Solr via the URL interfaces.

Regards,
Gora