Displaying 18 results from an estimated 18 matches for "julioody".
2006 Jul 18
10
searching with chinese chars
...################
Is the error message above suggesting I should specify a chinese
locale and not UTF-8? I thought UTF-8 would actually handle chinese
and anything else one could throw at it as long as it''s a human
language.
Any help is appreciated.
--
Julio C. Ody
http://rootshell.be/~julioody
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 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
2006 Jul 12
9
ferret using UTF-8
...sk is because I''m deploying a search engine for an
application that will probably be searching for text content in
Japanese/Chinese *apart* from english. I''m hinting it in case someone
did it before and knows any pitfalls.
Thanks in advance.
--
Julio C. Ody
http://rootshell.be/~julioody
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/.
2006 May 17
0
RJS referring to window.parent
.... If that
worked, Prototype would find the element just fine.
The only other choice I have here is actually fetching all the JS
output, and writing it all in the view, changing the target for the
Prototype functions. But that sounds cranky to me.
Any ideas?
--
Julio C. Ody
http://rootshell.be/~julioody
2007 Feb 15
1
wildcard fields
...;'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 :-)
Thanks.
--
Julio C. Ody
http://rootshell.be/~julioody
2007 Jan 10
0
LazyDoc over DRb
...d.to_hash, but what you get from that is
again a Ferret::Index::LazyDoc, and not a Hash.
I suppose I could manually copy the elements from LazyDoc to a new
Hash, but that''s hacky. Before I resort to it, does anyone have any
ideas?
Thanks in advance.
--
Julio C. Ody
http://rootshell.be/~julioody
2005 Jul 03
0
no sound. "Failed to write frame"
...550 ast_readaudio_callback:
Failed to write frame
== Spawn extension (default, s, 5) exited non-zero on 'SIP/julio-f0ed'
Again, asterisk seems to be unable to write any sound to the frame.
Any ideas on why that could happen? Thanks for any advice.
--
Julio C. Ody
http://rootshell.be/~julioody
2005 Jul 04
0
no sound. "Failed to write frame" (2nd post)
...e.c:550 ast_readaudio_callback:
Failed to write frame
== Spawn extension (default, s, 5) exited non-zero on 'SIP/julio-f0ed'
Again, asterisk seems to be unable to write any sound to a peer.
Any ideas on why that could happen? Thanks for any advice.
--
Julio C. Ody
http://rootshell.be/~julioody
2005 Jul 11
1
Rating application for Asterisk
...n't find any
functionality of checking a database of rates - applying the values to
Asterisk's CDR data - dumping to another DB.
Any tips? Advice?
Disclaimer: I searched the list archives. There seems to be some
critics/comments, but no conclusions.
--
Julio C. Ody
http://rootshell.be/~julioody
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
2008 Jun 11
5
Similar words
Is there a way to get a list of similar words to the ones a user has
searched for?
So if they search for (in my case) transferaze which has no matches I
can get back an array like this [''transferase''] ?
I know I can just add ~ on the end to make it fuzzy, but what I''d like
is to be able to say "Sorry, no matches for ''transferaze''. Did you
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
2007 Jan 24
7
Ferret problems with Rails 1.2.1
Hi, I''ve just updated rails from 1.1.6 to 1.2.1 and I''m getting the
following errors whenever I load a page that uses a class that uses
ferret. I have ferret 0.10.13 and acts_as_ferret. They were working
fine before the upgrade.
#<NameError: cannot remove Object::WildcardQuery>
2007 Jan 21
14
[ActsAsFerret] OpenSolaris (TextDrive) indexing issues
Gents,
I successfully installed AAF on my TextDrive OpenSolaris Container, but
I''m having some issues with indexing.
I have a model called Blogs which has AAF enabled.
The first time I tried to find_by_contents for a ''word'' I know was on
the Database I got now results. Apparently the index was not ready yet.
Then I waited a few hours and checked that the /index
2007 Nov 16
18
Multithreading / multiprocessing woes
I''ve been running some multithreaded tests on Ferret. Using a single
Ferret::Index::Index inside a DRb server, it definitely behaves for me
as if all readers are locked out of the index when writing is going on
in that index, not just optimization -- at least when segment merging
happens, which is when the writes take the longest and you can
therefore least afford to lock out all reads.
2008 May 26
1
project directions
Hey all,
just recently I stumbled upon this
http://ferret.davebalmain.com/trac/timeline
which seemed like good news. I thought Ferret was put on hold or
perhaps dying, and having participated recently in a few discussions
with people who also thought that was the case, I didn''t have a good
answer for it.
So, is anyone informed if there will be some development going on
Ferret, as in