Skip to main content
Use this method to debug the relevance of an objectID in specific results set. If the objectID is found, the position of the record is returned.

Examples

var position = searchResponse.GetObjectPosition("a-unique-identifier");

Parameters

class
class
required
Java and Scala only: the type of the hits.
objectId
string
required
The objectID of the record.
results
object
required
The results set of a search.
I