Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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"/>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
UmbracoExamine Can't get certain terms to index
Hi All,
I have custom fields set up to index in my examine config:
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:
is working on a reply...