Displaying 20 results from an estimated 1000 matches similar to: "LazyDoc over DRb"
2007 Feb 15
1
wildcard fields
Hey all,
is there a way to wildcard field searches? As in:
- a document like {:title => ''foo'', :description1 => ''bar'',
:description2 => ''bar2''}
I''d search:
index.search("description*: search query")
I understand the example above is silly, but it''s enough to make the
question understandable :-)
2005 Jul 11
1
Rating application for Asterisk
Does anyone knows a working FOSS rating application for Asterisk? I
tried CDRTool, but since it's free for non commercial use, it won't
suit me. Also I gave a shot at Trabas (the one everybody says it
sucks), but I couldn't understand how does it pull records from
Asterisk's CDR table.
The rate-engine addon
(http://www.voip-info.org/tiki-index.php?page=Asterisk+addon+rate-engine)
2006 May 17
0
RJS referring to window.parent
Hi all,
I''ve been doing some work on the Ajax Scaffold
(http://www.ajaxscaffold.com/), to make it work with file uploads
(more specifically, the file_upload plugin).
The first logical step was to get rid of form_remote_tag, since it''s
impossible to send files via XMLHTTPRequests (to my best knowledge).
So I referred to the iframe hack, similar to the upload progress bar
here
2005 Jul 03
0
no sound. "Failed to write frame"
Hi all,
Couldn't find a place to search the list archives...
I'm having issues in getting any sound using a fresh asterisk install
and a SJPhone to connect to it. I went by the instructions pointed at
the "10 minute guide", located here:
http://www.voip-info.org/tiki-index.php?page=Asterisk+quickstart.
I installed it on a Slackware 10.1, by using no more than "make
2005 Jul 04
0
no sound. "Failed to write frame" (2nd post)
Hi all,
Couldn't find a place to search the list archives...
I'm having issues in getting any sound using a fresh asterisk install
and a SJPhone to connect to it. I went by the instructions pointed at
the "10 minute guide", located here:
http://www.voip-info.org/tiki-index.php?page=Asterisk+quickstart.
I installed it on a Slackware 10.1, by using no more than "make
2006 Jul 18
10
searching with chinese chars
Hi all,
maybe not a Ferret question, but I assume here might have came across
that already.
I wrote a simple CGI app that adds docs into a Ferret index. The idea
is testing asian languages input and searching.
The script that does the input seems to be OK. As David mentioned in a
question I made a little while ago, Ferret''s index is agnostic, in the
sense that you can store anything in
2006 Jul 12
9
ferret using UTF-8
Hey all,
I went through the docs in Ferret''s page, plus a quick search through
the email list (thread titles), and I couldn''t find any info on how to
have Ferret storing it''s data using UTF-8.
In the scenario I would use it, nothing''s being stored outside (like
external databases). So it''s just how Ferret would do it that I''m
interesting in
2006 Aug 24
2
[0.10.0] LazyDoc#fields does not return symbols
Hi again,
fields() method of Ferret::Index::LazyDoc return an array of integer
(maybe the integer of the symbol? I don''t know) instead of symbols as
explained in the doc :
http://ferret.davebalmain.com/api_0.10.0/classes/Ferret/Index/LazyDoc.html#M000042
Any ideas ?
--
Posted via http://www.ruby-forum.com/.
2007 Mar 13
2
index returns all results for specific queries
Hey all,
I''m getting some really weird results when searching documents. It
*seems* to be somehow related to the document format I''m using.
I wrote a small script to replicate it:
################
#!/usr/bin/ruby
require ''rubygems''
require ''ferret''
include Ferret
index = Index::Index.new(:path => ''/tmp/fooindex'', :key
2007 Jan 28
0
LazyDocs vs. ActiveRecord
Hi ..
i''ve been using lazydocs for quite some time now and it''s a real
pleasure working with them..
you should definately use them..
http://ferret.davebalmain.com/api/classes/Ferret/Index/LazyDoc.html
my implementation:
http://blog.omdb-beta.org/2006/12/12/lazydocs-and-database-objects
as far as i know, Jens wanted to implement them in acts_as_ferret as
well :-)
Ben
2006 Jul 11
5
Ferret Wiki Spam - Solutions Anyone?
Hi All,
As some of you may have noticed, the Ferret Wiki has been getting
spammed like crazy. And I haven''t been able to do anything about it
because I just don''t have the time. I''m getting pretty close to
releasing 0.10.0 which has been the major draw on my time for the last
couple of months so I''m going to have some time to look into this
soon. I was
2007 Apr 08
10
Ferret and non latin characters support
I''ve successfully installed ferret and acts_as_ferret and have no
problem with utf-8 for accented characters. It returns correct results
fot e.g. fran?ais. My problem is with non latin characters (Persian
indeed). I have tested different locales with no success both on Debian
and Mac. Any idea?
(ferret 0.11.4, acts_as_ferret 0.4.0, rails 1.1.6)
--
Posted via http://www.ruby-forum.com/.
2007 Mar 18
3
"ö" causes find_by_contents not to return
I''ve installed ferret 0.10.9 together with the latest acts_as_ferret
using Windows XP and indexed a location database (geonames.org) with
Location.rebuild_index. The data is in utf-8.
Now calling Location.find_by_contents "?" does not return a result,
causes a lot of CPU load, and finally exits with an error "index.rb:702:
in ''parse'': failed to allocate
2012 Jul 05
1
hash to_yaml in erb template not giving valid yaml
Hi,
I want to use a file resource to write a facts.yaml file for
Mcollective. For some reason it won''t provide a valid yaml format if I
dump my scope to hash and convert to_yaml.
file {
"/etc/mcollective/facts.yaml" :
owner => root,
group => root,
mode => 400,
loglevel => debug,
#content => inline_template("<%= scope.to_hash.reject {
2008 Jan 08
1
odd facter error with split
Not sure if this is another issue cropping up with 0.24.1 but I''m getting
the following:
info: Loading fact raid
/etc/puppet/facts/location.rb:5: private method `split'' called for
nil:NilClass (NoMethodError)
from /usr/lib/ruby/site_ruby/1.8/facter.rb:510:in `call''
from /usr/lib/ruby/site_ruby/1.8/facter.rb:510:in `value''
from
2013 Feb 27
0
openssh tunnel log info
hi list,
i'm currently working on audit for some servers that also act as
proxy using ssh tunnel feature and i noticed that tunnel connections
don't log very much information.
googling i've found an old patch from rootshell[1] which seems to work
for latest release.
do you think this can be merged to mainstream release?
thanks
[1]
2004 Sep 18
9
No sound
Hello,
I have just set up an asterisk box (Debian unstable) and I would like
to test it with a H.323 application (gnomemeeting). When I call the
demo voice menu, I can't hear any sound. asterisk says that the
soundfile is played:
-- Executing BackGround("H323/ip$212.9.189.172:30005/29597", "demo-congrats") in new stack
-- Playing 'demo-congrats' (language
1998 Jul 15
0
Re: RedHat 5.X Security Book
I think it depends on wat you are using the book for..I myself have been
trying for a long time to find a document that describes basic RedHat and
Linux security, what to look for, inherent dangers etc etc.
So I was overjoyed when I found this book. No, I am not depending on it as
a sole source of information, but the basicis that it covers simply do not
get repeatadly posted to the lists you
2011 Nov 04
2
problem with templates
I am having an issue with templates that I cant quite figure out why
it is having an issue.
I am using ruby dsl to read a template from a database and it keeps
having problems with anything other than <%= var %> type definitions.
I even went as far cutting and pasting from the puppet online
documentation just to see if it were maybe something I goofed. I
pasted below the tested template
2007 Jan 19
6
Stopping DRb after using BackgrounDRb::MiddleManDRbObject.init
Hi,
I''m having a problem where connections started through
BackgrounDRb::MiddleManDRbObject.init are not stopped, resulting in an
ever growing established connections between my Mongrels and remote
backgroundrbs
I added DRb.stop_service to my code executed after requests that init
MiddleManDRbObjects but that does not help.
Any ideas?
Thanks,
Robert Bjarnason