Serialized Form
-
Package org.springframework.data.elasticsearch
-
Exception org.springframework.data.elasticsearch.BulkFailureException
class BulkFailureException extends org.springframework.dao.DataRetrievalFailureException implements Serializable -
Exception org.springframework.data.elasticsearch.NoSuchIndexException
class NoSuchIndexException extends org.springframework.dao.NonTransientDataAccessResourceException implements Serializable-
Serialized Fields
-
index
String index
-
-
-
Exception org.springframework.data.elasticsearch.ResourceFailureException
class ResourceFailureException extends org.springframework.core.NestedRuntimeException implements Serializable -
Exception org.springframework.data.elasticsearch.ResourceNotFoundException
class ResourceNotFoundException extends org.springframework.dao.NonTransientDataAccessResourceException implements Serializable -
Exception org.springframework.data.elasticsearch.RestStatusException
class RestStatusException extends org.springframework.dao.DataAccessException implements Serializable-
Serialized Fields
-
status
int status
-
-
-
Exception org.springframework.data.elasticsearch.UncategorizedElasticsearchException
class UncategorizedElasticsearchException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable
-
-
Package org.springframework.data.elasticsearch.client
-
Exception org.springframework.data.elasticsearch.client.NoReachableHostException
class NoReachableHostException extends RuntimeException implements Serializable -
Exception org.springframework.data.elasticsearch.client.UnsupportedBackendOperation
class UnsupportedBackendOperation extends RuntimeException implements Serializable -
Exception org.springframework.data.elasticsearch.client.UnsupportedClientOperationException
class UnsupportedClientOperationException extends RuntimeException implements Serializable
-
-
Package org.springframework.data.elasticsearch.client.elc
-
Exception org.springframework.data.elasticsearch.client.elc.CriteriaQueryException
class CriteriaQueryException extends org.springframework.dao.UncategorizedDataAccessException implements Serializable
-
-
Package org.springframework.data.elasticsearch.client.erhlc
-
Exception org.springframework.data.elasticsearch.client.erhlc.RequestBodyEncodingException
class RequestBodyEncodingException extends org.springframework.web.reactive.function.client.WebClientException implements Serializable- serialVersionUID:
- 472776714118912855L
-
-
Package org.springframework.data.elasticsearch.core.convert
-
Exception org.springframework.data.elasticsearch.core.convert.ConversionException
class ConversionException extends RuntimeException implements Serializable
-
-
Package org.springframework.data.elasticsearch.core.query
-
Class org.springframework.data.elasticsearch.core.query.Criteria.CriteriaChain
-
Class org.springframework.data.elasticsearch.core.query.GeoDistanceOrder
class GeoDistanceOrder extends Order implements Serializable-
Serialized Fields
-
distanceType
GeoDistanceOrder.DistanceType distanceType
-
geoPoint
GeoPoint geoPoint
-
ignoreUnmapped
Boolean ignoreUnmapped
-
unit
String unit
-
-
-
Class org.springframework.data.elasticsearch.core.query.Order
class Order extends org.springframework.data.domain.Sort.Order implements Serializable-
Serialized Fields
-
mode
Order.Mode mode
-
unmappedType
String unmappedType
-
-
-