Interface and Description |
---|
org.hibernate.search.engine.BoostStrategy
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
org.hibernate.search.store.IndexShardingStrategy
Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use
ShardIdentifierProvider
instead. |
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.engine.impl.DefaultBoostStrategy |
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.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.Boost
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
org.hibernate.search.annotations.CacheFromIndex
Remove the annotation. No alternative replacement necessary.
|
org.hibernate.search.annotations.DynamicBoost
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
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.
|
org.hibernate.search.annotations.ProvidedId
with no replacement: this annotation will be removed.
|
Constructor and Description |
---|
org.hibernate.search.backend.impl.LocalBackendQueueProcessor()
Provided so that passing the LocalBackendQueueProcessor class
as the value of the "backend" configuration option still works, but normally
the "local" string should be used instead, in which case the other constructor
is used.
|
org.hibernate.search.cfg.NumericFieldMapping(PropertyDescriptor, EntityDescriptor, SearchMapping)
Do not use constructors, use
numericField methods in other classes from the same package. |
org.hibernate.search.cfg.NumericFieldMapping(String, PropertyDescriptor, EntityDescriptor, SearchMapping)
Do not use constructors, use
numericField methods in other classes from the same package. |
Enum Constant and Description |
---|
org.hibernate.search.elasticsearch.schema.impl.model.IndexType.ANALYZED
ES2 only.
|
org.hibernate.search.backend.configuration.impl.IndexWriterSetting.MAX_THREAD_STATES |
org.hibernate.search.elasticsearch.schema.impl.model.IndexType.NO
ES2 only.
|
org.hibernate.search.elasticsearch.schema.impl.model.IndexType.NOT_ANALYZED
ES2 only.
|
org.hibernate.search.elasticsearch.schema.impl.model.DataType.STRING
Only used in Elasticsearch 2.x. Use TEXT or KEYWORD instead.
|
org.hibernate.search.backend.configuration.impl.IndexWriterSetting.TERM_INDEX_INTERVAL |
Annotation Type Element and Description |
---|
org.hibernate.search.annotations.Spatial.boost
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
org.hibernate.search.annotations.Field.boost
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved