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'm using 4.5.2, and even checking on the default Umbraco index with Luke (parentID is explicitly specified to be indexed), there are no values for parentID!?
Can you post your Examine config (the indexset one)
Sorry for the late response--been out of town.
It's the default examine config:
<IndexSet SetName="InternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Internal/"> <IndexAttributeFields> <add Name="id" /> <add Name="nodeName" /> <add Name="updateDate" /> <add Name="writerName" /> <add Name="path" /> <add Name="nodeTypeAlias" /> <add Name="parentID" /> </IndexAttributeFields> <IndexUserFields /> <IncludeNodeTypes/> <ExcludeNodeTypes /> </IndexSet>
Bump. Anyone else experiencing this issue?
I've not had any problems with any of the Examine installs I have.Are there are messages in the umbracoLog table?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UmbracoExamine.LuceneExamineIndexer not recording parentID
I'm using 4.5.2, and even checking on the default Umbraco index with Luke (parentID is explicitly specified to be indexed), there are no values for parentID!?
Can you post your Examine config (the indexset one)
Sorry for the late response--been out of town.
It's the default examine config:
<IndexSet SetName="InternalIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/Internal/">
<IndexAttributeFields>
<add Name="id" />
<add Name="nodeName" />
<add Name="updateDate" />
<add Name="writerName" />
<add Name="path" />
<add Name="nodeTypeAlias" />
<add Name="parentID" />
</IndexAttributeFields>
<IndexUserFields />
<IncludeNodeTypes/>
<ExcludeNodeTypes />
</IndexSet>
Bump. Anyone else experiencing this issue?
I've not had any problems with any of the Examine installs I have.
Are there are messages in the umbracoLog table?
is working on a reply...