KeywordQueryProperties.CustomRefinementIntervals 属性

获取或设置应施加的优化间隔FAST Search Server 2010 for SharePoint优化上。

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property CustomRefinementIntervals As IDictionary(Of String, IList(Of RefinementInterval))
    Get
    Set
用法
Dim instance As KeywordQueryProperties
Dim value As IDictionary(Of String, IList(Of RefinementInterval))

value = instance.CustomRefinementIntervals

instance.CustomRefinementIntervals = value
[DataMemberAttribute]
public IDictionary<string, IList<RefinementInterval>> CustomRefinementIntervals { get; set; }

属性值

类型:System.Collections.Generic.IDictionary<String, IList<RefinementInterval>>
优化的时间间隔。

另请参阅

引用

KeywordQueryProperties 类

KeywordQueryProperties 成员

Microsoft.Office.Server.Search.Query 命名空间