solrj reload request -
can please me this:
how can reload updated schema.xml using solrj?
here link says possible. how send request?
thanks in advance.
regards, sagar
have @ answer. should code you're looking for:
coreadminrequest adminrequest = new coreadminrequest(); adminrequest.setaction(coreadminaction.reload); coreadminresponse adminresponse = adminrequest.process(new commonshttpsolrserver(solrurl)); namedlist<namedlist<object>> corestatus = adminresponse.getcorestatus();
Comments
Post a Comment