@Path("/")
public interface SolrRestClient
-
Method Summary
-
Method Details
-
getFieldTypes
@GET
@Path("fieldtypes")
@Produces("application/json")
String getFieldTypes(@QueryParam("wt")
String wt)
-
replaceField
@POST
@Path("")
@Consumes("application/json")
@Produces("application/json")
String replaceField(String jsonString)