Package | Description |
---|---|
org.hibernate.search.engine.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 |
Modifier and Type | Method and Description |
---|---|
static org.apache.lucene.analysis.Analyzer |
AnnotationProcessingHelper.getAnalyzer(Analyzer analyzerAnn,
ConfigContext configContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
AnnotationMetadataProvider.checkDocumentId(org.hibernate.annotations.common.reflection.XProperty member,
TypeMetadata.Builder typeMetadataBuilder,
boolean isRoot,
String prefix,
ConfigContext configContext,
org.hibernate.search.engine.metadata.impl.AnnotationMetadataProvider.PathsContext pathsContext,
AnnotationMetadataProvider.ParseContext parseContext) |
Constructor and Description |
---|
AnnotationMetadataProvider(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ConfigContext configContext) |
EmbeddedTypeMetadata.Builder(Class<?> indexedType,
org.hibernate.annotations.common.reflection.XMember embeddedGetter,
ConfigContext configContext,
ScopedAnalyzer scopedAnalyzer) |
TypeMetadata.Builder(Class<?> indexedType,
ConfigContext configContext) |
TypeMetadata.Builder(Class<?> indexedType,
ConfigContext configContext,
ScopedAnalyzer scopedAnalyzer) |
Constructor and Description |
---|
AbstractDocumentBuilder(org.hibernate.annotations.common.reflection.XClass xClass,
ConfigContext configContext,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Set<org.hibernate.annotations.common.reflection.XClass> optimizationBlackList,
InstanceInitializer instanceInitializer)
Constructor.
|
DocumentBuilderContainedEntity(org.hibernate.annotations.common.reflection.XClass xClass,
ConfigContext context,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Set<org.hibernate.annotations.common.reflection.XClass> optimizationBlackList,
InstanceInitializer instanceInitializer)
Constructor used on contained entities not annotated with
@Indexed themselves. |
DocumentBuilderIndexedEntity(org.hibernate.annotations.common.reflection.XClass clazz,
ConfigContext context,
org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
Set<org.hibernate.annotations.common.reflection.XClass> optimizationBlackList,
InstanceInitializer instanceInitializer)
Creates a document builder for entities annotated with
@Indexed . |
Copyright © 2006–2013 Hibernate. All rights reserved.