| Package | Description |
|---|---|
| org.hibernate.search.bridge.impl | |
| org.hibernate.search.bridge.spi | |
| org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
| org.hibernate.search.indexes.impl | |
| org.hibernate.search.indexes.spi |
| Modifier and Type | Method and Description |
|---|---|
FieldBridge |
BridgeFactory.buildFieldBridge(Field field,
org.hibernate.annotations.common.reflection.XMember member,
boolean isId,
boolean isExplicitlyMarkedAsNumeric,
IndexManagerType indexManagerType,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ServiceManager serviceManager) |
FieldBridge |
BridgeFactory.buildFieldBridge(org.hibernate.annotations.common.reflection.XMember member,
boolean isId,
boolean isExplicitlyMarkedAsNumeric,
IndexManagerType indexManagerType,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ServiceManager serviceManager) |
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
IndexManagerTypeSpecificBridgeProvider.getIndexManagerType()
Returns the
IndexManagerType for which we register the bridge |
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
ParseContext.getIndexManagerType() |
| Modifier and Type | Method and Description |
|---|---|
TypeMetadata |
MetadataProvider.getTypeMetadataFor(Class<?> clazz,
IndexManagerType indexManagerType)
Returns the Search related metadata for the specified type.
|
TypeMetadata |
AnnotationMetadataProvider.getTypeMetadataFor(Class<?> clazz,
IndexManagerType indexManagerType) |
| Constructor and Description |
|---|
Builder(Class<?> indexedType,
IndexManagerType indexManagerType,
ConfigContext configContext) |
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
IndexManagerHolder.getIndexManagerType(org.hibernate.annotations.common.reflection.XClass entity,
SearchConfiguration cfg,
WorkerBuildContext buildContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneEmbeddedIndexManagerType |
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
IndexManager.getIndexManagerType() |
IndexManagerType |
DirectoryBasedIndexManager.getIndexManagerType() |
Copyright © 2006–2016 Hibernate. All rights reserved.