public interface IndexSpec
Modifier and Type | Method and Description |
---|---|
void |
build(Indexed indexable) |
QName |
getAttribute() |
QName |
getElement() |
String |
getField() |
String |
getJsonKey() |
QueryOptions.PathIndex |
getPathIndex() |
void |
setAttribute(QName qname) |
void |
setElement(QName qname) |
void |
setField(String fieldName) |
void |
setJsonKey(String jsonKey) |
void |
setPathIndex(QueryOptions.PathIndex path) |
QName getAttribute()
String getField()
QName getElement()
String getJsonKey()
QueryOptions.PathIndex getPathIndex()
void build(Indexed indexable)
void setElement(QName qname)
void setAttribute(QName qname)
void setField(String fieldName)
void setJsonKey(String jsonKey)
void setPathIndex(QueryOptions.PathIndex path)
Copyright © 2013-2015 MarkLogic Corporation.