I'm happy to see that I can now easily know the status of re-indexing via /solr/admin/core?wt=json call and testing json.status['wiki.solr'].indexing flag. Awesome!
How stable is this API? Can I program clients against it and such?
I'm happy to see that I can now easily know the status of re-indexing via /solr/admin/core?wt=json call and testing json.status['wiki.solr'].indexing flag. Awesome!
How stable is this API? Can I program clients against it and such?
Maybe this is helpful:
Solr, itself, provides dynamic management of cores through CoreAdminHandler with access through http://localhost:8983/solr/admin/cores url. I don't think that was modified for Cassandra and should be as resilient as Solr server is.
Good point, thanks.
Hi,
the indexing flag has been added for DSE Solr (it is not supported by Apache Solr), and should be stable in future releases too.
Hope that helps,
Feel free to get back with more questions,
Cheers,
Sergio B.
Great, thanks Sergio.
You must log in to post.