Copied to clipboard

Flag this post as spam?

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


  • Sune Jepsen 25 posts 109 karma points
    Sep 20, 2011 @ 15:48
    Sune Jepsen
    0

    Examine and webmatrix

    Ive currently working on a package which include some searching pages. My index config files looks like: 

     

        <IndexSet SetName="TIIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/TI/">        <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>

                <add Name="Textpage" />

                <add Name="Sectionpage" />

            </IncludeNodeTypes>

            <ExcludeNodeTypes />

        </IndexSet>

     

    And my setting config looks like:

      ..      <add name="TIIndexer" type="UmbracoExamine.UmbracoContentIndexer, UmbracoExamine"

               supportUnpublished="false"

               supportProtected="true"

               interval="10"

             />...

    ..    <add name="TISearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" 

                 />..

    When I create a site through webmatrix locally and install the package and create some pages and publish the site, the searching doesent work. But if a do a whitespace in the ExamineIndex.config file and save, and do a publish again, the searching is working. Ive tried too do some research with luke and the keywords do not gets indexet, before I do a whitespace in the config file.

    Are there anyone who experienced the same?

     

     

     

  • 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