- get-node-info base-uri nodeprocedure
Get information about the given node. Returns an alist containing the following keys:
- name
- The name of the node (string)
- label
- The label of the node (string)
- document-count
- The number of documents in the node's database (number)
- word-count
- The number of unique words in the node's database (number)
- size
- The size of the node's database (number) (in bytes?)
- admin-users
- The names of the users that are admin to this node (list of strings)
- guest-users
- The names of the users that are guests to this node (list of strings)