public static class QueryOptions.QueryTransformResults extends Object
Constructor and Description |
---|
QueryTransformResults() |
Modifier and Type | Method and Description |
---|---|
void |
addPreferredElement(QueryOptions.MarkLogicQName element) |
String |
getApply() |
String |
getAt() |
Integer |
getMaxMatches() |
Integer |
getMaxSnippetChars() |
String |
getNs() |
Integer |
getPerMatchTokens() |
List<QueryOptions.MarkLogicQName> |
getPreferredElements() |
void |
setApply(String apply) |
void |
setAt(String at) |
void |
setMaxMatches(Integer maxMatches) |
void |
setMaxSnippetChars(Integer maxSnippetChars) |
void |
setNs(String ns) |
void |
setPerMatchTokens(Integer perMatchTokens) |
void |
setPreferredElements(List<QueryOptions.MarkLogicQName> elements) |
public Integer getPerMatchTokens()
public void setPerMatchTokens(Integer perMatchTokens)
public Integer getMaxMatches()
public void setMaxMatches(Integer maxMatches)
public Integer getMaxSnippetChars()
public void setMaxSnippetChars(Integer maxSnippetChars)
public void addPreferredElement(QueryOptions.MarkLogicQName element)
public String getApply()
public String getAt()
public String getNs()
public List<QueryOptions.MarkLogicQName> getPreferredElements()
public void setApply(String apply)
public void setAt(String at)
public void setNs(String ns)
public void setPreferredElements(List<QueryOptions.MarkLogicQName> elements)
Copyright © 2013-2016 MarkLogic Corporation.