Package | Description |
---|---|
org.hibernate.search.cfg |
Modifier and Type | Method and Description |
---|---|
IndexedMapping |
IndexedMapping.analyzerDiscriminator(Class<? extends Discriminator> discriminator) |
IndexedMapping |
IndexedMapping.boost(float boost) |
IndexedMapping |
IndexedMapping.cacheFromIndex(FieldCacheType... type)
Deprecated.
This will be removed with no replacement.
|
IndexedMapping |
IndexedMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
Deprecated.
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. |
IndexedMapping |
ClassBridgeMapping.indexed() |
IndexedMapping |
EntityMapping.indexed() |
IndexedMapping |
IndexedMapping.indexName(String indexName) |
IndexedMapping |
IndexedMapping.interceptor(Class<? extends EntityIndexingInterceptor> interceptor) |
Constructor and Description |
---|
IndexedClassBridgeMapping(SearchMapping mapping,
EntityDescriptor entity,
Class<?> impl,
IndexedMapping indexedMapping) |
IndexedClassBridgeMapping(SearchMapping mapping,
EntityDescriptor entity,
FieldBridge instance,
IndexedMapping indexedMapping) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.