Uses of Interface
org.hibernate.search.engine.backend.analysis.spi.AnalysisDescriptorRegistry
Packages that use AnalysisDescriptorRegistry
Package
Description
-
Uses of AnalysisDescriptorRegistry in org.hibernate.search.backend.elasticsearch.analysis.model.impl
Classes in org.hibernate.search.backend.elasticsearch.analysis.model.impl that implement AnalysisDescriptorRegistryModifier and TypeClassDescriptionfinal classA registry of analysis-related definitions for Elasticsearch. -
Uses of AnalysisDescriptorRegistry in org.hibernate.search.backend.lucene.analysis.model.impl
Classes in org.hibernate.search.backend.lucene.analysis.model.impl that implement AnalysisDescriptorRegistryModifier and TypeClassDescriptionfinal classA registry of analysis-related definitions for Lucene. -
Uses of AnalysisDescriptorRegistry in org.hibernate.search.backend.lucene.document.model.impl
Constructors in org.hibernate.search.backend.lucene.document.model.impl with parameters of type AnalysisDescriptorRegistryModifierConstructorDescriptionLuceneIndexModel(AnalysisDescriptorRegistry analysisDescriptorRegistry, String hibernateSearchName, String mappedTypeName, IndexIdentifier identifier, LuceneIndexRoot rootNode, Map<String, LuceneIndexField> staticFields, List<? extends AbstractLuceneIndexFieldTemplate<?>> fieldTemplates, boolean hasNestedDocuments) -
Uses of AnalysisDescriptorRegistry in org.hibernate.search.engine.backend.document.model.spi
Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type AnalysisDescriptorRegistryModifierConstructorDescriptionAbstractIndexModel(AnalysisDescriptorRegistry analysisDescriptorRegistry, String hibernateSearchIndexName, String mappedTypeName, IndexIdentifier identifier, R root, Map<String, F> staticFields, List<? extends AbstractIndexFieldTemplate<? super S, ? extends F, ? super R, ?>> fieldTemplates)