Exemplo n.º 1
0
 public virtual void Visit(IGeoShapeProperty type, PropertyInfo propertyInfo, ElasticsearchPropertyAttributeBase attribute)
 {
 }
Exemplo n.º 2
0
 public virtual void Visit(IGeoShapeProperty property)
 {
 }
Exemplo n.º 3
0
 public void Visit(IGeoShapeProperty mapping)
 {
     Increment("geo_shape");
 }
		public virtual void Visit(IGeoShapeProperty type, PropertyInfo propertyInfo, ElasticsearchPropertyAttribute attribute)
		{
		}
 public override void Visit(IGeoShapeProperty property) => AddAlias(property);
		public virtual void Visit(IGeoShapeProperty property) { }