public class SearchStrategy extends AbstractModel
header, skipSign
Constructor and Description |
---|
SearchStrategy() |
SearchStrategy(SearchStrategy 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 |
---|---|
Long |
getStrategyType()
Get 检索策略类型 0:混合检索,1:语义检索
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getTableEnhancement()
Get Excel检索增强开关
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStrategyType(Long StrategyType)
Set 检索策略类型 0:混合检索,1:语义检索
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableEnhancement(Boolean TableEnhancement)
Set Excel检索增强开关
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SearchStrategy()
public SearchStrategy(SearchStrategy source)
public Long getStrategyType()
public void setStrategyType(Long StrategyType)
StrategyType
- 检索策略类型 0:混合检索,1:语义检索
注意:此字段可能返回 null,表示取不到有效值。public Boolean getTableEnhancement()
public void setTableEnhancement(Boolean TableEnhancement)
TableEnhancement
- Excel检索增强开关
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.