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.
|
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.infinispan.spi.InfinispanDirectoryProvider
this implementation is now maintained by the Infinispan project: use
InfinispanDirectoryProvider
instead. |
org.hibernate.search.infinispan.spi.InfinispanIntegration
this implementation is now maintained by the Infinispan project: use
InfinispanIntegration
instead. |
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.
|
Annotation Type and Description |
---|
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.
|
Copyright © 2006-2015 Red Hat, Inc. All Rights Reserved