Skip to content

Commit 6211a43

Browse files
committed
Removes TESTSETUP where snippets are not the first snippets on the page.
1 parent d0f2400 commit 6211a43

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/reference/elasticsearch/rest-apis/search-suggesters.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ POST test/_doc?refresh=true
222222
POST test/_doc?refresh=true
223223
{"title": "nobel prize"}
224224
```
225-
% TESTSETUP
226225

227226
Once you have the analyzers and mappings set up you can use the `phrase` suggester in the same spot you'd use the `term` suggester:
228227

@@ -867,7 +866,6 @@ PUT place_path_category
867866
}
868867
}
869868
```
870-
% TESTSETUP
871869

872870
1. Defines a `category` context named *place_type* where the categories must be sent with the suggestions.
873871
2. Defines a `geo` context named *location* where the categories must be sent with the suggestions.

docs/reference/query-languages/query-dsl-script-score-query.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ PUT my-index-000001/_doc/2
370370

371371
POST my-index-000001/_refresh
372372
```
373-
% TESTSETUP
374373

375374
#### Cosine similarity [vector-functions-cosine]
376375

0 commit comments

Comments
 (0)