-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Scripting: fix generateContextDoc path and url #59676
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
Scripting: fix generateContextDoc path and url #59676
Conversation
* Add doc runtime class path * Use `getHttpSocketURI` instead of `getAllHttpSocketURI` to get a single test cluster URL rather than a list
|
Pinging @elastic/es-core-infra (:Core/Infra/Scripting) |
|
Pinging @elastic/es-docs (:Docs) |
jdconrad
left a comment
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.
Please take a look at ContextDocGenerator.isInternalClass and add exclusions for the new internal classes for query langs like EQL.
docs/painless/painless-api-reference/painless-api-reference-string-sort/packages.asciidoc
Outdated
Show resolved
Hide resolved
docs/painless/painless-api-reference/painless-api-reference-string-sort/packages.asciidoc
Outdated
Show resolved
Hide resolved
docs/painless/painless-api-reference/painless-api-reference-shared/packages.asciidoc
Outdated
Show resolved
Hide resolved
docs/painless/painless-api-reference/painless-api-reference-number-sort/packages.asciidoc
Outdated
Show resolved
Hide resolved
…nternalQlScriptUtils, ScoreScript.ExplanationHolder
jdconrad
left a comment
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.
LGTM. Thanks!
* Add doc runtime class path * Use getAllHttpSocketURI.get(0) instead of getAllHttpSocketURI to get a single test cluster URL rather than a list Backport: 3057e0f
|
master: 3057e0f |
getAllHttpSocketURI.get(0)instead ofgetAllHttpSocketURIto get a singletest cluster URL rather than a list