Package-level declarations
Types
Link copied to clipboard
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
Link copied to clipboard
class ElasticsearchSnapshotQueryBackendFactory(elasticsearchClient: ReactiveElasticsearchClient, queryBatchSize: Int = DEFAULT_SEARCH_BATCH_SIZE, queryKeepAlive: Duration = DEFAULT_PIT_KEEP_ALIVE, indexMappingResolver: ElasticsearchIndexMappingResolver = ElasticsearchIndexMappingResolver(elasticsearchClient), schemaSources: List<QuerySchemaSource> = emptyList()) : AbstractSnapshotQueryBackendFactory
Link copied to clipboard