Uses of Class
org.hibernate.search.engine.backend.document.model.spi.IndexIdentifier
Packages that use IndexIdentifier
Package
Description
-
Uses of IndexIdentifier in org.hibernate.search.backend.elasticsearch.document.model.impl
Constructors in org.hibernate.search.backend.elasticsearch.document.model.impl with parameters of type IndexIdentifierModifierConstructorDescriptionElasticsearchIndexModel(String hibernateSearchIndexName, String mappedTypeName, IndexIdentifier identifier, ElasticsearchIndexRoot rootNode, Map<String, ElasticsearchIndexField> staticFields, List<AbstractElasticsearchIndexFieldTemplate<?>> fieldTemplates, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, PropertyMappingIndexSettingsContributor propertyMappingIndexSettingsContributor, IndexSettings customIndexSettings, RootTypeMapping mapping, RootTypeMapping customMapping) -
Uses of IndexIdentifier in org.hibernate.search.backend.lucene.document.model.impl
Constructors in org.hibernate.search.backend.lucene.document.model.impl with parameters of type IndexIdentifierModifierConstructorDescriptionLuceneIndexModel(AnalysisDescriptorRegistry analysisDescriptorRegistry, String hibernateSearchName, String mappedTypeName, IndexIdentifier identifier, LuceneIndexRoot rootNode, Map<String, LuceneIndexField> staticFields, List<? extends AbstractLuceneIndexFieldTemplate<?>> fieldTemplates, boolean hasNestedDocuments) -
Uses of IndexIdentifier in org.hibernate.search.engine.backend.document.model.spi
Methods in org.hibernate.search.engine.backend.document.model.spi that return IndexIdentifierConstructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type IndexIdentifierModifierConstructorDescriptionAbstractIndexModel(AnalysisDescriptorRegistry analysisDescriptorRegistry, String hibernateSearchIndexName, String mappedTypeName, IndexIdentifier identifier, R root, Map<String, F> staticFields, List<? extends AbstractIndexFieldTemplate<? super S, ? extends F, ? super R, ?>> fieldTemplates)