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.
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 .
is working on a reply...