Developer forum

Forum » CMS - Standard features » DW9 CaseInsensitiveKeywordAnalyser

DW9 CaseInsensitiveKeywordAnalyser

Mario Santos
Reply

Hi,

On DW8 we have the Lucene CaseInsensitiveKeywordAnalyser. Now using DW9 there are more analyzers but I can't find the CaseInsensitive one. It has been removed or maybe renamed? Is there any other that performs the same feature?

DW: 9.2.6.

BR, Mário


Replies

 
Nicolai Pedersen
Reply

Hi Mario

You need to make sure you have Lucene.Net.Contrib.Analyzers.dll in the Bin - it is a Lucene dll that can be downloaded from NuGet.

BR Nicolai

 
Mario Santos
Reply

Hi Nicolai

I have the Lucene.Net.Contrib.Analyzers.dll (version 3.0.3.0) in the bin folder and got analyzers: https://www.screencast.com/t/ciQYaIwJs5Qs.

Although the CaseInsensitiveKeywordAnalyser is not showing up, so I was wondering if it has been renamed or even removed.

BR, Mário

 
Nicolai Pedersen
Reply
This post has been marked as an answer

Hm, my mistake I guess. A quick search on Google indicates that this analyzer is in Lucene.Net.Linq dll

BR Nicolai

Votes for this answer: 1
 
Mario Santos
Reply

Thank you, Nicolai. That did the trick.

BR, Mário

 

You must be logged in to post in the forum