public interface IndexFieldDesc
extends org.ojai.JsonString
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IndexFieldDesc.Order  | 
| Modifier and Type | Method and Description | 
|---|---|
org.ojai.FieldPath | 
getFieldPath()
Returns the canonical field name of this field descriptor. 
 | 
java.lang.String | 
getFunctionName()
Returns functional indexing function represented by string, null if no function 
 | 
IndexFieldDesc.Order | 
getSortOrder()
Returns the ordering scheme of this field in the Index. 
 | 
boolean | 
isFunctional()
Return  
true if this is a functional index field. | 
boolean | 
isOnMTime()
Return  
true if this fields is on system modified time. | 
org.ojai.FieldPath getFieldPath()
IndexFieldDesc.Order getSortOrder()
boolean isFunctional()
true if this is a functional index field.java.lang.String getFunctionName()
boolean isOnMTime()
true if this fields is on system modified time.