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

org.openmetadata.service.search.models.SearchSuggest Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
package org.openmetadata.service.search.models;

import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.Builder;
import lombok.Getter;
import lombok.extern.jackson.Jacksonized;

@JsonInclude(JsonInclude.Include.NON_NULL)
@Jacksonized
@Getter
@Builder
public class SearchSuggest {
  String input;
  Integer weight;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy