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

com.atlan.model.fields.IRankSearchable Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
/* SPDX-License-Identifier: Apache-2.0
   Copyright 2023 Atlan Pte. Ltd. */
package com.atlan.model.fields;

public interface IRankSearchable {
    /**
     * Returns the name of the numeric rank field index for this attribute in Elastic.
     *
     * @return the field name for the numeric rank index on this attribute
     */
    String getRankFieldName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy