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) |
IndexedMapping |
EntityMapping.indexed() |
IndexedMapping |
ClassBridgeMapping.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–2016 Hibernate. All rights reserved.