Hi, So we are using Ferret for search. We''re finding that it is spending ~1 second in Ferret to retrieve something. Are there any configuration issues that we should be aware about. We barely have any data in our index and we''ve rebuilt it several times without any luck. Any help would be appreciated. Thanks, Sam -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On 10/8/06, Sam Donaldson <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > Hi, > > So we are using Ferret for search. We''re finding that it is spending ~1 > second in Ferret to retrieve something. Are there any configuration > issues that we should be aware about. We barely have any data in our > index and we''ve rebuilt it several times without any luck. Any help > would be appreciated. > > Thanks, > > SamAre you running the C version of ferret? There is a pure ruby implementation, which is orders of magnitude slower than the c implementation. From version 0.10 onwards, the c extension is also available on windows - try upgrading ferret to the latest version. Cheers, Max --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
On 10/8/06, Sam Donaldson <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi, > > So we are using Ferret for search. We''re finding that it is spending ~1 > second in Ferret to retrieve something. Are there any configuration > issues that we should be aware about. We barely have any data in our > index and we''ve rebuilt it several times without any luck. Any help > would be appreciated. > > Thanks, > > Sam >Hi Sam, What version of Ferret are you using? How many documents? What query is taking 1 second to return. Ferret is usually a lot faster than this. Cheers, Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---