Package com.atlan.model.fields
Interface IRankSearchable
- All Known Implementing Classes:
NumericRankField
public interface IRankSearchable
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the numeric rank field index for this attribute in Elastic.
-
Method Details
-
getRankFieldName
String getRankFieldName()Returns the name of the numeric rank field index for this attribute in Elastic.- Returns:
- the field name for the numeric rank index on this attribute
-