Uses of Interface
org.hibernate.search.engine.backend.scope.spi.IndexScope
-
-
Uses of IndexScope in org.hibernate.search.backend.elasticsearch.scope.impl
Classes in org.hibernate.search.backend.elasticsearch.scope.impl that implement IndexScope Modifier and Type Class Description classElasticsearchIndexScope -
Uses of IndexScope in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type IndexScope Modifier and Type Method Description LuceneIndexScopeLuceneExtension. extendOrFail(IndexScope original)Attempt to extend an index scope, throwing an exception in case of failure. -
Uses of IndexScope in org.hibernate.search.backend.lucene.scope.impl
Classes in org.hibernate.search.backend.lucene.scope.impl that implement IndexScope Modifier and Type Class Description classLuceneIndexScopeImpl -
Uses of IndexScope in org.hibernate.search.engine.backend.scope
Methods in org.hibernate.search.engine.backend.scope with parameters of type IndexScope Modifier and Type Method Description TIndexScopeExtension. extendOrFail(IndexScope original)Attempt to extend an index scope, throwing an exception in case of failure. -
Uses of IndexScope in org.hibernate.search.engine.backend.scope.spi
Methods in org.hibernate.search.engine.backend.scope.spi that return IndexScope Modifier and Type Method Description IndexScopeIndexScopeBuilder. build()
-