graph/<node>/search/edges
Back to IndexContains a list of edges on the graph node to include in the search index. By including edges in the node’s search index, it’s possible to return the parent node when the hit matches a related entity.
For example, by adding orderLine
to the order
node search index, users are able to search for orders based on related orderLine
data, such as product numbers.
You can also specify nested edges using period, for example payments.authorizations
.
For more information about search, refer to Graph Phrase Search.