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.configureUpdate the configuration of an existing index block.mutatesindex.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.listList all XE (index entry) fields in the document.readindex.entries.removeRemove an XE index entry field from the document.mutatesindex.entries.updateUpdate the properties of an existing XE index entry.mutatesindex.getGet detailed information about a specific index block.readindex.insertInsert a new index block at a target location.mutatesindex.listList all index blocks in the document.readindex.rebuildRebuild (regenerate) an index block from its entries.mutatesindex.removeRemove an index block from the document.mutates