- get() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
- get(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getAction() - Method in class org.hibernate.search.hcore.impl.HibernateSearchIntegrator.DuplicationStrategyImpl
-
- getAnalyzer(String) - Method in interface org.hibernate.search.SearchFactory
-
Retrieve an analyzer instance by its definition name
- getAnalyzer(Class<?>) - Method in interface org.hibernate.search.SearchFactory
-
Retrieves the scoped analyzer for a given class.
- getBatchSize() - Method in class org.hibernate.search.jmx.impl.IndexControl
-
- getBigDecimal(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getBigInteger(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getBinary(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getBlob(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getBoolean(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getByte(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getCalendar(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getCharacter(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getClass(T) - Method in class org.hibernate.search.engine.impl.HibernateStatelessInitializer
-
- getClass(T) - Static method in class org.hibernate.search.hcore.util.impl.HibernateHelper
-
Get the real class type.
- getClassFromWork(Work) - Method in class org.hibernate.search.engine.impl.HibernateStatelessInitializer
-
- getClassFromWork(Work) - Static method in class org.hibernate.search.hcore.util.impl.HibernateHelper
-
- getClassLoaderService() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getClassMapping(String) - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getClassMappings() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getClob(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getCriteria() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
-
- getDate(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getDirtyPropertyNames(PostUpdateEvent) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
-
- getDocumentBuilder(Object) - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
-
It is not suggested to extend FullTextIndexEventListener, but when needed to implement special
use cases implementors might need this method.
- getDouble(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getEntityType() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
-
- getExtendedSearchFactoryIntegrator() - Method in class org.hibernate.search.event.impl.FullTextIndexEventListener
-
- getExtendedSearchIntegrator() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
-
- getFacetManager() - Method in interface org.hibernate.search.FullTextQuery
-
- getFacetManager() - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- getFacetManager() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getFloat(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getFullTextEntityManager(EntityManager) - Static method in class org.hibernate.search.jpa.Search
-
Build a full text capable EntityManager
The underlying EM implementation has to be Hibernate EntityManager
The created instance depends on the passed Session: closing either of them will
close both instances.
- getFullTextSession(Session) - Static method in class org.hibernate.search.Search
-
Creates a FullTextSession from a regular Session.
- getIndexedTypeDescriptor(Class<?>) - Method in interface org.hibernate.search.SearchFactory
-
Returns a descriptor for the specified entity type describing its indexed state.
- getIndexedTypes() - Method in interface org.hibernate.search.SearchFactory
-
Returns the set of currently indexed types.
- getIndexReaderAccessor() - Method in interface org.hibernate.search.SearchFactory
-
Provides access to the IndexReader API
- getInstanceInitializer() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getInteger(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getLocale(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getLockModes() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getLockOptions() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getLong(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getNumberOfFetchingThreads() - Method in class org.hibernate.search.jmx.impl.IndexControl
-
- getNumberOfObjectLoadingThreads() - Method in class org.hibernate.search.jmx.impl.IndexControl
-
- getNumberOfTypes() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getProgrammaticMapping() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getProperties() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getProperty(String) - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getProvidedServices() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getQueryString() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getReflectionManager() - Method in class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- getResultList() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getResultSize() - Method in interface org.hibernate.search.FullTextQuery
-
- getResultSize() - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Returns the number of hits for this search
Caution:
The number of results might be slightly different from
getResultList().size() because getResultList()
may be not in sync with the database at the time of query.
- getResultSize() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getReturnAliases() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getReturnTypes() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- getRowNumber() - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
- getSearchFactory() - Method in interface org.hibernate.search.FullTextSession
-
- getSearchFactory() - Method in interface org.hibernate.search.jpa.FullTextEntityManager
-
- getSearchIntegrator() - Method in class org.hibernate.search.hcore.impl.SearchFactoryReference
-
- getSearchIntegrator(Session) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
-
- getSearchIntegratorBySessionImplementor(SessionImplementor) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
-
- getSearchIntegratorBySF(SessionFactory) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
-
- getSearchIntegratorBySFI(SessionFactoryImplementor) - Static method in class org.hibernate.search.hcore.util.impl.ContextHelper
-
- getSession() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
-
- getSessionFactory() - Method in class org.hibernate.search.hcore.impl.DefaultHibernateSessionFactoryService
-
- getSessionFactory() - Method in interface org.hibernate.search.hcore.impl.HibernateSessionFactoryService
-
- getShort(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getStatistics() - Method in interface org.hibernate.search.SearchFactory
-
Retrieve the statistics instance for this factory.
- getStatusMessagePeriod() - Method in class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
-
- getString(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getText(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getTimeoutManager() - Method in class org.hibernate.search.query.hibernate.impl.ObjectInitializationContext
-
- getTimeZone(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- getTransactionIdentifier() - Method in class org.hibernate.search.backend.impl.EventSourceTransactionContext
-
- getType(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
This method is not supported on Lucene based queries
- scroll() - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- scroll(ScrollMode) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- scroll(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
- ScrollableResultsImpl - Class in org.hibernate.search.query.hibernate.impl
-
Implements scrollable and paginated resultsets.
- ScrollableResultsImpl(int, DocumentExtractor, Loader, SessionImplementor, boolean) - Constructor for class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
- Search - Class in org.hibernate.search.jpa
-
Helper class that should be used when building a FullTextEntityManager
- Search - Class in org.hibernate.search
-
Helper class to get a FullTextSession from a regular ORM session.
- SearchConfigurationFromHibernateCore - Class in org.hibernate.search.cfg.impl
-
Search configuration implementation wrapping an Hibernate Core configuration
- SearchConfigurationFromHibernateCore(Metadata, ConfigurationService, ClassLoaderService, HibernateSessionFactoryService) - Constructor for class org.hibernate.search.cfg.impl.SearchConfigurationFromHibernateCore
-
- searchFactory(ExtendedSearchIntegrator) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
-
- SearchFactory - Interface in org.hibernate.search
-
Provide application wide operations as well as access to the underlying Lucene resources.
- SearchFactoryReference - Class in org.hibernate.search.hcore.impl
-
This Service lives in the ServiceRegistry controlled by Hibernate ORM to
allow to lookup the ExtendedSearchIntegrator from the context of ORM code (for example,
when a user wraps the current Session into a FullTextSession).
- SearchFactoryReference() - Constructor for class org.hibernate.search.hcore.impl.SearchFactoryReference
-
- SearchFactoryServiceContributor - Class in org.hibernate.search.hcore.impl
-
Extends the ServiceRegistry of Hibernate ORM to contain the placeholders needed
by Hibernate Search
- SearchFactoryServiceContributor() - Constructor for class org.hibernate.search.hcore.impl.SearchFactoryServiceContributor
-
- SecondLevelCacheObjectInitializer - Class in org.hibernate.search.query.hibernate.impl
-
Check if the entity is available in the second level cache and load it if there
before falling back to the delegate method.
- SecondLevelCacheObjectInitializer(ObjectInitializer) - Constructor for class org.hibernate.search.query.hibernate.impl.SecondLevelCacheObjectInitializer
-
- session(SessionImplementor) - Method in class org.hibernate.search.query.hibernate.impl.ObjectLoaderBuilder
-
- sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.search.hcore.impl.HibernateSearchSessionFactoryObserver
-
- sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.search.hcore.impl.HibernateSearchSessionFactoryObserver
-
- sessionWithOptions() - Method in interface org.hibernate.search.FullTextSession
- setBatchSize(int) - Method in class org.hibernate.search.jmx.impl.IndexControl
-
- setCriteria(Criteria) - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
-
- setCriteriaQuery(Criteria) - Method in interface org.hibernate.search.FullTextQuery
-
Defines the Database Query used to load the Lucene results.
- setCriteriaQuery(Criteria) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the Database Query used to load the Lucene results.
- setCriteriaQuery(Criteria) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setEntity(int, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setEntity(String, Object) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setEntityType(Class) - Method in class org.hibernate.search.query.hibernate.impl.QueryLoader
-
- setEntityTypes(Set<Class<?>>) - Method in class org.hibernate.search.query.hibernate.impl.MultiClassesQueryLoader
-
- setFetchSize(int) - Method in interface org.hibernate.search.FullTextQuery
-
Defines scrollable result fetch size as well as the JDBC fetch size
- setFetchSize(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setFilter(Filter) - Method in interface org.hibernate.search.FullTextQuery
-
Deprecated.
- setFilter(Filter) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Deprecated.
- setFilter(Filter) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setFirstResult(int) - Method in interface org.hibernate.search.FullTextQuery
-
Query.setFirstResult(int)
- setFirstResult(int) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setFirstResult(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setFlushMode(FlushModeType) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setHint(String, Object) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setLockMode(String, LockMode) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setLockOptions(LockOptions) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setMaxResults(int) - Method in interface org.hibernate.search.FullTextQuery
-
Query.setMaxResults(int)
- setMaxResults(int) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
- setMaxResults(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setNumberOfFetchingThreads(int) - Method in class org.hibernate.search.jmx.impl.IndexControl
-
- setNumberOfObjectLoadingThreads(int) - Method in class org.hibernate.search.jmx.impl.IndexControl
-
- setProjection(String...) - Method in interface org.hibernate.search.FullTextQuery
-
Defines the Lucene field names projected and returned in a query result
Each field is converted back to it's object representation, an Object[] being returned for each "row"
(similar to an HQL or a Criteria API projection).
- setProjection(String...) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the Lucene field names projected and returned in a query result
Each field is converted back to it's object representation, an Object[] being returned for each "row"
(similar to an HQL or a Criteria API projection).
- setProjection(String...) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.search.FullTextQuery
-
defines a result transformer used during projection, the Aliases provided are the projection aliases.
- setResultTransformer(ResultTransformer) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines a result transformer used during projection
- setResultTransformer(ResultTransformer) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setRowNumber(int) - Method in class org.hibernate.search.query.hibernate.impl.ScrollableResultsImpl
-
- setSort(Sort) - Method in interface org.hibernate.search.FullTextQuery
-
Allows to let lucene sort the results.
- setSort(Sort) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Allows to let lucene sort the results.
- setSort(Sort) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setSpatialParameters(double, double, String) - Method in interface org.hibernate.search.FullTextQuery
-
Defines the center of the spatial search for this query to project distance in results
- setSpatialParameters(Coordinates, String) - Method in interface org.hibernate.search.FullTextQuery
-
Defines the center of the spatial search for this query to project distance in results
- setSpatialParameters(double, double, String) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the center of the spatial search for this query to project distance in results
- setSpatialParameters(Coordinates, String) - Method in interface org.hibernate.search.jpa.FullTextQuery
-
Defines the center of the spatial search for this query to project distance in results
- setSpatialParameters(Coordinates, String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setSpatialParameters(double, double, String) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setTimeout(long, TimeUnit) - Method in interface org.hibernate.search.FullTextQuery
-
Define a timeout period for a given unit of time.
- setTimeout(int) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- setTimeout(long, TimeUnit) - Method in class org.hibernate.search.query.hibernate.impl.FullTextQueryImpl
-
- SimpleIndexingProgressMonitor - Class in org.hibernate.search.batchindexing.impl
-
A very simple implementation of MassIndexerProgressMonitor which
uses the logger at INFO level to output indexing speed statistics.
- SimpleIndexingProgressMonitor() - Constructor for class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
-
Logs progress of indexing job every 50 documents written.
- SimpleIndexingProgressMonitor(int) - Constructor for class org.hibernate.search.batchindexing.impl.SimpleIndexingProgressMonitor
-
Logs progress of indexing job every logAfterNumberOfDocuments
documents written.
- start() - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
-
- start() - Method in interface org.hibernate.search.MassIndexer
-
Starts the indexing process in background (asynchronous).
- startAndWait() - Method in class org.hibernate.search.batchindexing.impl.MassIndexerImpl
-
- startAndWait() - Method in interface org.hibernate.search.MassIndexer
-
Starts the indexing process, and then block until it's finished.
- StatelessSessionAwareRunnable - Interface in org.hibernate.search.batchindexing.impl
-