Class FieldRankSettings
- java.lang.Object
-
- com.yahoo.searchdefinition.derived.FieldRankSettings
-
public class FieldRankSettings extends Object
The rank settings of a field used for native rank features.- Author:
- geirst
-
-
Constructor Summary
Constructors Constructor Description FieldRankSettings(String fieldName)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTable(NativeTable table)
List<com.yahoo.collections.Pair<String,String>>
deriveRankProperties()
static boolean
isAttributeFieldTable(NativeTable table)
static boolean
isIndexFieldTable(NativeTable table)
String
toString()
-
-
-
Constructor Detail
-
FieldRankSettings
public FieldRankSettings(String fieldName)
-
-
Method Detail
-
addTable
public void addTable(NativeTable table)
-
isIndexFieldTable
public static boolean isIndexFieldTable(NativeTable table)
-
isAttributeFieldTable
public static boolean isAttributeFieldTable(NativeTable table)
-
-