- scope(Class<T>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
- scope(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
- Search - Class in org.hibernate.search.mapper.orm
-
- search() - Method in interface org.hibernate.search.mapper.orm.search.SearchScope
-
Initiate the building of a search query.
- search(Class<T>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Initiate the building of a search query.
- search(Collection<? extends Class<? extends T>>) - Method in interface org.hibernate.search.mapper.orm.session.SearchSession
-
Initiate the building of a search query.
- SearchQuery<T> - Interface in org.hibernate.search.mapper.orm.search.query
-
- SearchQueryResultDefinitionContext<O> - Interface in org.hibernate.search.mapper.orm.search.dsl.query
-
- SearchResult<T> - Interface in org.hibernate.search.mapper.orm.search.query
-
- SearchScope<T> - Interface in org.hibernate.search.mapper.orm.search
-
Represents a set of types and the corresponding indexes,
allowing to build search-related objects (query, predicate, ...)
taking into account the relevant indexes and their metadata (underlying technology, field types, ...).
- SearchSession - Interface in org.hibernate.search.mapper.orm.session
-
- SearchSessionBuilder - Interface in org.hibernate.search.mapper.orm.session.spi
-
- SearchSessionImplementor - Interface in org.hibernate.search.mapper.orm.session.spi
-
- setFetchSize(int) - Method in interface org.hibernate.search.mapper.orm.search.query.SearchQuery
-
Set the JDBC fetch size for this query.
- sort() - Method in interface org.hibernate.search.mapper.orm.search.SearchScope
-
Initiate the building of a search sort.
- start() - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Starts the indexing process in background (asynchronous).
- startAndWait() - Method in interface org.hibernate.search.mapper.orm.massindexing.MassIndexer
-
Starts the indexing process, and then block until it's finished.