SearchServiceApplicationProxy.LogFeatureVectorForQDoc method
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function LogFeatureVectorForQDoc ( _
searchObjectOwner As SearchObjectOwner, _
QueryId As Integer, _
DocId As Integer, _
rankLogXML As String, _
staticFeaturesBeingExtracted As List(Of StaticFeature), _
dynamicFeaturesBeingExtracted As List(Of DynamicFeature) _
) As Integer
'Usage
Dim instance As SearchServiceApplicationProxy
Dim searchObjectOwner As SearchObjectOwner
Dim QueryId As Integer
Dim DocId As Integer
Dim rankLogXML As String
Dim staticFeaturesBeingExtracted As List(Of StaticFeature)
Dim dynamicFeaturesBeingExtracted As List(Of DynamicFeature)
Dim returnValue As Integer
returnValue = instance.LogFeatureVectorForQDoc(searchObjectOwner, _
QueryId, DocId, rankLogXML, staticFeaturesBeingExtracted, _
dynamicFeaturesBeingExtracted)
public int LogFeatureVectorForQDoc(
SearchObjectOwner searchObjectOwner,
int QueryId,
int DocId,
string rankLogXML,
List<StaticFeature> staticFeaturesBeingExtracted,
List<DynamicFeature> dynamicFeaturesBeingExtracted
)
Parameters
- searchObjectOwner
Type: Microsoft.Office.Server.Search.Administration.SearchObjectOwner
- QueryId
Type: System.Int32
- DocId
Type: System.Int32
- rankLogXML
Type: System.String
- staticFeaturesBeingExtracted
Type: System.Collections.Generic.List<StaticFeature>
- dynamicFeaturesBeingExtracted
Type: System.Collections.Generic.List<DynamicFeature>
Return value
Type: System.Int32
See also
Reference
SearchServiceApplicationProxy class