You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2017/01/12 17:11:46 UTC

lucene-solr:apiv2: Update descriptions for blob api specs

Repository: lucene-solr
Updated Branches:
  refs/heads/apiv2 e199495c4 -> 08e287ce4


Update descriptions for blob api specs


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/08e287ce
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/08e287ce
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/08e287ce

Branch: refs/heads/apiv2
Commit: 08e287ce47ef32212be2322d42482373dcd56634
Parents: e199495
Author: Cassandra Targett <ct...@apache.org>
Authored: Thu Jan 12 11:11:12 2017 -0600
Committer: Cassandra Targett <ct...@apache.org>
Committed: Thu Jan 12 11:11:38 2017 -0600

----------------------------------------------------------------------
 solr/core/src/resources/apispec/core.system.blob.json        | 2 +-
 solr/core/src/resources/apispec/core.system.blob.upload.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/08e287ce/solr/core/src/resources/apispec/core.system.blob.json
----------------------------------------------------------------------
diff --git a/solr/core/src/resources/apispec/core.system.blob.json b/solr/core/src/resources/apispec/core.system.blob.json
index 47f0bba..96fedcf 100644
--- a/solr/core/src/resources/apispec/core.system.blob.json
+++ b/solr/core/src/resources/apispec/core.system.blob.json
@@ -1,6 +1,6 @@
 {
   "documentation": "https://cwiki.apache.org/confluence/display/solr/Blob+Store+API",
-  "description": "Lists blobs in the blob store (.system collection). The list can be limited by name or name and version.",
+  "description": "Lists blobs in the blob store (the .system collection). The list can be limited by name or name and version.",
   "methods": [
     "GET"
   ],

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/08e287ce/solr/core/src/resources/apispec/core.system.blob.upload.json
----------------------------------------------------------------------
diff --git a/solr/core/src/resources/apispec/core.system.blob.upload.json b/solr/core/src/resources/apispec/core.system.blob.upload.json
index 1b6c6d5..854e544 100644
--- a/solr/core/src/resources/apispec/core.system.blob.upload.json
+++ b/solr/core/src/resources/apispec/core.system.blob.upload.json
@@ -1,6 +1,6 @@
 {
   "documentation": "https://cwiki.apache.org/confluence/display/solr/Blob+Store+API",
-  "description": "Uploads a blob to the blob store (.system collection).",
+  "description": "Uploads a blob to the blob store. Note that the blob store is a specially named collection (which must be '.system') which must be created before uploading a blob to it.",
   "methods": [
     "POST"
   ],