Wow
Toggle table of contents
9.0.16
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.elasticsearch
/
ElasticsearchQueryProperties
Elasticsearch
Query
Properties
@
ConfigurationProperties
(
prefix
=
"wow.elasticsearch.query"
)
class
ElasticsearchQueryProperties
(
@
DefaultValue
(
value
=
[
"10000"
]
)
val
batchSize
:
Int
,
@
DefaultValue
(
value
=
[
"1m"
]
)
val
keepAlive
:
Duration
=
Duration.ofMinutes(1)
)
Members
Constructors
Elasticsearch
Query
Properties
Link copied to clipboard
constructor
(
@
DefaultValue
(
value
=
[
"10000"
]
)
batchSize
:
Int
,
@
DefaultValue
(
value
=
[
"1m"
]
)
keepAlive
:
Duration
=
Duration.ofMinutes(1)
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
batch
Size
Link copied to clipboard
val
batchSize
:
Int
keep
Alive
Link copied to clipboard
val
keepAlive
:
Duration