Class GetSchemaAPI


  • @Path("/{a:cores|collections}/{collectionName}/schema")
    public class GetSchemaAPI
    extends JerseyResource
    • Field Detail

    • Constructor Detail

      • GetSchemaAPI

        @Inject
        public GetSchemaAPI​(IndexSchema indexSchema)
    • Method Detail

      • getSchemaInfo

        @GET
        @Produces({"application/json","application/xml","application/vnd.apache.solr.javabin"})
        public GetSchemaAPI.SchemaInfoResponse getSchemaInfo()
      • getSchemaSimilarity

        @GET
        @Path("/similarity")
        @Produces({"application/json","application/xml","application/vnd.apache.solr.javabin"})
        public GetSchemaAPI.SchemaSimilarityResponse getSchemaSimilarity()
      • getSchemaUniqueKey

        @GET
        @Path("/uniquekey")
        @Produces({"application/json","application/xml","application/vnd.apache.solr.javabin"})
        public GetSchemaAPI.SchemaUniqueKeyResponse getSchemaUniqueKey()
      • getSchemaVersion

        @GET
        @Path("/version")
        @Produces({"application/json","application/xml","application/vnd.apache.solr.javabin"})
        public GetSchemaAPI.SchemaVersionResponse getSchemaVersion()