Result from local graph search
entitiesMatching entities
relationshipsRelated relationships
subgraphTraversed subgraph
contextCombined context text
scoreRelevance score
new()Create new LocalSearchResult
LocalSearchResult$new(
entities = list(),
relationships = list(),
subgraph = NULL,
context = NULL,
score = 0
)entitiesEntities
relationshipsRelationships
subgraphSubGraph
contextContext
scoreScore
clone()The objects of this class are cloneable with this method.
LocalSearchResult$clone(deep = FALSE)deepWhether to make a deep clone.