Interface ElasticsearchSearchIndexScope<S extends ElasticsearchSearchIndexScope<?>>
- All Superinterfaces:
EventContextProvider,SearchIndexScope<S>
- All Known Implementing Classes:
ElasticsearchSearchIndexScopeImpl
public interface ElasticsearchSearchIndexScope<S extends ElasticsearchSearchIndexScope<?>>
extends SearchIndexScope<S>
-
Method Summary
Modifier and TypeMethodDescriptionchild(SearchIndexCompositeNodeContext<?> parent, String name) createTimeoutManager(Long timeout, TimeUnit timeUnit, boolean exceptionOnTimeout) com.google.gson.JsonObjectfilterOrNull(String tenantId) indexes()intcom.google.gson.GsonMethods inherited from interface org.hibernate.search.util.common.reporting.spi.EventContextProvider
eventContextMethods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexScope
fieldQueryElement, hibernateSearchIndexNames, identifier, mappingContext, rootQueryElement, toAbsolutePath, toDocumentValueConvertContext, withRoot
-
Method Details
-
child
- Specified by:
childin interfaceSearchIndexScope<S extends ElasticsearchSearchIndexScope<?>>
-
field
-
userFacingGson
com.google.gson.Gson userFacingGson() -
searchSyntax
ElasticsearchSearchSyntax searchSyntax() -
documentIdHelper
DocumentIdHelper documentIdHelper() -
filterOrNull
-
createTimeoutManager
-
indexes
Collection<ElasticsearchSearchIndexContext> indexes() -
mappedTypeNameToIndex
Map<String,ElasticsearchSearchIndexContext> mappedTypeNameToIndex() -
maxResultWindow
int maxResultWindow()
-