Back to Char

Reference

plugins/tantivy/permissions/autogenerated/reference.md

latest1.9 KB
Original Source

Default Permission

Default permissions for the plugin

This default permission set includes the following:

  • allow-search
  • allow-reindex
  • allow-add-document
  • allow-update-document
  • allow-update-documents
  • allow-remove-document

Permission Table

<table> <tr> <th>Identifier</th> <th>Description</th> </tr> <tr> <td>

tantivy:allow-add-document

</td> <td>

Enables the add_document command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:deny-add-document

</td> <td>

Denies the add_document command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:allow-reindex

</td> <td>

Enables the reindex command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:deny-reindex

</td> <td>

Denies the reindex command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:allow-remove-document

</td> <td>

Enables the remove_document command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:deny-remove-document

</td> <td>

Denies the remove_document command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:allow-search

</td> <td>

Enables the search command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:deny-search

</td> <td>

Denies the search command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:allow-update-document

</td> <td>

Enables the update_document command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:deny-update-document

</td> <td>

Denies the update_document command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:allow-update-documents

</td> <td>

Enables the update_documents command without any pre-configured scope.

</td> </tr> <tr> <td>

tantivy:deny-update-documents

</td> <td>

Denies the update_documents command without any pre-configured scope.

</td> </tr> </table>