Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions blog-service/2025-10-03-search.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion docs/api/search-job.md
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@ To create a search job (step 1 in the [process flow](#process-flow)), send a JSO
<td>requiresRawMessages</td>
<td>Boolean</td>
<td>No </td>
<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>
<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>
</tr>
</table>

Expand Down