Hi Ryan, The defaults as they stand work fine for an out-of-the-box Solr example instance. The defaults are:
Update path: /update/extract Delete: /update Ping: /admin/ping The standard update handler knows how to handle delete requests, so you'd want to point the delete handler to that, if it is still there in your configuration. Karl On Thu, Aug 28, 2014 at 12:01 PM, Ryan McKinley <[email protected]> wrote: > Hello- > > We are trying to configure manifold to solr indexing for share point -- it > appears to work well when we add documents and modify them, but when they > are deleted, we see this in the logs: > > 08-26-2014 06:47:36.197 document deletion (Voyager) > http://ourserver/somefile.rtr > FAILED Server at http://anotherserver/solr returned non ok status:404, > message:Not Found > > In the path configuration, we have something called: "manifold-remove", > but I don't know what handler that would point to. > > Any pointers? > > Thanks > Ryan >
