search for: synonymtokenfilter

Displaying 1 result from an estimated 1 matches for "synonymtokenfilter".

2007 Jul 07
2
Extending/Modifying QueryParser
...ser the choice on whether to search for the synonym of a word or not. Preferably by extending the query language to parse a construct similar to ''%word1'' and then have the word turned into a or list (i.e., word1|word2|word3|...). Currently, the query parser constantly calls SynonymTokenFilter to get synonyms for each token. Is there a way I can go about achieving this functionality? Here''s an overview of what I''ve done so far: My model classes in my rails app use acts_as_ferret with a call that looks like: acts_as_ferret( :fields => [:body], :stor...