From bee9324049b3742c5f84c2f6ac952dffe702dd2a Mon Sep 17 00:00:00 2001 From: Jagadisha V Date: Wed, 1 Oct 2025 13:36:19 +0530 Subject: [PATCH 1/2] Search Job API - Field Update --- blog-service/2025-10-03-search.md | 12 ++++++++++++ docs/api/search-job.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 blog-service/2025-10-03-search.md diff --git a/blog-service/2025-10-03-search.md b/blog-service/2025-10-03-search.md new file mode 100644 index 0000000000..4dd08ef69e --- /dev/null +++ b/blog-service/2025-10-03-search.md @@ -0,0 +1,12 @@ +--- +title: Search Job API - Field Update (Search) +image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082 +keywords: + - query-assist + - search +hide_table_of_contents: true +--- + +import useBaseUrl from '@docusaurus/useBaseUrl'; + +We’re excited to announce that the `requiresRawMessages` field for creating a search job will now be set to **false** by default. This change improves the performance of aggregate queries by eliminating the overhead of generating raw messages. [Learn more](/docs/api/search-job/#create-a-search-job) \ No newline at end of file diff --git a/docs/api/search-job.md b/docs/api/search-job.md index 500548d94c..92eea844b8 100644 --- a/docs/api/search-job.md +++ b/docs/api/search-job.md @@ -789,7 +789,7 @@ To create a search job (step 1 in the [process flow](#process-flow)), send a JSO requiresRawMessages Boolean No - Set as false to slightly improve the performance of aggregate queries as raw messages will not be generated. By default, the parameter value is set to true. + By default, the parameter value is set to false to improve the performance of aggregate queries as raw messages will not be generated. From aff1bfe817b0aa9256858556d9702269dadc4194 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Thu, 9 Oct 2025 09:54:44 +0530 Subject: [PATCH 2/2] Rename 2025-10-03-search.md to 2025-10-09-search.md --- blog-service/{2025-10-03-search.md => 2025-10-09-search.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename blog-service/{2025-10-03-search.md => 2025-10-09-search.md} (92%) diff --git a/blog-service/2025-10-03-search.md b/blog-service/2025-10-09-search.md similarity index 92% rename from blog-service/2025-10-03-search.md rename to blog-service/2025-10-09-search.md index 4dd08ef69e..4b72de9f09 100644 --- a/blog-service/2025-10-03-search.md +++ b/blog-service/2025-10-09-search.md @@ -9,4 +9,4 @@ hide_table_of_contents: true import useBaseUrl from '@docusaurus/useBaseUrl'; -We’re excited to announce that the `requiresRawMessages` field for creating a search job will now be set to **false** by default. This change improves the performance of aggregate queries by eliminating the overhead of generating raw messages. [Learn more](/docs/api/search-job/#create-a-search-job) \ No newline at end of file +We’re excited to announce that the `requiresRawMessages` field for creating a search job will now be set to **false** by default. This change improves the performance of aggregate queries by eliminating the overhead of generating raw messages. [Learn more](/docs/api/search-job/#create-a-search-job)