-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Docs: change some mistake in align #35084
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
Conversation
change some mistake in align
|
change some mistake in align |
|
Pinging @elastic/es-search-aggs |
|
I don't think we should merge this change as is, since the existing text is trying to convey that the value of the random score is between 0 and 1, inclusive on the lower bound and exclusive on the upper bound. So this is not a typo but in fact an intentional notation. We can discuss the merits of using this notation but I think if we want to get rid of the notation for clarity we need to add an explicit description in words instead since |
|
I've never seen someone use |
|
AFAIK both notations are accepted though I'll admit I have seen |
The `random_score` function produces values between 0 (inclusive) and 1 (exclusive) and documented it with fancy methematical range notation. It is so fancy I thought it was a typo. This changes the documentation to use words. Relates to elastic#35084
|
Hey @ramudu63, @colings86 and I talked this through and went with #35093 instead. Thanks for submitting this! |
The `random_score` function produces values between 0 (inclusive) and 1 (exclusive) and documented it with fancy methematical range notation. It is so fancy I thought it was a typo. This changes the documentation to use words. Relates to #35084
The `random_score` function produces values between 0 (inclusive) and 1 (exclusive) and documented it with fancy methematical range notation. It is so fancy I thought it was a typo. This changes the documentation to use words. Relates to #35084
The `random_score` function produces values between 0 (inclusive) and 1 (exclusive) and documented it with fancy methematical range notation. It is so fancy I thought it was a typo. This changes the documentation to use words. Relates to #35084
The `random_score` function produces values between 0 (inclusive) and 1 (exclusive) and documented it with fancy methematical range notation. It is so fancy I thought it was a typo. This changes the documentation to use words. Relates to #35084
change some mistake in align
gradle check?