public class MOTConfig
extends java.lang.Object
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
FormIndexingConfig |
formIndexingConfig |
NormalizerConfig |
normalizerConfig |
java.util.List<SemanticProcessor> |
semanticProcessor |
java.util.List<Tokenizer> |
tokenizer |
Constructor and Description |
---|
MOTConfig() |
MOTConfig(MOTConfig o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this MOTConfig.
|
static MOTConfig |
fromString(java.lang.String s)
String representation of this MOTConfig.
|
FormIndexingConfig |
getFormIndexingConfig() |
NormalizerConfig |
getNormalizerConfig() |
java.util.List<SemanticProcessor> |
getSemanticProcessor() |
java.util.List<Tokenizer> |
getTokenizer() |
MOTConfig |
makeCopy()
Creates and returns a deep copy of this MOTConfig.
|
static MOTConfig |
readFrom(java.io.InputStream is)
Read this MOTConfig from an XML fragment.
|
void |
setFormIndexingConfig(FormIndexingConfig formIndexingConfig) |
void |
setNormalizerConfig(NormalizerConfig normalizerConfig) |
java.lang.String |
toString()
String representation of this MOTConfig.
|
MOTConfig |
withFormIndexingConfig(FormIndexingConfig formIndexingConfig) |
MOTConfig |
withNormalizerConfig(NormalizerConfig normalizerConfig) |
MOTConfig |
withSemanticProcessor(java.util.Collection<SemanticProcessor> __values) |
MOTConfig |
withSemanticProcessor(SemanticProcessor... __values) |
MOTConfig |
withTokenizer(java.util.Collection<Tokenizer> __values) |
MOTConfig |
withTokenizer(Tokenizer... __values) |
void |
writeTo(java.io.OutputStream os)
Write this MOTConfig as an XML fragment
|
public java.util.List<Tokenizer> tokenizer
public FormIndexingConfig formIndexingConfig
public NormalizerConfig normalizerConfig
public java.util.List<SemanticProcessor> semanticProcessor
public MOTConfig()
public MOTConfig(MOTConfig o)
public java.util.List<Tokenizer> getTokenizer()
public void setFormIndexingConfig(FormIndexingConfig formIndexingConfig)
public FormIndexingConfig getFormIndexingConfig()
public MOTConfig withFormIndexingConfig(FormIndexingConfig formIndexingConfig)
public void setNormalizerConfig(NormalizerConfig normalizerConfig)
public NormalizerConfig getNormalizerConfig()
public MOTConfig withNormalizerConfig(NormalizerConfig normalizerConfig)
public java.util.List<SemanticProcessor> getSemanticProcessor()
public MOTConfig withSemanticProcessor(SemanticProcessor... __values)
public MOTConfig withSemanticProcessor(java.util.Collection<SemanticProcessor> __values)
public MOTConfig makeCopy()
public static MOTConfig 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
javax.xml.bind.JAXBException
java.io.IOException
public static MOTConfig 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 java.lang.Object
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
com.exalead.util.TypedException
Copyright © 2013 Dassault Systèmes, All Rights Reserved.