On 12 November 2012 13:54, 122jxgcn <ywpar...@gmail.com> wrote: > I was thinking of using RESTful API instead of client application accessing > database directly. > Something like, client application opens url named http://(server > url)/updatedb?(id of document), > or something similar, then Java logic inside the Solr server can update > database inside the server. > I'm pretty sure that's called as RESTful API but I cannot find any reference > regarding RESTful API of Solr.
There is no such Solr API. Solr is a search engine, and as such it is unnecessary to have such functionality built into Solr. Regards, Gora