mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
Fix broken links in painless docs (#36170)
This commit is contained in:
parent
59ee8b5c69
commit
19b936dcce
@ -41,7 +41,7 @@ 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)::
|
||||
@ -49,7 +49,7 @@ documents in a query.
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user