IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
Sitefinity can index data items that are managed on external systems. For example, if you have blog posts, which are managed on an external system, by retrieving values of the posts' data fields, adding them to a search document, and updating the index, the blog posts are indexed in Sitefinity CMS.
The data content that you want to index must be compatible with Sitefinity CMS Search. This means that the fields that you want to participate in the index must be of type string, int, or DateTime.
string
int
DateTime
To index external content in Sitefinity CMS indexes, you must create a search document for each indexed item and push it into the current Search Service implementation. When search documents are indexed, they are displayed in search results and search suggestions in Sitefinity CMS.
IMPORTANT: When creating the search document, ensure that it contains all the fields by which the search is performed. These fields correspond to the search field in the search result widget. For example, if you create a search result widget to search in Title and Content, then the search document you are creating must contain at least these two fields. For more information, see Search results widget.
The following code demonstrates a creation of a search document, populated with a number fields, which is pushed into Sitefinity CMS index:
NOTE: The code provided in this article demonstrates how to index external content and add it to an already existing Search index. Running it will create new index files if they are not present, but will not update Sitefinity configuration to add a new index.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important