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

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -