public static final class QueryOptions.QueryGrammar.QueryStarter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryOptions.QueryGrammar.QueryStarter.StarterApply
A StarterApply enumerates the built-in functions available
to start terms.
|
Constructor and Description |
---|
QueryStarter() |
QueryStarter(String starterText) |
Modifier and Type | Method and Description |
---|---|
QueryOptions.QueryGrammar.QueryStarter.StarterApply |
getApply() |
String |
getDelimiter() |
String |
getElement() |
String |
getOptions() |
String |
getStarterText() |
int |
getStrength() |
QueryOptions.QueryGrammar.Tokenize |
getTokenize() |
void |
setApply(QueryOptions.QueryGrammar.QueryStarter.StarterApply apply) |
void |
setApply(String apply) |
void |
setDelimiter(String delimiter) |
void |
setElement(String element) |
void |
setOptions(String options) |
void |
setStarterText(String starterText) |
void |
setStrength(int strength) |
void |
setTokenize(String tokenize) |
public QueryStarter()
public QueryStarter(String starterText)
public QueryOptions.QueryGrammar.QueryStarter.StarterApply getApply()
public String getDelimiter()
public String getElement()
public String getOptions()
public String getStarterText()
public int getStrength()
public QueryOptions.QueryGrammar.Tokenize getTokenize()
public void setApply(QueryOptions.QueryGrammar.QueryStarter.StarterApply apply)
public void setApply(String apply)
public void setDelimiter(String delimiter)
public void setElement(String element)
public void setOptions(String options)
public void setStrength(int strength)
public void setStarterText(String starterText)
public void setTokenize(String tokenize)
Copyright © 2013-2016 MarkLogic Corporation.