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

org.webpieces.elasticsearch.mapping.Normalizer Maven / Gradle / Ivy

package org.webpieces.elasticsearch.mapping;

import java.util.List;
import java.util.Map;

public class Normalizer {
    private String type;

    private List filter;

    public String getType() {
        return type;
    }

    public void setType(String type) {
        this.type = type;
    }

    public List getFilter() {
        return filter;
    }

    public void setFilter(List filter) {
        this.filter = filter;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy