abstract class SourceSettingsBase[Version <: ApiVersionBase, S <: SourceSettingsBase[Version, S]] extends AnyRef
Configure Elastiscsearch/OpenSearch sources.
- Self Type
- S
- Source
- SourceSettingsBase.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- SourceSettingsBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Concrete Value Members
- val apiVersion: Version
- val bufferSize: Int
- val connection: ElasticsearchConnectionSettings
- val includeDocumentVersion: Boolean
- def scroll: String
- val scrollDuration: FiniteDuration
- def withApiVersion(value: Version): S
- def withBufferSize(value: Int): S
- def withConnection(value: ElasticsearchConnectionSettings): S
- def withIncludeDocumentVersion(value: Boolean): S
If includeDocumentVersion is true, '_version' is returned with the search-results * https://www.elastic.co/guide/en/elasticsearch/reference/6.8/search-request-version.html * https://www.elastic.co/guide/en/elasticsearch/guide/current/optimistic-concurrency-control.html
- def withScrollDuration(value: Duration): S
- def withScrollDuration(value: FiniteDuration): S