Interface SearchSessionBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()indexingPlanSynchronizationStrategy(IndexingPlanSynchronizationStrategy synchronizationStrategy) loading(Consumer<SelectionLoadingOptionsStep> loadingOptionsContributor) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
tenantId
Deprecated, for removal: This API element is subject to removal in a future version.UsetenantId(Object)instead.- Parameters:
tenantId- The tenant ID to use when performing index-related operations (indexing, searching, ...) in the resulting session.- Returns:
thisfor method chaining.
-
tenantId
- Parameters:
tenantId- The tenant ID to use when performing index-related operations (indexing, searching, ...) in the resulting session.- Returns:
thisfor method chaining.
-
indexingPlanSynchronizationStrategy
SearchSessionBuilder indexingPlanSynchronizationStrategy(IndexingPlanSynchronizationStrategy synchronizationStrategy) - Parameters:
synchronizationStrategy- The synchronization strategy for indexing works added to theindexing plan.- Returns:
thisfor method chaining.- See Also:
-
loading
- Parameters:
loadingOptionsContributor- The default loading options.- Returns:
thisfor method chaining.
-
build
SearchSession build()- Returns:
- The resulting session.
-
tenantId(Object)instead.