Uses of Interface
org.hibernate.search.backend.elasticsearch.search.common.impl.ElasticsearchSearchIndexContext
-
-
Uses of ElasticsearchSearchIndexContext in org.hibernate.search.backend.elasticsearch.document.model.impl
Classes in org.hibernate.search.backend.elasticsearch.document.model.impl that implement ElasticsearchSearchIndexContext Modifier and Type Class Description classElasticsearchIndexModel -
Uses of ElasticsearchSearchIndexContext in org.hibernate.search.backend.elasticsearch.scope.model.impl
Methods in org.hibernate.search.backend.elasticsearch.scope.model.impl that return types with arguments of type ElasticsearchSearchIndexContext Modifier and Type Method Description Collection<ElasticsearchSearchIndexContext>ElasticsearchSearchIndexScopeImpl. indexes()Map<String,ElasticsearchSearchIndexContext>ElasticsearchSearchIndexScopeImpl. mappedTypeNameToIndex() -
Uses of ElasticsearchSearchIndexContext in org.hibernate.search.backend.elasticsearch.search.common.impl
Methods in org.hibernate.search.backend.elasticsearch.search.common.impl that return types with arguments of type ElasticsearchSearchIndexContext Modifier and Type Method Description Collection<ElasticsearchSearchIndexContext>ElasticsearchSearchIndexScope. indexes()Map<String,ElasticsearchSearchIndexContext>ElasticsearchSearchIndexScope. mappedTypeNameToIndex()
-