public static interface MonitorUserDocument.IMonitorStringField
MonitorUserDocument
that corresponds to string versions.Modifier and Type | Method and Description |
---|---|
String |
getAnalyzed()
Returns the value of analyzed token version of the string stored in this document.
|
String |
getNormalizedToken()
Returns the value of normalized token version of the string stored in this document.
|
String |
getReversedNormalizedToken()
Returns the value of reversed normalized token version of the string stored in this document.
|
String |
getToken()
Returns the value of token version of the string stored in this document.
|
void |
setAnalyzed(String analyzed)
Sets the value for analyzed token version of the string in this document.
|
void |
setNormalizedToken(String normalizedToken)
Sets the value for normalized token version of the string in this document.
|
void |
setReversedNormalizedToken(String reversedNormalizedToken)
Sets the value for reversed normalized token version of the string in this document.
|
void |
setToken(String token)
Sets the value for token version of the string in this document.
|
String getNormalizedToken()
void setNormalizedToken(String normalizedToken)
normalizedToken
- the normalized token version of the string.String getAnalyzed()
void setAnalyzed(String analyzed)
analyzed
- the analyzed token version of the string.String getReversedNormalizedToken()
void setReversedNormalizedToken(String reversedNormalizedToken)
reversedNormalizedToken
- the reversed normalized token version of the string.String getToken()
void setToken(String token)
token
- the token version of the string.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.