List
Overview
The List directive lists the documents or schemas contained in a given schema with an optional size.
Example:
Lists the documents in the WordList:Language schema using the default count (which is 100).
LIST DOCUMENTS WordList:Language
Lists the schemas in the WordList schema using the default count (which is 100).
LIST SCHEMAS WordList
Lists the first 1,000 documents in the WordList:Language schema.
LIST DOCUMENTS WordList:Language SIZE 1000
Related
- Keywords - A breakdown of all high-level statements available via the query handler.