Skip to content

Commit

Permalink
Merge pull request #159 from tripal/docs
Browse files Browse the repository at this point in the history
Add manage queues section
  • Loading branch information
almasaeed2010 authored Feb 1, 2018
2 parents d2a3735 + 5068341 commit 31deeed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Tripal Elasticsearch Documentation
- [Building Custom Indices](custom-indices.md)
- [Building Search Forms](forms.md)
- [Cross Site Searching](cross-site-search.md)
- [Deleting Indices and Queues](manage_queues.md)
- [Elasticsearch Daemon](daemon.md) *COMING SOON*

## Developers Handbook *(under development)*
Expand Down
8 changes: 8 additions & 0 deletions docs/manage_queues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
**Previous Section:** [Cross Site Searching](cross-site-search.md)

### Cancelling the Indexing Process
Deleting an index does not guarantee that the indexing stops. This is a limitation caused by Drupal's queue system where
they will keep executing if not explicitly deleted. Therefore, before deleting an index using the Tripal Elasticsearch,
you should delete all queues that contain the name elasticsearch. To do so, visit `/admin/config/system/queue-ui`, check
all relevant queues and press the `delete queues` button. After that, go to the manage indices page
(at `/admin/tripal/extension/tripal_elasticsearch/indices`) and delete the index.

0 comments on commit 31deeed

Please sign in to comment.