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 have set two IndexUserField for Examine: date and tags:
<IndexUserFields>
<add Name="date"/>
<add Name="tags"/>
</IndexUserFields>
the following is the result, It only include one user field: tags, Where is date field? I have tried many times. I think this is a bug.
<nodes><node id="1165" score="0.2900738"><data alias="tags">1083</data><data alias="id">1165</data><data alias="parentID">1083</data><data alias="level">4</data><data alias="writerID">0</data><data alias="creatorID">0</data><data alias="nodeType">1053</data><data alias="template">1064</data><data alias="sortOrder">0</data><data alias="createDate">2012-09-09T17:39:21</data><data alias="updateDate">2012-10-30T10:22:08</data><data alias="nodeName">aaaaaaaa</data><data alias="urlName">aaaaaaaa</data><data alias="writerName">admin</data><data alias="creatorName">admin</data><data alias="nodeTypeAlias">SuntemPageGongqing</data><data alias="path">-1,1056,1073,1083,1165</data><data alias="__NodeId">1165</data><data alias="__IndexType">content</data><data alias="__Path">-1,1056,1073,1083,1165</data><data alias="__NodeTypeAlias">suntempagegongqing</data></node></nodes>
I found that after I renamed tags as other name like mytags,(I have renamed tags field as mytags in Document type), I found that mytags can't be indexed also.
I use default ExternalSearcher to index again and I found that some document fields can't be indexed. Why?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Why Examine only can set one IndexUserField
I have set two IndexUserField for Examine: date and tags:
<IndexUserFields>
<add Name="date"/>
<add Name="tags"/>
</IndexUserFields>
the following is the result, It only include one user field: tags, Where is date field? I have tried many times. I think this is a bug.
<nodes><node id="1165" score="0.2900738"><data alias="tags">1083</data><data alias="id">1165</data><data alias="parentID">1083</data><data alias="level">4</data><data alias="writerID">0</data><data alias="creatorID">0</data><data alias="nodeType">1053</data><data alias="template">1064</data><data alias="sortOrder">0</data><data alias="createDate">2012-09-09T17:39:21</data><data alias="updateDate">2012-10-30T10:22:08</data><data alias="nodeName">aaaaaaaa</data><data alias="urlName">aaaaaaaa</data><data alias="writerName">admin</data><data alias="creatorName">admin</data><data alias="nodeTypeAlias">SuntemPageGongqing</data><data alias="path">-1,1056,1073,1083,1165</data><data alias="__NodeId">1165</data><data alias="__IndexType">content</data><data alias="__Path">-1,1056,1073,1083,1165</data><data alias="__NodeTypeAlias">suntempagegongqing</data></node></nodes>
I found that after I renamed tags as other name like mytags,(I have renamed tags field as mytags in Document type), I found that mytags can't be indexed also.
I use default ExternalSearcher to index again and I found that some document fields can't be indexed. Why?
is working on a reply...