Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I want to reindex just one Node. I have the Id. Does anyone have any sample code?
I found this function:
ExamineManager.Instance.IndexProviderCollection[BLK.INDEXERNAME].ReIndexNode
But I cant make any sense of the expected Parameters. Did anybody ever use it and could provide documentation or an example?
I have used like this:
ExamineManager.Instance.IndexProviderCollection["ProductsIndexer"].ReIndexNode(mySimpleDataSet.RowData.ToExamineXml(node.Id, "Product"), "Product");
The first parameter takes a SimpleDataSet, which contains a NodeDefinition (IndexedNode) and RowData, which is a Dictionary
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Reindex one Node Examine
I want to reindex just one Node. I have the Id. Does anyone have any sample code?
I found this function:
But I cant make any sense of the expected Parameters. Did anybody ever use it and could provide documentation or an example?
I have used like this:
The first parameter takes a SimpleDataSet, which contains a NodeDefinition (IndexedNode) and RowData, which is a Dictionary
is working on a reply...