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) |
Constructor and Description |
---|
AnnotationMetadataProvider(org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager,
ConfigContext configContext) |
Builder(Class<?> indexedType,
ConfigContext configContext) |
Constructor and Description |
---|
DocumentBuilderIndexedEntity(org.hibernate.annotations.common.reflection.XClass clazz,
TypeMetadata typeMetadata,
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–2016 Hibernate. All rights reserved.