RetrieveAndRankSearch Method |
Namespace:
IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1
Assembly:
UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Search(
RetrieveAndRankSuccessCallback<SearchResponse> successCallback,
RetrieveAndRankFailCallback failCallback,
string clusterID,
string collectionName,
string query,
string[] fl,
bool isRankedSearch = false,
string rankerID = null,
Dictionary<string, Object> customData = null
)
Parameters
- successCallback
- Type: IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1RetrieveAndRankSuccessCallbackSearchResponse
- failCallback
- Type: IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1RetrieveAndRankFailCallback
- clusterID
- Type: SystemString
- collectionName
- Type: SystemString
- query
- Type: SystemString
- fl
- Type: SystemString
- isRankedSearch (Optional)
- Type: SystemBoolean
- rankerID (Optional)
- Type: SystemString
- customData (Optional)
- Type: System.Collections.GenericDictionaryString, Object
Return Value
Type:
BooleanSee Also