Package com.netrics.likeit
Class NetricsPredicateIndex
- java.lang.Object
-
- com.netrics.likeit.NetricsPredicateIndex
-
public class NetricsPredicateIndex extends java.lang.ObjectHolds information on a predicate index.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFieldName()java.lang.String[]getSeparators()booleanisNormalized()booleanisPrimary()
-
-
-
Method Detail
-
getFieldName
public java.lang.String getFieldName()
- Returns:
- the field-name the index is on.
-
isPrimary
public boolean isPrimary()
- Returns:
- whether the index is primary or not
-
getSeparators
public java.lang.String[] getSeparators()
- Returns:
- the index separators
-
isNormalized
public boolean isNormalized()
- Returns:
- whether the index is normalized or not
-
-