All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.es.plus.adapter.properties.EsIndexMappings Maven / Gradle / Ivy

There is a newer version: 0.3.941
Show newest version
package com.es.plus.adapter.properties;

import lombok.Data;

import java.util.Map;

@Data
public class EsIndexMappings {
   private Map indexSettings;
    private Map mappings;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy