SearchServiceApplication.GetStaticFeaturesForDoc method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetStaticFeaturesForDoc ( _
searchObjectOwner As SearchObjectOwner, _
DocId As Integer _
) As Dictionary(Of Integer, Double)
'Usage
Dim instance As SearchServiceApplication
Dim searchObjectOwner As SearchObjectOwner
Dim DocId As Integer
Dim returnValue As Dictionary(Of Integer, Double)
returnValue = instance.GetStaticFeaturesForDoc(searchObjectOwner, _
DocId)
public Dictionary<int, double> GetStaticFeaturesForDoc(
SearchObjectOwner searchObjectOwner,
int DocId
)
Parameters
searchObjectOwner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwnerThe owner of the search site hierarchy.
DocId
Type: System.Int32The ID of the document.
Return value
Type: System.Collections.Generic.Dictionary<Int32, Double>
See also
Reference
SearchServiceApplication class