| 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) |
IndexedMapping |
IndexedMapping.dynamicBoost(Class<? extends BoostStrategy> impl) |
IndexedMapping |
ClassBridgeMapping.indexed() |
IndexedMapping |
EntityMapping.indexed() |
IndexedMapping |
IndexedMapping.indexName(String indexName) |
IndexedMapping |
IndexedMapping.interceptor(Class<? extends EntityIndexingInterceptor> interceptor) |
IndexedMapping |
IndexedMapping.similarity(Class<?> impl) |
| Constructor and Description |
|---|
IndexedClassBridgeMapping(SearchMapping mapping,
EntityDescriptor entity,
Class<?> impl,
IndexedMapping indexedMapping) |
IndexedClassBridgeMapping(SearchMapping mapping,
EntityDescriptor entity,
FieldBridge instance,
IndexedMapping indexedMapping) |
Copyright © 2006–2013 Hibernate. All rights reserved.