Package com.netrics.likeit
Class NetricsPredicateIndex
- java.lang.Object
-
- com.netrics.likeit.NetricsPredicateIndex
-
public class NetricsPredicateIndex extends java.lang.Object
Holds information on a predicate index.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFieldName()
java.lang.String[]
getSeparators()
boolean
isNormalized()
boolean
isPrimary()
-
-
-
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
-
-