search for: landanger

Displaying 6 results from an estimated 6 matches for "landanger".

Did you mean: landaker
2011 Jun 14
0
sqlFetch and factor conversion
R users, Hello, I used sqlFetch to import a data table from MS Access 2007 and I set as.is = TRUE to prevent character vectors from becoming factors. However, I can't figure out how to prevent the $ operator from being added by sqlFetch to the end of each character vector(e.g. TD$ and SITE$). This causes subsequent parts of my code not to work and also results in some behavior that I
2007 May 14
3
How to make a Tag cloud with Ferret ?
Hello, I want to make a TAG CLOUD using ferret. How can i do so ? I would need to know the amount of keyword for every each words in the index. Thank you -- Posted via http://www.ruby-forum.com/.
2007 Jan 26
2
How to store Ferret index in DB using acts_as_ferret ?
Hello, I would like Ferret index to be stored in DB ( instead of multiple files ) It would allow me to centralize all datas in a unique media + backup my index using a simple DB export. Is there a way to do so ? Thks -- Posted via http://www.ruby-forum.com/.
2006 Dec 30
2
search on multiple table
Hello, I am trying to make a search, using acts_as_ferret on a has_and_belongs_to_many relation : class a < ActiveRecord::Base belongs_to :b has_and_belongs_to_many :c Joboffer.find_by_contents( query +b_id:1 ) is working fine but Joboffer.find_by_contents( query +c:1 ) is not working Here are the tables descriptions: Table a have field : id, b_id Table b have field : id,
2007 Jun 11
5
Highlight slowness
Has anyone else found that using ferret''s highlighting slows searches down significantly? I am seeing that it more than doubles the search time on my system. I am returning up to 500 results at once, so the slow down is quite noticeable (probably adding about .7 seconds for searches with large result sets.) --Paul -- Posted via http://www.ruby-forum.com/.
2007 Jan 08
0
debug : monitor ferret content
hello, I am using acts_as_ferret, and i got a strange behavior. Object creation and search is working fine. But, if i update an object, it seems to deseaper from the index... So, in order to debug, i want to see what is inside the ferret index in real time. Is there a way to do so ? Thks. -- Posted via http://www.ruby-forum.com/.