Result from local graph search
Public fields
entitiesMatching entities
relationshipsRelated relationships
subgraphTraversed subgraph
contextCombined context text
scoreRelevance score
Methods
Method new()
Create new LocalSearchResult
Usage
LocalSearchResult$new(
entities = list(),
relationships = list(),
subgraph = NULL,
context = NULL,
score = 0
)