Copied to clipboard

Flag this post as spam?

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


  • Lars 4 posts 34 karma points
    Jul 08, 2013 @ 15:21
    Lars
    0

    Issue with membersearch using Examine

    Hi,

    I have some issues with the index - ive added the following:

    ExamineSettings.config

    <add name="ExternalMemberIndexer" type="UmbracoExamine.UmbracoMemberIndexer, UmbracoExamine"

         supportUnpublished="true"

         supportProtected="true"

         analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net"/>

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

               analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards="true"/>

     

    and to ExamineIndex.config

    <IndexSet SetName="ExternalMemberIndexSet" IndexPath="~/App_Data/TEMP/ExamineIndexes/ExternalMember/" />

     

    I have then rebuild the index using the "Examine management" tab in the backoffice. It tells me the index is holding about 5000 documents - which is good. When using Luke I cant see my customfields (these are showing in the backoffice). The problem is that I cant seem to search the index by any of the custom fields and searching by nodeName does not work either. 

    To me it seems like there is something wrong with the index. Just cant get my head around it.

    Any ideas is much appreciated  .

     

Please Sign in or register to post replies

Write your reply to:

Draft