Interface and Description |
---|
org.hibernate.search.store.IndexShardingStrategy
Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use
ShardIdentifierProvider
instead. |
org.hibernate.search.spi.SearchFactoryIntegrator
Do not use, and immediately migrate all code to use org.hibernate.search.spi.SearchIntegrator.
|
org.hibernate.search.store.Workspace
This interface will be moved and should be considered non-public API [HSEARCH-1915]
|
Class and Description |
---|
org.hibernate.search.filter.FilterKey
Custom filter keys are deprecated and are scheduled for removal in Hibernate Search 6. As of Hibernate
Search 5.1, keys for caching Lucene filters are calculated automatically based on the given filter parameters.
|
org.hibernate.search.spi.SearchFactoryBuilder
Use SearchIntegrationBuilder instead. This class will be removed!
|
org.hibernate.search.filter.StandardFilterKey
Custom filter keys are deprecated and are scheduled for removal in Hibernate Search 6. As of Hibernate
Search 5.1, keys for caching Lucene filters are calculated automatically based on the given filter parameters.
|
Enum and Description |
---|
org.hibernate.search.annotations.FieldCacheType
Remove the annotation. No alternative replacement necessary.
|
Annotation Type and Description |
---|
org.hibernate.search.annotations.CacheFromIndex
Remove the annotation. No alternative replacement necessary.
|
org.hibernate.search.annotations.Key
Custom filter cache keys are a deprecated feature scheduled to be removed in Hibernate Search 6. As of
Hibernate Search 5.1, filter cache keys will be determinated automatically based on the filter parameters. Custom
filter cache key methods should therefore be removed.
|
Constructor and Description |
---|
org.hibernate.search.cfg.NumericFieldMapping(PropertyDescriptor, EntityDescriptor, SearchMapping) |
Enum Constant and Description |
---|
org.hibernate.search.backend.configuration.impl.IndexWriterSetting.MAX_THREAD_STATES |
org.hibernate.search.backend.configuration.impl.IndexWriterSetting.TERM_INDEX_INTERVAL |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved