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

com.es.plus.adapter.params.EsOrder Maven / Gradle / Ivy

package com.es.plus.adapter.params;

import lombok.Data;
import org.elasticsearch.search.sort.NestedSortBuilder;

@Data
public class EsOrder {

    private String name;

    private String sort = "DESC";

    private NestedSortBuilder nestedSortBuilder;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy