| 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.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.
|
| Method and Description |
|---|
| org.hibernate.search.engine.impl.DocumentBuilderHelper.extractObjectFromFieldable(IndexableField)
we should know the projection rules from the metadata rather than guess from the field properties
|
| org.hibernate.search.engine.impl.DocumentBuilderHelper.extractStringFromFieldable(IndexableField)
we should know the projection rules from the metadata rather than guess from the field properties
|
| org.hibernate.search.query.engine.spi.HSQuery.getExtendedSearchIntegrator()
should be at most SearchIntegrator, preferably removed altogether
|
| org.hibernate.search.spi.BuildContext.getIndexingStrategy()
Scheduled for removal. Use
BuildContext.getIndexingMode() instead. |
| org.hibernate.search.engine.impl.MutableSearchFactory.getIndexingStrategy() |
| org.hibernate.search.engine.impl.ImmutableSearchFactory.getIndexingStrategy() |
| org.hibernate.search.query.dsl.FuzzyContext.withThreshold(float) |
Copyright © 2006–2015 Hibernate. All rights reserved.