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
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?
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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?
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.