Destiny.Definitions.DestinyEntitySearchResultItem

An individual Destiny Entity returned from the entity search.
Type: object
Object Properties
hash
The hash identifier of the entity. You will use this to look up the DestinyDefinition relevant for the entity found.
Type: uint32
entityType
The type of entity, returned as a string matching the DestinyDefinition's contract class name. You'll have to have your own mapping from class names to actually looking up those definitions in the manifest databases.
Type: string
displayProperties
Basic display properties on the entity, so you don't have to look up the definition to show basic results for the item.
Type: object
weight
The ranking value for sorting that we calculated using our relevance formula. This will hopefully get better with time and iteration.
Type: double