public class AnalysisSchemeStatus extends Object implements Serializable
The status and configuration of an AnalysisScheme
.
Constructor and Description |
---|
AnalysisSchemeStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
AnalysisScheme |
getOptions()
Configuration information for an analysis scheme.
|
OptionStatus |
getStatus()
The status of domain configuration option.
|
int |
hashCode() |
void |
setOptions(AnalysisScheme options)
Configuration information for an analysis scheme.
|
void |
setStatus(OptionStatus status)
The status of domain configuration option.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AnalysisSchemeStatus |
withOptions(AnalysisScheme options)
Configuration information for an analysis scheme.
|
AnalysisSchemeStatus |
withStatus(OptionStatus status)
The status of domain configuration option.
|
public AnalysisScheme getOptions()
Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.public void setOptions(AnalysisScheme options)
Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.options
- Configuration information for an analysis scheme. Each analysis scheme
has a unique name and specifies the language of the text to be
processed. The following options can be configured for an analysis
scheme: Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.public AnalysisSchemeStatus withOptions(AnalysisScheme options)
Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.
Returns a reference to this object so that method calls can be chained together.
options
- Configuration information for an analysis scheme. Each analysis scheme
has a unique name and specifies the language of the text to be
processed. The following options can be configured for an analysis
scheme: Synonyms
, Stopwords
,
StemmingDictionary
, and AlgorithmicStemming
.public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of domain configuration option.public AnalysisSchemeStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of domain configuration option.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.