I''ve implemented Ferret, using the instructions here: http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails I get no errors in the application at all... however, I always get 0 results. I built an index off of some data, it exists in the index/ directory, the form submits find... etc... Just 0 results... all the time :) I confirmed the data from my models is being put into the index... however, am having a hard time debugging why the lookup isn''t working. Any insight would be greatly appeciated ! Thanks ! =Dylan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060201/ee1cc4c8/attachment.html
Write up a test that shows your code not working. That will help in figuring out what is wring. On 1/31/06, Dylan Stamat <dylans@gmail.com> wrote:> > I''ve implemented Ferret, using the instructions here: > http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails > > I get no errors in the application at all... however, I always get 0 > results. > I built an index off of some data, it exists in the index/ directory, the > form submits find... etc... > > Just 0 results... all the time :) > > I confirmed the data from my models is being put into the index... > however, am having a hard time debugging why the lookup isn''t working. > Any insight would be greatly appeciated ! > Thanks ! > => Dylan > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060201/62857c5d/attachment.html
lol... I would... but thought somebody (Jan perhaps ?) may have some insight into this prior to going this deep. Her implementation contains a lot of code, and I''ve debugged as far as I can without going into the Ferret source... which I was hoping I wouldn''t have to do :| On 1/31/06, matthew clark <winescout@gmail.com> wrote:> > Write up a test that shows your code not working. That will help in > figuring out what is wring. > > > > On 1/31/06, Dylan Stamat <dylans@gmail.com> wrote: > > > I''ve implemented Ferret, using the instructions here: > > http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails > > > > I get no errors in the application at all... however, I always get 0 > > results. > > I built an index off of some data, it exists in the index/ directory, > > the form submits find... etc... > > > > Just 0 results... all the time :) > > > > I confirmed the data from my models is being put into the index... > > however, am having a hard time debugging why the lookup isn''t working. > > Any insight would be greatly appeciated ! > > Thanks ! > > => > Dylan > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060201/682377ef/attachment.html
Hi, sorry, but haven''t had a chance lately to test myself with newer Versions of Ferret. It would be great if you could update the wiki page while you are going on. Please have a look at the ferret wiki. http://ferret.davebalmain.com as well as the rforum code http://rforum.andreas-s.net/trac/ for more advanced examples of ferret-rails integration. There are quite a few railers who have managed the integration in different ways judging by this mailing list and the ferret mailing list. Best Regards Jan Prill 2006/2/1, Dylan Stamat <dylans@gmail.com>:> > lol... I would... but thought somebody (Jan perhaps ?) may have some > insight into this prior to going this deep. > Her implementation contains a lot of code, and I''ve debugged as far as I > can without going into the Ferret source... which I was hoping I wouldn''t > have to do :| > > > On 1/31/06, matthew clark <winescout@gmail.com> wrote: > > > > Write up a test that shows your code not working. That will help in > > figuring out what is wring. > > > > > > > > On 1/31/06, Dylan Stamat < dylans@gmail.com> wrote: > > > > > I''ve implemented Ferret, using the instructions here: > > > http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails > > > > > > I get no errors in the application at all... however, I always get 0 > > > results. > > > I built an index off of some data, it exists in the index/ directory, > > > the form submits find... etc... > > > > > > Just 0 results... all the time :) > > > > > > I confirmed the data from my models is being put into the index... > > > however, am having a hard time debugging why the lookup isn''t working. > > > Any insight would be greatly appeciated ! > > > Thanks ! > > > => > > Dylan > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060201/2ad8a405/attachment.html
Thanks Jan, as I debug more (when I have time), I''ll update this thread as well as the wiki if needed. Thank you ! On 2/1/06, Jan Prill <jan.prill@gmail.com> wrote:> > Hi, > > sorry, but haven''t had a chance lately to test myself with newer Versions > of Ferret. > > It would be great if you could update the wiki page while you are going > on. Please have a look at the ferret wiki. http://ferret.davebalmain.comas well as the rforum code > http://rforum.andreas-s.net/trac/ for more advanced examples of > ferret-rails integration. There are quite a few railers who have managed the > integration in different ways judging by this mailing list and the ferret > mailing list. > > Best Regards > Jan Prill > > 2006/2/1, Dylan Stamat <dylans@gmail.com>: > > > > lol... I would... but thought somebody (Jan perhaps ?) may have some > > insight into this prior to going this deep. > > Her implementation contains a lot of code, and I''ve debugged as far as I > > can without going into the Ferret source... which I was hoping I wouldn''t > > have to do :| > > > > > > On 1/31/06, matthew clark < winescout@gmail.com> wrote: > > > > > > Write up a test that shows your code not working. That will help in > > > figuring out what is wring. > > > > > > > > > > > > On 1/31/06, Dylan Stamat < dylans@gmail.com> wrote: > > > > > > > I''ve implemented Ferret, using the instructions here: > > > > http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails > > > > > > > > > > > > I get no errors in the application at all... however, I always get 0 > > > > results. > > > > I built an index off of some data, it exists in the index/ > > > > directory, the form submits find... etc... > > > > > > > > Just 0 results... all the time :) > > > > > > > > I confirmed the data from my models is being put into the index... > > > > however, am having a hard time debugging why the lookup isn''t working. > > > > Any insight would be greatly appeciated ! > > > > Thanks ! > > > > => > > > Dylan > > > > > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails@lists.rubyonrails.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060201/a36b1323/attachment-0001.html
Hi Dylan, Sorry for the slow reply. My guess would be that you are searching a different field than the one you put your data in. I''d need to see a some of your code to tell for sure. I hope you work out your problem. Cheers, Dave On 2/2/06, Dylan Stamat <dylans@gmail.com> wrote:> Thanks Jan, as I debug more (when I have time), I''ll update this thread as > well as the wiki if needed. Thank you ! > > > > > On 2/1/06, Jan Prill < jan.prill@gmail.com> wrote: > > Hi, > > > > sorry, but haven''t had a chance lately to test myself with newer Versions > of Ferret. > > > > It would be great if you could update the wiki page while you are going > on. Please have a look at the ferret wiki. http://ferret.davebalmain.com as > well as the rforum code http://rforum.andreas-s.net/trac/ > for more advanced examples of ferret-rails integration. There are quite a > few railers who have managed the integration in different ways judging by > this mailing list and the ferret mailing list. > > > > Best Regards > > Jan Prill > > > > > > 2006/2/1, Dylan Stamat < dylans@gmail.com>: > > > lol... I would... but thought somebody (Jan perhaps ?) may have some > insight into this prior to going this deep. > > > Her implementation contains a lot of code, and I''ve debugged as far as I > can without going into the Ferret source... which I was hoping I wouldn''t > have to do :| > > > > > > > > > > > > > > > On 1/31/06, matthew clark < winescout@gmail.com> wrote: > > > > Write up a test that shows your code not working. That will help in > figuring out what is wring. > > > > > > > > > > > > > > > > > > > > > > > > On 1/31/06, Dylan Stamat < dylans@gmail.com> wrote: > > > > > > > > > > I''ve implemented Ferret, using the instructions here: > > > > > > http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails > > > > > > > > > > I get no errors in the application at all... however, I always get 0 > results. > > > > > I built an index off of some data, it exists in the index/ > directory, the form submits find... etc... > > > > > > > > > > Just 0 results... all the time :) > > > > > > > > > > I confirmed the data from my models is being put into the index... > however, am having a hard time debugging why the lookup isn''t working. > > > > > Any insight would be greatly appeciated ! > > > > > Thanks ! > > > > > => > > > > Dylan > > > > > > > > > > _______________________________________________ > > > > > Rails mailing list > > > > > Rails@lists.rubyonrails.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails@lists.rubyonrails.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >
Hey David ! Thanks very much for the reply. I''ve put this on the back-burner for now, as I have a million other priorties at the moment, but when I revisit it, I''ll definitely keep you posted. By the way, thank you *so* much (and Jan for the tutorial !) for this project. Great job ! =Dylan On 2/3/06, David Balmain <dbalmain.ml@gmail.com> wrote:> > Hi Dylan, > > Sorry for the slow reply. My guess would be that you are searching a > different field than the one you put your data in. I''d need to see a > some of your code to tell for sure. I hope you work out your problem. > > Cheers, > Dave > > On 2/2/06, Dylan Stamat <dylans@gmail.com> wrote: > > Thanks Jan, as I debug more (when I have time), I''ll update this thread > as > > well as the wiki if needed. Thank you ! > > > > > > > > > > On 2/1/06, Jan Prill < jan.prill@gmail.com> wrote: > > > Hi, > > > > > > sorry, but haven''t had a chance lately to test myself with newer > Versions > > of Ferret. > > > > > > It would be great if you could update the wiki page while you are > going > > on. Please have a look at the ferret wiki. http://ferret.davebalmain.comas > > well as the rforum code http://rforum.andreas-s.net/trac/ > > for more advanced examples of ferret-rails integration. There are quite > a > > few railers who have managed the integration in different ways judging > by > > this mailing list and the ferret mailing list. > > > > > > Best Regards > > > Jan Prill > > > > > > > > > 2006/2/1, Dylan Stamat < dylans@gmail.com>: > > > > lol... I would... but thought somebody (Jan perhaps ?) may have some > > insight into this prior to going this deep. > > > > Her implementation contains a lot of code, and I''ve debugged as far > as I > > can without going into the Ferret source... which I was hoping I > wouldn''t > > have to do :| > > > > > > > > > > > > > > > > > > > > On 1/31/06, matthew clark < winescout@gmail.com> wrote: > > > > > Write up a test that shows your code not working. That will help > in > > figuring out what is wring. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 1/31/06, Dylan Stamat < dylans@gmail.com> wrote: > > > > > > > > > > > > I''ve implemented Ferret, using the instructions here: > > > > > > > > http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails > > > > > > > > > > > > I get no errors in the application at all... however, I always > get 0 > > results. > > > > > > I built an index off of some data, it exists in the index/ > > directory, the form submits find... etc... > > > > > > > > > > > > Just 0 results... all the time :) > > > > > > > > > > > > I confirmed the data from my models is being put into the > index... > > however, am having a hard time debugging why the lookup isn''t working. > > > > > > Any insight would be greatly appeciated ! > > > > > > Thanks ! > > > > > > => > > > > > Dylan > > > > > > > > > > > > _______________________________________________ > > > > > > Rails mailing list > > > > > > Rails@lists.rubyonrails.org > > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > Rails mailing list > > > > > Rails@lists.rubyonrails.org > > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > Rails mailing list > > > > Rails@lists.rubyonrails.org > > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Rails mailing list > > > Rails@lists.rubyonrails.org > > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060204/c80bc8b9/attachment.html