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

org.frameworkset.elasticsearch.entity.MapRestResponse Maven / Gradle / Ivy

Go to download

bboss elasticsearch client with restful and java api without elasticsearch jar dependended.

There is a newer version: 7.2.8
Show newest version
package org.frameworkset.elasticsearch.entity;

import com.fasterxml.jackson.annotation.JsonProperty;

public class MapRestResponse extends BaseRestResponse{


    @JsonProperty("hits")
    private MapSearchHits searchHits;

	public MapRestResponse() {
		// TODO Auto-generated constructor stub
	}

	public MapSearchHits getSearchHits() {
		return searchHits;
	}
	public void setSearchHits(MapSearchHits searchHits) {
		this.searchHits = searchHits;
	}

	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy