public class IndexJsonKey extends IndexKey implements Serializable
| 构造器和说明 |
|---|
IndexJsonKey() |
IndexJsonKey(IndexJsonKey other) |
IndexJsonKey(List<String> token,
boolean caseSensitive) |
IndexJsonKey(List<String> token,
boolean caseSensitive,
String type) |
IndexJsonKey(List<String> token,
boolean caseSensitive,
String type,
String alias) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FromJsonObject(com.alibaba.fastjson.JSONObject dict) |
IndexKeys |
getJsonKeys() |
int |
getMaxDepth() |
boolean |
isIndexAll() |
void |
setIndexAll(boolean indexAll) |
void |
setJsonKeys(IndexKeys jsonKeys) |
void |
setMaxDepth(int maxDepth) |
com.alibaba.fastjson.JSONObject |
ToRequestJson() |
FromJsonString, getAlias, GetCaseSensitive, GetToken, GetType, IsChn, IsDocValue, setAlias, SetCaseSensitive, SetChn, SetDocValue, SetToken, SetType, ToJsonObject, ToJsonString, ToRequestStringpublic IndexJsonKey()
public IndexJsonKey(List<String> token, boolean caseSensitive, String type, String alias)
public IndexJsonKey(IndexJsonKey other)
public boolean isIndexAll()
public void setIndexAll(boolean indexAll)
public int getMaxDepth()
public void setMaxDepth(int maxDepth)
public IndexKeys getJsonKeys()
public void setJsonKeys(IndexKeys jsonKeys)
public void FromJsonObject(com.alibaba.fastjson.JSONObject dict)
throws LogException
FromJsonObject 在类中 IndexKeyLogExceptionpublic com.alibaba.fastjson.JSONObject ToRequestJson()
throws LogException
ToRequestJson 在类中 IndexKeyLogExceptionCopyright © 2020. All Rights Reserved.