Skip to content

Commit fc79624

Browse files
authored
Search Job API - Field Update (#5859)
* Search Job API - Field Update * Rename 2025-10-03-search.md to 2025-10-09-search.md
1 parent d9c0370 commit fc79624

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

blog-service/2025-10-09-search.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Search Job API - Field Update (Search)
3+
image: https://assets-www.sumologic.com/company-logos/_800x418_crop_center-center_82_none/SumoLogic_Preview_600x600.jpg?mtime=1617040082
4+
keywords:
5+
- query-assist
6+
- search
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
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)

docs/api/search-job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ To create a search job (step 1 in the [process flow](#process-flow)), send a JSO
789789
<td>requiresRawMessages</td>
790790
<td>Boolean</td>
791791
<td>No </td>
792-
<td>Set as <code>false</code> to slightly improve the performance of aggregate queries as raw messages will not be generated. By default, the parameter value is set to <code>true</code>. </td>
792+
<td>By default, the parameter value is set to <code>false</code> to improve the performance of aggregate queries as raw messages will not be generated. </td>
793793
</tr>
794794
</table>
795795

0 commit comments

Comments
 (0)