Skip to content

Commit

Permalink
Merge pull request #3603 from vespa-engine/kkraune/multi-get
Browse files Browse the repository at this point in the history
Update vespa-cli.html
  • Loading branch information
kkraune authored Jan 29, 2025
2 parents aceea1e + 09bcfbd commit 4297777
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions en/vespa-cli.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,14 @@ <h3 id="documents">Documents</h3>
}
')

# Get a document
# Get one or more documents
$ vespa document get id:mynamespace:music::a-head-full-of-dreams
$ vespa document get id:mynamespace:music::a-head-full-of-dreams id:mynamespace:music::when-we-all-fall-asleep-where-do-we-go

# Delete a document
$ vespa document remove id:mynamespace:music::a-head-full-of-dreams

# Feed multiple documents or from stdin
# Feed multiple documents or feed from stdin
$ vespa feed *.jsonl
$ cat docs.json | vespa feed -

Expand Down

0 comments on commit 4297777

Please sign in to comment.