Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • vaibhav 119 posts 139 karma points
    Jun 03, 2011 @ 09:02
    vaibhav
    0

    Help in making config files

    Hi,

    I am using Lucene Search for my website....

    I am using default indexSet to search which is something like this....

    <IndexSet SetName="InternalIndexSet" IndexPath="~/App_Data/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>

    I just want to add what is IndexUserFields..... wht kind of properties can be added there ? ....

  • 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.

Please Sign in or register to post replies