| Package | Description |
|---|---|
| org.hibernate.search.bridge.impl | |
| org.hibernate.search.bridge.spi | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.integration.impl | |
| org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
| org.hibernate.search.engine.spi | |
| org.hibernate.search.indexes.impl | |
| org.hibernate.search.indexes.spi | |
| org.hibernate.search.spi.impl |
| 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 |
MutableEntityIndexBinding.getIndexManagerType() |
| Modifier and Type | Method and Description |
|---|---|
Map<IndexManagerType,SearchIntegration> |
MutableSearchFactory.getIntegrations() |
Map<IndexManagerType,SearchIntegration> |
ImmutableSearchFactory.getIntegrations() |
Map<IndexManagerType,SearchIntegration> |
MutableSearchFactoryState.getIntegrations() |
Map<IndexManagerType,SearchIntegration> |
ConfigContext.initIntegrations(IndexManagerHolder indexesFactory)
Initialize integrations for all discovered index manager types.
|
| Modifier and Type | Method and Description |
|---|---|
SearchIntegrationConfigContext |
ConfigContext.forType(IndexManagerType type) |
static AnalyzerReference |
AnnotationProcessingHelper.getAnalyzerReference(Analyzer analyzerAnn,
ConfigContext configContext,
IndexManagerType indexManagerType) |
static AnalyzerReference |
AnnotationProcessingHelper.getAnalyzerReference(IndexedTypeIdentifier indexedTypeIdentifier,
DocumentFieldPath fieldPath,
Analyzer analyzerAnn,
Normalizer normalizerAnn,
ConfigContext configContext,
IndexManagerType indexManagerType) |
SearchIntegration |
MutableSearchFactory.getIntegration(IndexManagerType indexManagerType) |
SearchIntegration |
ImmutableSearchFactory.getIntegration(IndexManagerType indexManagerType) |
static AnalyzerReference |
AnnotationProcessingHelper.getNormalizerReference(Normalizer normalizerAnn,
ConfigContext configContext,
IndexManagerType indexManagerType) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutableSearchFactoryState.addIntegrations(Map<IndexManagerType,SearchIntegration> integrations) |
| Constructor and Description |
|---|
SearchIntegrationConfigContext(IndexManagerType type,
ServiceManager serviceManager,
SearchConfiguration searchConfiguration) |
SearchIntegrationConfigContext(IndexManagerType type,
ServiceManager serviceManager,
SearchConfiguration searchConfiguration,
SearchIntegration previousIntegrationState) |
| Constructor and Description |
|---|
ConfigContext(SearchConfiguration searchConfiguration,
BuildContext buildContext,
SearchMapping searchMapping,
Map<IndexManagerType,SearchIntegration> previousSearchIntegrations) |
| Modifier and Type | Method and Description |
|---|---|
Map<IndexManagerType,SearchIntegration> |
ExtendedSearchIntegrator.getIntegrations()
Returns a map of all known integrations keyed against the indexed manager type
|
| Modifier and Type | Method and Description |
|---|---|
SearchIntegration |
ExtendedSearchIntegrator.getIntegration(IndexManagerType indexManagerType)
Retrieve the integration information for a given index manager type.
|
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
ParseContext.getIndexManagerType() |
| Modifier and Type | Method and Description |
|---|---|
TypeMetadata |
AnnotationMetadataProvider.getTypeMetadataFor(Class<?> clazz,
IndexManagerType indexManagerType)
Deprecated.
|
TypeMetadata |
AnnotationMetadataProvider.getTypeMetadataFor(IndexedTypeIdentifier type,
IndexManagerType indexManagerType) |
TypeMetadata |
MetadataProvider.getTypeMetadataFor(IndexedTypeIdentifier type,
IndexManagerType indexManagerType)
Returns the Search related metadata for the specified type.
|
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
EntityIndexBinding.getIndexManagerType() |
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
IndexManagerGroupHolder.getIndexManagerType() |
IndexManagerType |
IndexManagerHolder.getIndexManagerType(String indexName,
Properties[] indexProperties,
SearchConfiguration cfg,
WorkerBuildContext buildContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IndexManagerType> |
IndexManagerHolder.getIndexManagerTypes() |
| Constructor and Description |
|---|
IndexManagerGroupHolder(IndexManagerHolder parentHolder,
String indexNameBase,
org.apache.lucene.search.similarities.Similarity similarity,
IndexManagerType indexManagerType,
org.hibernate.search.indexes.impl.EntityIndexBinder entityIndexBinder) |
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneEmbeddedIndexManagerType |
| Modifier and Type | Method and Description |
|---|---|
IndexManagerType |
DirectoryBasedIndexManager.getIndexManagerType() |
IndexManagerType |
IndexManager.getIndexManagerType() |
| Modifier and Type | Method and Description |
|---|---|
Map<IndexManagerType,SearchIntegration> |
SearchFactoryState.getIntegrations() |
Copyright © 2006–2017 Hibernate. All rights reserved.