Skip to content

Commit

Permalink
Resolves comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kosabogi committed Nov 13, 2024
1 parent b7fd129 commit 0384cfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless/pages/get-started.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ PUT /search-test/_mapping

. Run the second API call to ingest documents.

[source,json]
[source,console]
----
POST /_bulk?pretty
{ "index": { "_index": "search-test" } }
Expand Down Expand Up @@ -119,7 +119,7 @@ This query will use the match query, which is designed to search for full-text f
You should receive a response that includes the documents matching your search term.
Here’s an example of what the response might look like:

[source,json]
[source,console]
----
{
"took": 6,
Expand Down

0 comments on commit 0384cfd

Please sign in to comment.