cpoerschke commented on code in PR #3800: URL: https://github.com/apache/solr/pull/3800#discussion_r2455136310
########## solr/solr-ref-guide/modules/upgrade-notes/pages/major-changes-in-solr-6.adoc: ########## @@ -51,7 +51,7 @@ Replication across data centers is now possible with Cross Data Center Replicati === Graph QueryParser -A new xref:query-guide:other-parsers.adoc#graph-query-parser[`graph` query parser] makes it possible to to graph traversal queries of Directed (Cyclic) Graphs modelled using Solr documents. +A new xref:query-guide:other-parsers.adoc#graph-query-parser[`graph` query parser] makes it possible to graph traversal queries of Directed (Cyclic) Graphs modelled using Solr documents. Review Comment: ```suggestion A new xref:query-guide:other-parsers.adoc#graph-query-parser[`graph` query parser] makes it possible to run graph traversal queries of Directed (Cyclic) Graphs modelled using Solr documents. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
