Displaying 20 results from an estimated 2000 matches similar to: "Mulitple Indexes or one big index??"
2006 Sep 23
8
svn problems
I can consistently segfault the 0.10.4 gem, so I''m trying to get the
subversion version working with hopes towards tracking the problem down.
I have a fresh SVN checkout but:
a) the version (in ferret.rb) claims to be 0.9.6; and
b) Ferret::Index::FieldInfos and a couple other classes are missing at
run time. It looks like this is because they''re not exported in the C
2005 Jan 19
3
rubytorrent problem on windows xp
Hi everyone
Is rubytorrent work on windows XP.
I have problem for using it.
Here my Configuration
OS: Windows XP
Ruby Version: 1.8.2
Already Install Azureus and ABC torrent. I manage to set Azerus behave
as tracker that listen to IP 127.0.0.1 and seeding file from
"\ekobudi\bittorrent\host0". After that I copy torrent file
from"\ekobudi\bittorent\host0" to"
2007 Jan 19
9
Double-quoted query with "and" fails.
Hi,
We''re using Ferret 0.9.4 and we''ve observed the following behavior.
Searching for ''fieldname: foo and bar'' works fine while ''fieldname:
"foo and bar"'' doesn''t return any results. Is there a way to make
ferret recognize the ''and'' inside the query as a search term and not
an operator? (I hope I got the
2005 Apr 20
2
RSS downloader
Hi,
I am current writing a ruby application that does
something similar the RSSFeed plugin for azureus (see
http://azureus.sourceforge.net/plugin_details.php?plugin=rssfeed).
in ruby. The plan is to use it drive rubytorrent to
do the actual downloading.
Does anyone know of a similar project written in ruby
?
This is my first project in ruby, I have been
programming in C and C++ for a number
2007 Mar 02
4
Sorted empty search bug
Hello Dave, Hello all,
I''ve got this error because I try to search something and sort it by
name :
Argument Error occured at <except.c>:93 in xraise
Error occured in sort.c:551 - field_cache_get_index
Cannot sort by field "name". It doesn''t exist in the index.
The problem, occur when my index is empty, so the field "name" does not
exists.
--
2007 Jan 17
7
removing special/syntax characters
Is there any somewhat standard way to remove or otherwise handle
special or syntax characters from a user''s search, such as a colon?
I was thinking maybe there was something akin to
Ferret::Analysis::FULL_ENGLISH_STOP_WORDS, like
Ferret::Analysis::FERRET_SYNTAX_CHARS, but no such luck.
How are other folks dealing with filtering user input?
John
2006 Sep 27
2
Seg Fault - crashed our server
We were using ferret (with acts_as_ferret) on our production boxes.
Everything was going OK for a few days then we got a seg fault from it
that brought down the box.
The specs:
* Rails 1.1.6
* Ruby 1.8.4
* Ferret 0.10.6
* RedHat ES 3
* Apache
* Pound
* 5 instances of Mongrel
Can ferret handle multiple processes accessing it''s files at the same
time?
Not that we were doing this (but
2005 Jan 10
2
rubytorrent
hello,
we are interested in using rubytorrent as a project in a hackfest
we''re organizing, and I would like to know if you have any idea
of stuff that needs to be done, or something like it.
Thanks,
--lf
2005 Feb 07
3
WindowsXP
Already try the pre realease 0.3.
The rtpeer.rb is working. But I don''t know why is take quite a while to
listen only port 6969. The after that start to scan port 6881,6882..etc.
After that manage to download the file normally.
As usual I run everything in one PC. Azureus, ABC, and rubytorrent.
The example on "doc\api.txt" still doesn''t work for me.
I am very hapy the
2005 Jan 25
2
Testing preRelease 0.3
Hi all,
I?ve updated my local repository with version from 05/01/26 0:00 CET
My test - torrent is very active, so Azureus gets an average download of
40kb/s after a few seconds running, and up to 90kb/s after two minutes.
Rubytorrent has not even 1 piece after fifteen minutes. It gets
connected to 12 or 15 peers but the download ratio is always below
2kb/s. From my point of view there is a
2007 Jan 05
3
Confused about Search Results
Hi everyone,
I''m pretty new to Lucene and Ferret, so I feel that this is most likely
myself not completely understanding the correct way to do this. I haved
indexed ~2200 text files (of various sizes), and I am now running
searches on the index to get a feel for Lucene and Ferret.
In my first program, which is using Lucene I search for ''influenza'' and
get the
2007 Jan 01
2
Possible Bug when Creating Indexes
I''m running:
ferret (0.10.9)
ruby 1.8.5 (2006-08-25) [i386-mswin32]
on Windows XP(SP2)
When I create an index as follows:
field_infos = FieldInfos.new(:store => :yes, :term_vector => :no, :index
=> :yes)
field_infos.add_field(:id, :index => :untokenized)
field_infos.add_field(:subject)
field_infos.add_field(:author)
field_infos.add_field(:tags, :store => :no)
index =
2007 Jan 22
6
[Ferret] Test failures for ferret tagged REL-0.10.14
Hi Dave,
I''ve been getting some segment faults while running my tests using
0.10.14 gem so I decided to package the gem locally to add -dH and
generate core dumps for you.
So I followed instructions here
http://ferret.davebalmain.com/trac/wiki/DownloadCurrent and first off
ran the tests.
I''m getting the following failures. (see this pastie
http://pastie.caboo.se/34790).
I
2005 Feb 07
1
[matz@ruby-lang.org: Re: Performance of CGI::Cookie / SimpleDelegator fix]
Matz claims 1.8.3 might be released in April. If we''re lucky, maybe it
will have the Windows socket connection fix applied. (Although the patch
has been hanging around since last June... but maybe they just needed
some prodding. :) )
Then RubyTorrent will be much more usable on Windows.
----- Forwarded message from Yukihiro Matsumoto <matz@ruby-lang.org> -----
Date: Tue, 8 Feb
2007 Jan 21
2
A few questions: Tweaking StemFilter, indexes, ...
Hello all,
I am new to the list, but I have been using ferret for a little bit
already. I would first like to thank Dave for all his work on ferret.
I had a few questions that I haven''t been able to figure out after
messing around with ferret and going through the documentation.
StemFilter ------
I am trying to improve the quality of my searches in context of the
content of my
2006 Sep 24
1
[patch] buffer overflow in q_parser.y
Hi Dave,
The patch below corrects a buffer overflow bug in q_parser.y. Since it
is triggered by excessively long query strings, I believe that this bug
could be exploited to allow arbitrary code execution if a query string
supplied by a user is passed in directly to Ferret and not truncatated.
If I''m right, you should consider a new release asap.
I''ve fixed it to simply
2008 Nov 29
3
[LLVMdev] explicit stack management
Hi all,
At the bottom of chapter 8 of the tutorial, on the topic of closures,
mentions that there are "often better ways to implement these features
than explicit stack frames". Does anyone know what techniques this
cryptic statement might be referring to?
Thanks!
--
William <wmorgan-llvm at masanjin.net>
2007 Jan 23
2
Exact phrase score
Sorry if this has been beaten to death here but I couldn''t find the
exact answer I was looking for.
In the app I''m writing, we convert the score to a percentage and display
it with the search results. The problem is when you search for an exact
phrase (for example) and it matches the title of a document exactly, you
only get a 17% match.
Has anyone seen a way to either curve
2007 Aug 25
1
Made a tracker for rubytorrent
Hi,
I noticed the website said "there isn''t a tracker yet, but plans are in the works".
I also noticed the mailinglist said that two years ago, so I wrote one myself. I''m
still testing/finishing it, but it should be done in about a day. It uses why the
lucky stiffs excellent camping microframework. How would you like me to release it?
I''d like to see it
2007 May 09
1
Why Devel Stop ?
Hi,
I ask me why the devel of RubyTorrent is stop for 2 year ?
You haven''t time or other reason ?
Thanks for your answer.
--
Cyril Mougel