Uses of Interface
org.hibernate.search.backend.elasticsearch.document.model.impl.ElasticsearchIndexField
-
Packages that use ElasticsearchIndexField Package Description org.hibernate.search.backend.elasticsearch.document.model.dsl.impl org.hibernate.search.backend.elasticsearch.document.model.impl -
-
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 ElasticsearchIndexField Modifier and Type Method Description voidElasticsearchIndexNodeContributor. 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 ElasticsearchIndexField Modifier and Type Class Description classElasticsearchIndexObjectFieldclassElasticsearchIndexValueField<F>Methods in org.hibernate.search.backend.elasticsearch.document.model.impl that return ElasticsearchIndexField Modifier and Type Method Description protected 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 ElasticsearchIndexField 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)ElasticsearchIndexObjectField(ElasticsearchIndexCompositeNode parent, String relativeFieldName, ElasticsearchIndexCompositeNodeType type, TreeNodeInclusion inclusion, boolean multiValued, Map<String,ElasticsearchIndexField> notYetInitializedStaticChildren)ElasticsearchIndexRoot(ElasticsearchIndexCompositeNodeType type, Map<String,ElasticsearchIndexField> notYetInitializedStaticChildren)
-