Uses of Interface
org.hibernate.search.backend.elasticsearch.document.model.impl.ElasticsearchIndexField
Packages that use ElasticsearchIndexField
Package
Description
-
Uses of ElasticsearchIndexField in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl
Method parameters in org.hibernate.search.backend.elasticsearch.document.model.dsl.impl with type arguments of type ElasticsearchIndexFieldModifier and TypeMethodDescriptionvoidElasticsearchIndexNodeContributor.contribute(ElasticsearchIndexNodeCollector collector, ElasticsearchIndexCompositeNode parentNode, Map<String, ElasticsearchIndexField> staticChildrenByNameForParent, AbstractTypeMapping parentMapping) -
Uses of ElasticsearchIndexField in org.hibernate.search.backend.elasticsearch.document.model.impl
Classes in org.hibernate.search.backend.elasticsearch.document.model.impl that implement ElasticsearchIndexFieldModifier and TypeClassDescriptionfinal classfinal classMethods in org.hibernate.search.backend.elasticsearch.document.model.impl that return ElasticsearchIndexFieldModifier and TypeMethodDescriptionprotected ElasticsearchIndexFieldElasticsearchIndexObjectFieldTemplate.createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued) protected ElasticsearchIndexFieldElasticsearchIndexValueFieldTemplate.createNode(ElasticsearchIndexCompositeNode parent, String relativePath, ElasticsearchIndexValueFieldType<?> type, TreeNodeInclusion inclusion, boolean multiValued) Constructor parameters in org.hibernate.search.backend.elasticsearch.document.model.impl with type arguments of type ElasticsearchIndexFieldModifierConstructorDescriptionElasticsearchIndexModel(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) ElasticsearchIndexObjectField(ElasticsearchIndexCompositeNode parent, String relativeFieldName, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued, Map<String, ElasticsearchIndexField> notYetInitializedStaticChildren) ElasticsearchIndexRoot(ElasticsearchIndexCompositeNodeType type, Map<String, ElasticsearchIndexField> notYetInitializedStaticChildren)