public class CSVIndexFieldSuggest extends IndexFieldSuggest implements com.exalead.util.Checkable, java.io.Serializable
IndexFieldSuggest.Transformer<T>, IndexFieldSuggest.Visitor
Modifier and Type | Field and Description |
---|---|
java.lang.String |
meta |
DEFAULT_QUERY, indexField, logic, query, searchServerInstance, target
suggestBuildConfig, suggestBuildTrigger
blackListURL, suggestName, suggestQueryConfig, whiteListURL
Constructor and Description |
---|
CSVIndexFieldSuggest() |
CSVIndexFieldSuggest(CSVIndexFieldSuggest o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(BuildableSuggest.Transformer<T> transformer,
T[] t) |
void |
accept(BuildableSuggest.Visitor visitor) |
<T> T |
accept(IndexFieldSuggest.Transformer<T> transformer,
T[] t) |
void |
accept(IndexFieldSuggest.Visitor visitor) |
<T> T |
accept(SearchBasedSuggest.Transformer<T> transformer,
T[] t) |
void |
accept(SearchBasedSuggest.Visitor visitor) |
<T> T |
accept(Suggest.Transformer<T> transformer,
T[] t) |
void |
accept(Suggest.Visitor visitor) |
void |
check(boolean deep,
java.lang.String errorContext)
Checks this CSVIndexFieldSuggest.
|
static CSVIndexFieldSuggest |
fromString(java.lang.String s)
String representation of this CSVIndexFieldSuggest.
|
java.lang.String |
getMeta()
The CSV encoded meta to retrieve
|
CSVIndexFieldSuggest |
makeCopy()
Creates and returns a deep copy of this CSVIndexFieldSuggest.
|
static CSVIndexFieldSuggest |
readFrom(java.io.InputStream is)
Read this CSVIndexFieldSuggest from an XML fragment.
|
void |
setMeta(java.lang.String meta)
The CSV encoded meta to retrieve
|
java.lang.String |
toString()
String representation of this CSVIndexFieldSuggest.
|
CSVIndexFieldSuggest |
withBlackListURL(java.lang.String blackListURL) |
CSVIndexFieldSuggest |
withIndexField(java.lang.String indexField) |
CSVIndexFieldSuggest |
withLogic(java.lang.String logic) |
CSVIndexFieldSuggest |
withMeta(java.lang.String meta) |
CSVIndexFieldSuggest |
withQuery(java.lang.String query) |
CSVIndexFieldSuggest |
withSearchServerInstance(java.lang.String searchServerInstance) |
CSVIndexFieldSuggest |
withSuggestBuildConfig(SuggestBuildConfig suggestBuildConfig) |
CSVIndexFieldSuggest |
withSuggestBuildTrigger(SuggestBuildTrigger suggestBuildTrigger) |
CSVIndexFieldSuggest |
withSuggestName(java.lang.String suggestName) |
CSVIndexFieldSuggest |
withSuggestQueryConfig(SuggestQueryConfig suggestQueryConfig) |
CSVIndexFieldSuggest |
withTarget(java.lang.String target) |
CSVIndexFieldSuggest |
withWhiteListURL(java.lang.String whiteListURL) |
void |
writeTo(java.io.OutputStream os)
Write this CSVIndexFieldSuggest as an XML fragment
|
getIndexField, getLogic, getQuery, getSearchServerInstance, getTarget, setIndexField, setLogic, setQuery, setSearchServerInstance, setTarget
getSuggestBuildConfig, getSuggestBuildTrigger, setSuggestBuildConfig, setSuggestBuildTrigger
getBlackListURL, getSuggestName, getSuggestQueryConfig, getWhiteListURL, setBlackListURL, setSuggestName, setSuggestQueryConfig, setWhiteListURL
public CSVIndexFieldSuggest()
public CSVIndexFieldSuggest(CSVIndexFieldSuggest o)
public CSVIndexFieldSuggest withLogic(java.lang.String logic)
withLogic
in class IndexFieldSuggest
public CSVIndexFieldSuggest withTarget(java.lang.String target)
withTarget
in class IndexFieldSuggest
public CSVIndexFieldSuggest withIndexField(java.lang.String indexField)
withIndexField
in class IndexFieldSuggest
public CSVIndexFieldSuggest withQuery(java.lang.String query)
withQuery
in class IndexFieldSuggest
public CSVIndexFieldSuggest withSearchServerInstance(java.lang.String searchServerInstance)
withSearchServerInstance
in class IndexFieldSuggest
public CSVIndexFieldSuggest withSuggestBuildTrigger(SuggestBuildTrigger suggestBuildTrigger)
withSuggestBuildTrigger
in class IndexFieldSuggest
public CSVIndexFieldSuggest withSuggestBuildConfig(SuggestBuildConfig suggestBuildConfig)
withSuggestBuildConfig
in class IndexFieldSuggest
public CSVIndexFieldSuggest withSuggestName(java.lang.String suggestName)
withSuggestName
in class IndexFieldSuggest
public CSVIndexFieldSuggest withWhiteListURL(java.lang.String whiteListURL)
withWhiteListURL
in class IndexFieldSuggest
public CSVIndexFieldSuggest withBlackListURL(java.lang.String blackListURL)
withBlackListURL
in class IndexFieldSuggest
public CSVIndexFieldSuggest withSuggestQueryConfig(SuggestQueryConfig suggestQueryConfig)
withSuggestQueryConfig
in class IndexFieldSuggest
public void setMeta(java.lang.String meta)
public java.lang.String getMeta()
public CSVIndexFieldSuggest withMeta(java.lang.String meta)
public CSVIndexFieldSuggest makeCopy()
makeCopy
in class IndexFieldSuggest
public static CSVIndexFieldSuggest readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class IndexFieldSuggest
javax.xml.bind.JAXBException
java.io.IOException
public static CSVIndexFieldSuggest fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class IndexFieldSuggest
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class IndexFieldSuggest
com.exalead.util.TypedException
public void accept(IndexFieldSuggest.Visitor visitor) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
public void accept(SearchBasedSuggest.Visitor visitor) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
public void accept(BuildableSuggest.Visitor visitor) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
public void accept(Suggest.Visitor visitor) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
public <T> T accept(IndexFieldSuggest.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
public <T> T accept(SearchBasedSuggest.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
public <T> T accept(BuildableSuggest.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
public <T> T accept(Suggest.Transformer<T> transformer, T[] t) throws com.exalead.util.TypedException
accept
in class IndexFieldSuggest
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.