Class IndexResource

java.lang.Object
com.atlassian.confluence.functest.rest.admin.IndexResource

@Consumes("application/json") @Produces("application/json") @Path("/admin/index") public class IndexResource extends Object
Modifies the Journal. Called by IndexRpc.
Since:
5.9.0
  • Constructor Details

  • Method Details

    • setFlushingEnabled

      @PUT @Path("flushing/enabled") public void setFlushingEnabled(boolean enabled)
    • queryIndex

      @GET @Path("queryByField/{fieldName}/{fieldValue}") public List<Map<String,String[]>> queryIndex(@PathParam("fieldName") String fieldName, @PathParam("fieldValue") String fieldValue)