Skip to content

Commit 460e9ea

Browse files
committed
fix some links
1 parent 77b926e commit 460e9ea

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

solutions/search/full-text/search-with-synonyms.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,20 @@ mapped_urls:
1515
% Notes: Custom synonyms bundle
1616

1717
$$$ece-add-custom-bundle-example-synonyms$$$
18-
% Just link to ECE reference page wherever it ends up
18+
% Just link to ECE reference page wherever it ends
19+
20+
21+
$$$ece-add-custom-bundle-example-LDA$$$
22+
23+
$$$ece-add-custom-bundle-example-SAML$$$
24+
25+
$$$ece-add-custom-bundle-example-cacerts$$$
26+
27+
$$$ece-add-custom-bundle-example-LDAP$$$
28+
29+
$$$synonyms-store-synonyms$$$
30+
31+
$$$synonyms-synonym-token-filters$$$
32+
33+
$$$synonyms-store-synonyms-api$$$
1934

solutions/search/querydsl-full-text-filter-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ At search time, {{es}} defaults to the analyzer defined in the field mapping. In
196196
}
197197
```
198198

199-
1. The `hits` object contains the total number of matching documents and their relation to the total. Refer to [Track total hits](querying-for-search.md#track-total-hits) for more details about the `hits` object.
199+
1. The `hits` object contains the total number of matching documents and their relation to the total.
200200
2. `max_score` is the highest relevance score among all matching documents. In this example, we only have one matching document.
201201
3. `_score` is the relevance score for a specific document, indicating how well it matches the query. Higher scores indicate better matches. In this example the `max_score` is the same as the `_score`, as there is only one matching document.
202202
4. The title contains both "Fluffy" and "Pancakes", matching our search terms exactly.

0 commit comments

Comments
 (0)