Browse Source

REST spec: Added the verbose flag to indices.segments

Relates to #9111
Clinton Gormley 10 years ago
parent
commit
27dac8dc2c

+ 5 - 0
rest-api-spec/src/main/resources/rest-api-spec/api/indices.segments.json

@@ -33,6 +33,11 @@
         },
         "operation_threading": {
           "description" : "TODO: ?"
+        },
+        "verbose": {
+          "type": "boolean",
+          "description": "Includes detailed memory usage by Lucene.",
+          "default": false
         }
       }
     },