Interface ElasticsearchIndexNodeCollector
-
public interface ElasticsearchIndexNodeCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcollect(String absolutePath, ElasticsearchIndexObjectField node)voidcollect(String absoluteFieldPath, ElasticsearchIndexValueField<?> node)voidcollect(ElasticsearchIndexObjectFieldTemplate template)voidcollect(ElasticsearchIndexValueFieldTemplate template)voidcollect(NamedDynamicTemplate templateForMapping)
-
-
-
Method Detail
-
collect
void collect(String absolutePath, ElasticsearchIndexObjectField node)
-
collect
void collect(String absoluteFieldPath, ElasticsearchIndexValueField<?> node)
-
collect
void collect(ElasticsearchIndexObjectFieldTemplate template)
-
collect
void collect(ElasticsearchIndexValueFieldTemplate template)
-
collect
void collect(NamedDynamicTemplate templateForMapping)
-
-