public static final class QueryOptions.QueryGrammar.QueryJoiner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryOptions.QueryGrammar.QueryJoiner.Comparator
A Comparator enumerates the possible binary relations
for constraining an index with a value.
|
static class |
QueryOptions.QueryGrammar.QueryJoiner.JoinerApply
A JoinerApply enumerates the built-in functions available
to join the terms.
|
Constructor and Description |
---|
QueryOptions.QueryGrammar.QueryJoiner() |
QueryOptions.QueryGrammar.QueryJoiner(String joinerText) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryGrammar.QueryJoiner.JoinerApply |
getApply() |
QueryOptions.QueryGrammar.QueryJoiner.Comparator |
getComparator() |
int |
getConsume() |
String |
getDelimiter() |
String |
getElement() |
String |
getJoinerText() |
String |
getOptions() |
int |
getStrength() |
QueryOptions.QueryGrammar.Tokenize |
getTokenize() |
void |
setApply(QueryOptions.QueryGrammar.QueryJoiner.JoinerApply apply) |
void |
setApply(String apply) |
void |
setCompare(QueryOptions.QueryGrammar.QueryJoiner.Comparator compare) |
void |
setConsume(int consume) |
void |
setElement(String element) |
void |
setStrength(int strength) |
void |
setTokenize(QueryOptions.QueryGrammar.Tokenize tokenize) |
public QueryOptions.QueryGrammar.QueryJoiner()
public QueryOptions.QueryGrammar.QueryJoiner(String joinerText)
public QueryOptions.QueryGrammar.QueryJoiner.JoinerApply getApply()
public QueryOptions.QueryGrammar.QueryJoiner.Comparator getComparator()
public int getConsume()
public String getDelimiter()
public String getElement()
public String getJoinerText()
public String getOptions()
public int getStrength()
public QueryOptions.QueryGrammar.Tokenize getTokenize()
public void setApply(QueryOptions.QueryGrammar.QueryJoiner.JoinerApply apply)
public void setApply(String apply)
public void setCompare(QueryOptions.QueryGrammar.QueryJoiner.Comparator compare)
public void setConsume(int consume)
public void setElement(String element)
public void setStrength(int strength)
public void setTokenize(QueryOptions.QueryGrammar.Tokenize tokenize)
Copyright © 2013-2015 MarkLogic Corporation.