From a5a1a5a72318808eb06ff66e2794ecb332be0bb8 Mon Sep 17 00:00:00 2001 From: "leanne.laceybyrne@eliatra.com" Date: Tue, 20 Aug 2024 14:24:02 +0100 Subject: [PATCH] remove unneeded space Signed-off-by: leanne.laceybyrne@eliatra.com --- _search-plugins/collapse-search.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/_search-plugins/collapse-search.md b/_search-plugins/collapse-search.md index 5a9673d361..d9e667f801 100644 --- a/_search-plugins/collapse-search.md +++ b/_search-plugins/collapse-search.md @@ -226,9 +226,3 @@ This query searches for documents in the `cakes` category and groups the search The expansion of the group is done by sending an additional query for each inner hit request for each collapsed hit returned in the response. This can significantly slow down the process if there are too many groups and/or inner hit requests. The max_concurrent_group_searches request parameter can be used to control the maximum number of concurrent searches allowed in this phase. The default is based on the number of data nodes and the default search thread pool size. By using collapsing and inner hits effectively, you can manage large datasets in your bakery inventory, reduce redundancy, and focus on the most relevant information. This technique helps streamline search results, providing a clear and concise view of your data. - - - - - -