de la propiedad KeywordQueryProperties.CustomRefinementIntervals
Obtiene o establece los intervalos de refinamiento que deben imponerse en los ajustes de FAST Search Server 2010 for SharePoint .
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property CustomRefinementIntervals As IDictionary(Of String, IList(Of RefinementInterval))
Get
Set
'Uso
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; }
Valor de propiedad
Tipo: System.Collections.Generic.IDictionary<String, IList<RefinementInterval>>
Los intervalos de refinamiento.