Uses of Class
org.hibernate.search.engine.backend.document.model.spi.IndexIdentifier
-
-
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 IndexIdentifier Constructor Description ElasticsearchIndexModel(IndexNames names, String mappedTypeName, IndexIdentifier identifier, ElasticsearchIndexRoot rootNode, Map<String,ElasticsearchIndexField> staticFields, List<AbstractElasticsearchIndexFieldTemplate<?>> fieldTemplates, ElasticsearchAnalysisDefinitionRegistry analysisDefinitionRegistry, 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 IndexIdentifier Constructor Description LuceneIndexModel(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 IndexIdentifier Modifier and Type Method Description IndexIdentifierAbstractIndexModel. identifier()Constructors in org.hibernate.search.engine.backend.document.model.spi with parameters of type IndexIdentifier Constructor Description AbstractIndexModel(String hibernateSearchIndexName, String mappedTypeName, IndexIdentifier identifier, R root, Map<String,F> staticFields, List<? extends AbstractIndexFieldTemplate<? super S,? extends F,? super R,?>> fieldTemplates)
-