Class ElasticsearchIndexCompositeNodeType
- java.lang.Object
-
- org.hibernate.search.engine.backend.types.spi.AbstractIndexCompositeNodeType<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexCompositeNodeContext>
-
- org.hibernate.search.backend.elasticsearch.types.impl.ElasticsearchIndexCompositeNodeType
-
- All Implemented Interfaces:
ElasticsearchSearchIndexCompositeNodeTypeContext,IndexObjectFieldTypeDescriptor,SearchIndexCompositeNodeTypeContext<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexCompositeNodeContext>,SearchIndexNodeTypeContext<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexCompositeNodeContext>
public class ElasticsearchIndexCompositeNodeType extends AbstractIndexCompositeNodeType<ElasticsearchSearchIndexScope<?>,ElasticsearchSearchIndexCompositeNodeContext> implements ElasticsearchSearchIndexCompositeNodeTypeContext
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElasticsearchIndexCompositeNodeType.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyMappingcreateMapping(DynamicType dynamicType)-
Methods inherited from class org.hibernate.search.engine.backend.types.spi.AbstractIndexCompositeNodeType
nested, queryElementFactory, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexCompositeNodeTypeContext
nested
-
Methods inherited from interface org.hibernate.search.engine.search.common.spi.SearchIndexNodeTypeContext
queryElementFactory
-
-
-
-
Method Detail
-
createMapping
public PropertyMapping createMapping(DynamicType dynamicType)
-
-