A bit of a long shot Barry but did you ever find a solution to this? I need to allow (and boost) a particular stop word but only when the stop word exists in a property for a page. So, in my case, I need to boost the term "will" because that is the keyword required for users to find the website content relating to wills.
I don't want to switch analysers because this is an exception and not the rule for all site searches.
Set Examine to allow certain stop words
I would like to return result when someone seaches for 'IT' in my index. Any ideas?
I am using the StandardAnalyzer:
<add name="MyMemberSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine"
analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards="true" />
Bump.. anybody any ideas on where the excluded words are held for lucene?
A bit of a long shot Barry but did you ever find a solution to this? I need to allow (and boost) a particular stop word but only when the stop word exists in a property for a page. So, in my case, I need to boost the term "will" because that is the keyword required for users to find the website content relating to wills.
I don't want to switch analysers because this is an exception and not the rule for all site searches.
I'm not sure if these words are editable - personally, I'd use a different analyser for this purpose.
There's a nice article discussing different analysers here
is working on a reply...