-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs fixes 20241206 #3729
base: trunk
Are you sure you want to change the base?
Docs fixes 20241206 #3729
Conversation
bug fix on line 25
pointing to the correct image
pointing to the correct image
pointing to the correct image
pointing to the correct images
pointing to the correct images
pointing to the correct image
fixing a formatting error
fixing a formatting error
TBD replaced with correct content
fixing formatting error and adding url to jira ticket
adding direct links to jira tickets
fixing formatting errors
` (back-ticks) are not adding any value, so removing this formatting
fixing few formatting errors
fixing several formatting errors
fixing asciidoc formatting error
updating document title
fixing formatting errors
fixing formatting errors
fixing formatting errors
adding some context to the jira tickets
fixing formatting error
adding urls to jira tickets
adding urls for jira tickets
adding urls to jira tickets
fixing formatting issues
fixing formatting issues
fixing formatting issues
fixing formatting issues
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting issues
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
fixing formatting errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! Thanks a lot for the docs improvements! Just some small comments.
@@ -9,7 +9,7 @@ has superior performance in cases where queries would previously require | |||
filtering. In achieving this performance, SASI aims to be significantly | |||
less resource intensive than existing implementations, in memory, disk, | |||
and CPU usage. In addition, SASI supports prefix and contains queries on | |||
strings (similar to SQL's `LIKE = "foo*"` or `LIKE = "*foo*"'`). | |||
strings (similar to SQL's ``LIKE = "foo\*"`` or ``LIKE = "*foo*"`` ). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weirdly enough, my IntelliJ renderer is rendering the `
(single) and the ` `
(double) are rendered the same. Is that expected? If that's the case, we should keep consistency (at line 4, I can see the word Index
wrapped by a single `
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -405,15 +405,15 @@ or more page-sized blocks. The | |||
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/index/sasi/disk/OnDiskIndex.java[`OnDiskIndex`] | |||
is structured as a tree of arrays, where each level describes the terms | |||
in the level below, the final level being the terms themselves. The | |||
`PointerLevel`s and their `PointerBlock`s contain terms and pointers to | |||
``PointerLevel``s and their ``PointerBlock``s contain terms and pointers to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -519,7 +519,7 @@ execution. | |||
|
|||
During the analysis phase, | |||
https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/index/sasi/plan/QueryPlan.java[`QueryPlan`] | |||
converts from Cassandra's internal representation of `IndexExpression`s, | |||
converts from Cassandra's internal representation of ``IndexExpression``s, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for this one. Please check all around.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has the generated output been checked ?
( the static generated website is then found under content/ ) How intellij renders the adoc files is not always how our antora setup does. |
fixed several typos and asciidoc formatting errors in documentation