Version: 2022.2
public Search.IQueryEngineFilter RemoveMetaInfo (string key);

参数

key The key of the information.

返回

IQueryEngineFilter The current filter.

描述

Remove information on the filter.

You can use this function to remove additional information that is no longer needed.

var descriptionMetaInfoKey = "desc";
filter.RemoveMetaInfo(descriptionMetaInfoKey);

See metaInfo for a complete example.