ElasticsearchSnapshotQueryBackend

class ElasticsearchSnapshotQueryBackend(val namedAggregate: NamedAggregate, val elasticsearchClient: ReactiveElasticsearchClient, val filterCompiler: AbstractElasticsearchFilterCompiler = SnapshotFilterCompiler, queryBatchSize: Int = DEFAULT_SEARCH_BATCH_SIZE, queryKeepAlive: Duration = DEFAULT_PIT_KEEP_ALIVE) : AbstractElasticsearchQueryBackend, SnapshotQueryBackend

Constructors

Link copied to clipboard
constructor(namedAggregate: NamedAggregate, elasticsearchClient: ReactiveElasticsearchClient, filterCompiler: AbstractElasticsearchFilterCompiler = SnapshotFilterCompiler, queryBatchSize: Int = DEFAULT_SEARCH_BATCH_SIZE, queryKeepAlive: Duration = DEFAULT_PIT_KEEP_ALIVE)

Properties

Link copied to clipboard
open override val elasticsearchClient: ReactiveElasticsearchClient
Link copied to clipboard
Link copied to clipboard
open override val indexName: String
Link copied to clipboard
open override val name: String
Link copied to clipboard
open override val namedAggregate: NamedAggregate