returnFullEntity property

bool? returnFullEntity
getter/setter pair

If set to true, the full entities (including all vector values and metadata) of the nearest neighbors are returned; otherwise only entity id of the nearest neighbors will be returned.

Note that returning full entities will significantly increase the latency and cost of the query.

Optional.

Implementation

core.bool? returnFullEntity;