public class IndexJsonKey extends IndexKey implements Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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, getEmbedding, GetToken, GetType, getVectorIndex, IsChn, IsDocValue, setAlias, SetCaseSensitive, SetChn, SetDocValue, setEmbedding, SetToken, SetType, setVectorIndex, 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 in class IndexKeyLogExceptionpublic com.alibaba.fastjson.JSONObject ToRequestJson()
throws LogException
ToRequestJson in class IndexKeyLogExceptionCopyright © 2025. All Rights Reserved.