Hi everybody, In the basic setup acts_as_ferret uses a StandardAnalyzer. How come that it won''t index the headline "some headline" with "some" and "headline". It only uses LetterTokenizer and LowerCaseFilter. Thanks for your help. Michael -- Posted via http://www.ruby-forum.com/.
Hi again, I just saw that StandardAnalyzer is a subclass of StopAnalyzer which eliminates stopwords. However, I specified WhiteSpaceAnalyzer with the acts_as_ferret but it still doesn''t index "some". Michael -- Posted via http://www.ruby-forum.com/.