Update segments.asciidoc

Move "verbose mode" to the same page as the segments API
This commit is contained in:
Clinton Gormley 2016-01-28 13:32:12 +01:00
parent 8d663169e4
commit 1acf889bf3

View File

@ -74,6 +74,7 @@ compound:: Whether the segment is stored in a compound file. When true, this
means that Lucene merged all files from the segment in a single
one in order to save file descriptors.
[float]
=== Verbose mode
To add additional information that can be used for debugging, use the `verbose` flag.
@ -112,4 +113,4 @@ Response:
}
...
}
--------------------------------------------------
--------------------------------------------------