ReferenceIndex
Index operations
Index (TABLE OF AUTHORITIES / INDEX field) lifecycle and XE entry operations.
11 operations. Names, descriptions, and behavior flags come from the canonical contract.
Operations
index.listList all index blocks in the document.readindex.getGet detailed information about a specific index block.readindex.insertInsert a new index block at a target location.mutatesindex.configureUpdate the configuration of an existing index block.mutatesindex.rebuildRebuild (regenerate) an index block from its entries.mutatesindex.removeRemove an index block from the document.mutatesindex.entries.listList all XE (index entry) fields in the document.readindex.entries.getGet detailed information about a specific XE index entry.readindex.entries.insertInsert a new XE index entry field at a target location.mutatesindex.entries.updateUpdate the properties of an existing XE index entry.mutatesindex.entries.removeRemove an XE index entry field from the document.mutates