aaSearchMessageInsert
- Last UpdatedMar 18, 2021
- 1 minute read
Inserts a document to the SearchMessageSyncRequest table so that the search indexer service can dequeue and index that document.
Syntax
aaSearchMessageInsert JobId, IndexingMessage, DocumentType
where:
|
Argument |
Description |
|---|---|
|
JobId |
The unique numerical identifier for a search message synchronization job. |
|
IndexingMessage |
Details from the JSON file used for search indexing to make the associated content searchable. This is an example: {"_messageid":"test_636571577850365608","_tenantid":"","_body":[{"_keywords":[],"_fields":[{"ContentName":"test","_analyzers":"nGram"}],"_id":"afwwGwD30FUMl9UpE |
|
DocumentType |
Specifies the type of index document; for example SavedContent or Tag. |
Permission
Execute permission defaults to the aaAdministrators, aaPowerUsers, and aaUsers groups.