On 7/19/06, Julio Cesar Ody <[EMAIL PROTECTED]> wrote:
> Yep, it did. Thanks tons!
>
> But I'm not getting any results now. I take this is because of the
> default analyzer being used, right?
>
> How can I use a whitespace analyzer in my query? (or something that
> could work effectively with asian languages).
>
> For my needs, I suppose the whitespace one could do...
index = Index::Index.new(:path => '/var/index', :default_field => "*",
:analyzer => Ferret::Analysis::WhiteSpaceAnalzyer.new)
Although you should probably use the same analyzer I gave you for indexing;
http://www.ruby-forum.com/topic/72086#101764
Cheers,
Dave
_______________________________________________
Ferret-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ferret-talk