ObjectSearchResults is a collection of search results represented by ObjectVersion objects.
Clone | Creates a copy of the object. |
GetAsObjectVersions | Returns the results as an object versions collection. Creates a copy of the contents of this collection. |
GetScoreOfObject | Gets the search result score of the specified object. |
ScoreAt | Gets the search result score of the object at the specified index. |
Sort | Sorts the objects in this collection using the given comparator. |
SortByScore | Sorts the search results in this collection by their score. |
Count | The number of items in the collection. |
Item | Accesses the item at the specified position in the collection. |
MoreResults | Specifies whether the number of search results returned was truncated. |