Class ElasticsearchIndexScope
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.scope.impl.ElasticsearchIndexScope
-
- All Implemented Interfaces:
IndexScope
public class ElasticsearchIndexScope extends Object implements IndexScope
-
-
Constructor Summary
Constructors Constructor Description ElasticsearchIndexScope(BackendMappingContext mappingContext, SearchBackendContext backendContext, Set<ElasticsearchIndexModel> indexModels)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElasticsearchSearchQueryIndexScope<?>searchScope()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.engine.backend.scope.spi.IndexScope
extension
-
-
-
-
Constructor Detail
-
ElasticsearchIndexScope
public ElasticsearchIndexScope(BackendMappingContext mappingContext, SearchBackendContext backendContext, Set<ElasticsearchIndexModel> indexModels)
-
-
Method Detail
-
searchScope
public ElasticsearchSearchQueryIndexScope<?> searchScope()
- Specified by:
searchScopein interfaceIndexScope
-
-