public class IndexLine extends Object
| Constructor and Description |
|---|
IndexLine() |
IndexLine(IndexLine other) |
IndexLine(List<String> token,
boolean caseSensitive) |
IndexLine(List<String> token,
List<String> optionToken,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
void |
FromJsonString(String indexLineString) |
Integer |
getAutoKeyCountLimit() |
boolean |
GetCaseSensitive() |
boolean |
GetChn() |
List<String> |
GetExcludeKeys() |
List<String> |
GetIncludeKeys() |
List<String> |
GetOptionToken() |
List<String> |
GetToken() |
boolean |
isAutoKeyDetect() |
void |
setAutoKeyCountLimit(Integer autoKeyCountLimit) |
void |
setAutoKeyDetect(boolean autoKeyDetect) |
void |
SetCaseSensitive(boolean caseSensitive) |
void |
SetChn(boolean chn) |
void |
SetExcludeKeys(List<String> excludeKeys) |
void |
SetIncludeKeys(List<String> includeKeys) |
void |
SetOptionToken(List<String> optionToken) |
void |
SetToken(List<String> token) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
String |
ToJsonString() |
com.alibaba.fastjson.JSONObject |
ToRequestJson() |
String |
ToRequestString() |
public IndexLine()
public IndexLine(IndexLine other)
public boolean GetCaseSensitive()
public boolean GetChn()
public void SetOptionToken(List<String> optionToken)
optionToken - the option token to setpublic void SetCaseSensitive(boolean caseSensitive)
caseSensitive - the caseSensitive to setpublic void SetChn(boolean chn)
chn - to setpublic void SetIncludeKeys(List<String> includeKeys)
includeKeys - the includeKeys to setpublic void SetExcludeKeys(List<String> excludeKeys)
excludeKeys - the excludeKeys to setpublic boolean isAutoKeyDetect()
public void setAutoKeyDetect(boolean autoKeyDetect)
public Integer getAutoKeyCountLimit()
public void setAutoKeyCountLimit(Integer autoKeyCountLimit)
public com.alibaba.fastjson.JSONObject ToRequestJson()
public String ToRequestString()
public com.alibaba.fastjson.JSONObject ToJsonObject()
public String ToJsonString()
public void FromJsonObject(com.alibaba.fastjson.JSONObject dict)
throws LogException
LogExceptionpublic void FromJsonString(String indexLineString) throws LogException
LogExceptionCopyright © 2025. All Rights Reserved.