LocalSearchResult: Local Search Result

LocalSearchResultR Documentation

Local Search Result

Description

Result from local graph search

Public fields

entities

Matching entities

relationships

Related relationships

subgraph

Traversed subgraph

context

Combined context text

score

Relevance score

Methods

Public methods


Method new()

Create new LocalSearchResult

Usage
LocalSearchResult$new(
  entities = list(),
  relationships = list(),
  subgraph = NULL,
  context = NULL,
  score = 0
)
Arguments
entities

Entities

relationships

Relationships

subgraph

SubGraph

context

Context

score

Score


Method clone()

The objects of this class are cloneable with this method.

Usage
LocalSearchResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


VectrixDB documentation built on Feb. 20, 2026, 5:09 p.m.