Version: 2023.1
언어: 한국어
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.