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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.