Skip to content
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

Fix broken links in painless docs #36170

Merged
merged 2 commits into from
Dec 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ documents in a query.

`doc.length` (`long`, read-only)::
The number of tokens the current document has in the current field. This
is decoded from the stored {ref}/norms[norms] and may be approximate for
is decoded from the stored {ref}/norms.html[norms] and may be approximate for
long fields

`doc.freq` (`long`, read-only)::
The number of occurrences of the current term in the current
document for the current field.

Note that the `query`, `field`, and `term` variables are also available to the
{ref}/painless-weight-context[weight context]. They are more efficiently used
{painless}/painless-weight-context.html[weight context]. They are more efficiently used
there, as they are constant for all documents.

For queries that contain multiple terms, the script is called once for each
Expand Down