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

[DOCS] Reformat delimited payload token filter docs #49380

Merged
merged 6 commits into from
Nov 25, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Remove script_score reference
  • Loading branch information
jrodewig committed Nov 21, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 03691ca3baab1efffc1d7f0bd184adc738f00649
Original file line number Diff line number Diff line change
@@ -24,9 +24,7 @@ https://lucene.apache.org/core/{lucene_version_path}/analyzers-common/org/apache
.Payloads
====
A payload is user-defined binary data associated with a token position and
stored as base64-encoded bytes. Payloads are often used with the
<<query-dsl-script-score-query,`script_score`>> query to calculate custom scores
for documents during a search.
stored as base64-encoded bytes.

{es} does not store token payloads by default. To store payloads, you must: