Uses of Interface
org.hibernate.search.engine.backend.scope.spi.IndexScope
-
Packages that use IndexScope Package Description org.hibernate.search.backend.lucene org.hibernate.search.engine.backend.scope org.hibernate.search.engine.backend.scope.spi -
-
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 LuceneIndexScope
LuceneExtension. 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 IndexScope Modifier and Type Method Description T
IndexScopeExtension. 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 IndexScope
IndexScopeBuilder. build()
-