But now I'm running into the issues of casing.. When I've inputed the text "CEO Blog" that will be indexed however when I type "CEO".. I get no hits. When I type "ceo" (all lowercase) I get the hits I need.
What analyzer are you using? Certain Lucene analyzers are case sensitive, so the string CEO != ceo unless you're using an analyzer which is case insensitive.
Configuring Examine (for 4.5.2) for Beginners
I've followed the tutorials located here..
http://umbraco.tv/documentation/videos/for-developers/examine/introduction
But now I'm running into the issues of casing.. When I've inputed the text "CEO Blog" that will be indexed however when I type "CEO".. I get no hits. When I type "ceo" (all lowercase) I get the hits I need.
Does anyone have a good resource I can follow?
What analyzer are you using? Certain Lucene analyzers are case sensitive, so the string CEO != ceo unless you're using an analyzer which is case insensitive.
I suggest you have a read of this article I did on how Examine handles text casing: http://farmcode.org/post/2010/08/23/Text-casing-and-Examine.aspx
is working on a reply...