Skip to content

Fix website content#6

Merged
qingwen220 merged 7 commits intoapache:mainfrom
Leomrlin:fix_website_content
Oct 14, 2025
Merged

Fix website content#6
qingwen220 merged 7 commits intoapache:mainfrom
Leomrlin:fix_website_content

Conversation

@Leomrlin
Copy link
Contributor

Fix website content

blog/28.md Outdated
@@ -39,11 +39,11 @@ match(a)-[e]->(b)迭代数为2,此时不需要Evolve逻辑
match(a)-[e]->(b)->[e2]->(c)迭代数为3 最大迭代数5

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"最大迭代数5" should be translated into English too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

blog/28.md Outdated
1. Determine the query’s iteration count `N`. Expand `N-1` hops outward (`maxEvolveIteration = N-1`) to cover the query. The max iteration becomes `N + maxEvolveIteration` (when `N>2`).

```sql
例如

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for example

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@qingwen220 qingwen220 merged commit f000548 into apache:main Oct 14, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants