public class RuleInfo extends AbstractModel
| Constructor and Description | 
|---|
| RuleInfo() | 
| RuleInfo(RuleInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| FullTextInfo | getFullText()Get Full-text index configuration. | 
| RuleKeyValueInfo | getKeyValue()Get Key-value index configuration. | 
| RuleTagInfo | getTag()Get Metadata field index configuration. | 
| void | setFullText(FullTextInfo FullText)Set Full-text index configuration. | 
| void | setKeyValue(RuleKeyValueInfo KeyValue)Set Key-value index configuration. | 
| void | setTag(RuleTagInfo Tag)Set Metadata field index configuration. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic RuleInfo()
public RuleInfo(RuleInfo source)
public FullTextInfo getFullText()
public void setFullText(FullTextInfo FullText)
FullText - Full-text index configuration. If the configuration is left empty, full-text indexing is not enabled.
Note: This field may return null, indicating that no valid values can be obtained.public RuleKeyValueInfo getKeyValue()
public void setKeyValue(RuleKeyValueInfo KeyValue)
KeyValue - Key-value index configuration. If the configuration is left empty, key-value indexing is not enabled.
Note: This field may return null, indicating that no valid values can be obtained.public RuleTagInfo getTag()
public void setTag(RuleTagInfo Tag)
Tag - Metadata field index configuration. If the configuration is left empty, metadata field indexing is not enabled.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.