search for: landang

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

2011 Jun 14
0
sqlFetch and factor conversion
...1855, 2125, 1530, 1640, 1855, 2125, 1530, 1640, 1855, 2125, 1610, 1840, 2010, 2120, 800, 1015, 1245, 1415), LAUNANG = c(0L, 0L, 0L, 0L, 0L, 2L, 1L, 3L, 1L, 0L, 2L, 0L, 0L, 0L, 0L, 0L, 0L, 1L, 0L, 1L), LAUNNON = c(0L, 0L, 1L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L), LANDANG = c(0L, 0L, 3L, 0L, 1L, 0L, 2L, 0L, 0L, 0L, 4L, 0L, 0L, 0L, 0L, 0L, 1L, 0L, 0L, 0L), LAUNUNK = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 1L), LANDNON = c(1L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L), LANDUNK = c(0L, 0L, 0L,...
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/.