Thanks, and sorry. I checked the documentation for Index::Index and found it right after I asked the question. My bad.
I'm getting segfauls when trying to initialize an index using a different analyzer other than the default one (but it works otherwise). But as I can see in this thread http://www.ruby-forum.com/topic/71620 It ain't stable yet for 64 bit. So I'll wait. Thanks again. On 7/19/06, David Balmain <[EMAIL PROTECTED]> wrote: > 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 > -- Julio C. Ody http://rootshell.be/~julioody _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

