Copied to clipboard

Flag this post as spam?

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


  • Tom 713 posts 954 karma points
    Jul 16, 2012 @ 04:37
    Tom
    0

    UmbracoExamine Can't get certain terms to index

    Hi All,

    I have custom fields set up to index in my examine config:

    <add Name="title" />
                <add Name="description" />
                <add Name="content" />
                <add Name="overviewDescription" />
                <add Name="leftColumnContent" />
                <add Name="rightColumnContent" />
                <add Name="scheduleTitle" />
                <add Name="scheduleBlurb" />
                <add Name="longDescription" />
                <add Name="questionText"/>
                <add Name="answerText"/>

    We're having an issue where I have a page who's title field contains the word Pets and the content field contains the word Pets

    For some reason it's not being indexed and searching for the word pets yields no results

    I've looked at the indexes in Luke and there's no reference to pets in there as far as i can tell

    we're using the standard analyser and the following.. the node is published:

          <add name="MrIndex" type="UmbracoExamine.LuceneExamineIndexer, UmbracoExamine"
               indexSet="All"
                         debug="false"
                         enabled="true"
                         supportProtected="false"
                         supportUnpublished="false"
    runAsync="true"
    interval="30"
               analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"/>
Please Sign in or register to post replies

Write your reply to:

Draft