Skip to content

Commit cae2020

Browse files
westleyMSVesaJuvonen
authored andcommitted
CEWS doesn't have RawData for BCS item (SharePoint#1543)
BCS data source has a null rawdata property by design. Sample will not work property for BCS data source, so I recommend putting in a note to that effect.
1 parent f256ae2 commit cae2020

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/general-development/how-to-use-the-content-enrichment-web-service-callout-for-sharepoint-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ The implementation requires two managed properties for each item received via th
132132

133133
The **IContentProcessingEnrichmentService** implementation writes the raw binary data to a temporary ___location on disk, with **Filename** as the name of the file. Then, a new name is added to the list of authors and returned to the content processing component.
134134

135-
135+
> [!NOTE]
136+
> If the data source for the crawl is an external data source, the ItemRawData property will not have a data stream, but will be null. The string representation of the raw data will be returned in the Item.Body property. This is a limitation of the BCS data source crawler.
136137

137138

138139
### To create the class file for the content enrichment service

0 commit comments

Comments
 (0)