Uses of Interface
org.hibernate.search.engine.backend.scope.spi.IndexScope
Packages that use IndexScope
Package
Description
-
Uses of IndexScope in org.hibernate.search.backend.lucene
Methods in org.hibernate.search.backend.lucene with parameters of type IndexScopeModifier and TypeMethodDescriptionLuceneExtension.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
Methods in org.hibernate.search.engine.backend.scope with parameters of type IndexScopeModifier and TypeMethodDescriptionIndexScopeExtension.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