Enum and Description |
---|
org.springframework.data.elasticsearch.annotations.DynamicMappingValue
since 4.3, use
Document.dynamic() or Field.dynamic() instead. |
Annotation Type and Description |
---|
org.springframework.data.elasticsearch.annotations.DynamicMapping
since 4.3, use
Document.dynamic() or Field.dynamic() instead. |
Constructor and Description |
---|
org.springframework.data.elasticsearch.core.SearchHit(String, String, String, float, Object[], Map<String, List<String>>, T) |
Enum Constant and Description |
---|
org.springframework.data.elasticsearch.annotations.DateFormat.custom
since 4.2, will be removed in a future version.It is no longer required for using a custom date format
pattern. If you want to use only a custom date format pattern, you must set the
format
property to empty {} . |
org.springframework.data.elasticsearch.annotations.DateFormat.none
since 4.2, will be removed in a future version. Use
format = {} to disable built-in date
formats in the @Field annotation. |
Annotation Type Element and Description |
---|
org.springframework.data.elasticsearch.annotations.Document.indexStoreType
since 4.2, use the
Setting annotation to configure settings |
org.springframework.data.elasticsearch.annotations.Query.name
since 4.2, not implemented and used anywhere
|
org.springframework.data.elasticsearch.annotations.Document.refreshInterval
since 4.2, use the
Setting annotation to configure settings |
org.springframework.data.elasticsearch.annotations.Document.replicas
since 4.2, use the
Setting annotation to configure settings |
org.springframework.data.elasticsearch.annotations.Document.shards
since 4.2, use the
Setting annotation to configure settings |
org.springframework.data.elasticsearch.annotations.Document.useServerConfiguration
since 4.2, use the
Setting annotation to configure settings |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.