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
Hi!
I've tried to create my own indexer following the documentation. Unfortunately, this doesn't work. I get the included node types as answer, but I can also get other document types. Why is this? And what can I do to fix this problem?
<IndexSet SetName="ExternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/External/"> <IndexAttributeFields> <add Name="id" /> <add Name="nodeName" /> <add Name="path" /> <add Name="nodeTypeAlias" /> <add Name="parentID" /> </IndexAttributeFields> <IndexUserFields> <add Name="heading"/> <add Name="mainBody"/> </IndexUserFields> <IncludeNodeTypes> <add Name="NewsItem"/> </IncludeNodeTypes> </IndexSet>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Examine: IncludeNodeTypes doesn't work.
Hi!
I've tried to create my own indexer following the documentation. Unfortunately, this doesn't work. I get the included node types as answer, but I can also get other document types. Why is this? And what can I do to fix this problem?
is working on a reply...