Version: 2022.3
言語: 日本語
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.