| Exception | Description |
|---|---|
| AbstractPuiElasticSearchException |
Abstract exception for ElasticSearch.
|
| PuiElasticSearchCountException |
ElasticSearch exception when executing the count operation against an index
|
| PuiElasticSearchCreateIndexException |
ElasticSearch exception when creating a new index in the server
|
| PuiElasticSearchDeleteIndexException |
ElasticSearch exception when deleting a document
|
| PuiElasticSearchExistsIndexException |
ElasticSearch exception when checking if an index exists or not in the server
|
| PuiElasticSearchInsertDocumentException |
ElasticSearch exception when inseting a new document
|
| PuiElasticSearchNoNodesException |
ElasticSearch exception when it is not connected to any Node
|
| PuiElasticSearchSearchException |
ElasticSearch exception when an error in the Search operation occurs
|
| PuiElasticSearchViewBlockedException |
ElasticSearch exception when a view is blocked temporally from using in
ElasticSearch
|
| PuiElasticSearchViewNotIndexableException |
ElasticSearch exception when a View should never be indexed by this
application (set in the PUI_ELASTICSEARCH_VIEWS table in the database)
|
Copyright © 2021. All rights reserved.