Hey all,

I've just released Ferret 0.10.3. It is mostly just a bugfix release.
I've also added Ferret::Analysis::HyphenFilter which filters
hyphenated words for better search results. Basically the way it works
is it concatenates a hyphenated word as well as adding the two
separate terms. So "set-up" becomes "setup", "set", "up" so searches
for "set-up", "setup" or just plain "set" will all match. This filter
is also applied to the StandardAnalyzer.

I've also made the process_query method in Index::Index public. Before
anyone asks, the reason it is process_query and not parse_query is
that it accepts strings or query objects and may also optimize queries
in future.

Have at it,

Dave
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk

Reply via email to