search for: davebalmain

Displaying 20 results from an estimated 225 matches for "davebalmain".

2007 Jul 26
6
Ferret - current status?
Hi guys, Having committed a fairly large project to ferret I''m a little concerned that ferret svn has been essentially unavailable for weeks (pretty much every time I try I get "can''t connect") and more so now that davebalmain.com has gone off the air. Without meaning to pry, does anyone know whether existing problems in ferret are likely to get fixed? (I can get crashes quite easily with a combination of highlighting and proximity searches over longish distances) and whether, or if, there will be another release? -- P...
2006 Mar 19
3
Ferret 0.9.0-alpha (port of Apache Lucene to pure ruby)
...start with. It has been developed on Linux so it should work fine there. Windows and Mac users beware. Also, the current version doesn''t allow you to extend Ferret. For example, you can''t write your own analyzer or filter. This will be rectified in the near future. http://ferret.davebalmain.com/trac/ Dave Balmain == Description Ferret is a full port of the Apache Lucene searching and indexing library. It''s available as a gem so try it out! To get started quickly read the quick start at the project homepage; http://ferret.davebalmain.com/api http://ferret.davebalmain.com/a...
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 don''t suppose these are expected but I thought I may as well let you know. Regards, Saimon -- Posted via http://www.ruby-forum.com...
2007 Jun 24
4
IO Error when querying on a single field
I''m getting an exception when I query a large index (4GB, ~700K docs) on a particular field. For example: supplier_id:77490 IO Error occured at <except.c>:93 in xraise (IOError) Error occured in fs_store.c:293 - fsi_seek_i seeking pos -1515676213: <Invalid argument> Anecdotally it seems to happen for supplier_ids > 76900. Here is the field info for that
2006 Jun 11
3
Bus Error with Ferret 0.9.3 using the BooleanQuery api
...;ve been trying out ferret 0.9.3 on my powerbook this weekend and I''ve been triggering ''bus errors'' when using the Query API. If I programmatically build up strings, it works just fine. There''s some more information available in the trac ticket http://ferret.davebalmain.com/trac/ticket/62 Is anyone successfully using the Query API on mac os x? Anything I can do to help debug this? -- Cheers Koz -- Posted via http://www.ruby-forum.com/.
2007 Feb 20
10
ferret webpage down
The ferret webpage at http://ferret.davebalmain.com/ has been down for a number of days. Any idea what''s going on? or how to notify the webmaster? -- Posted via http://www.ruby-forum.com/.
2007 Apr 28
6
Determine how many documents a term occurs in
Is there a fast way to determine how many documents a term occurs in, besides iterating through every document with TermDocEnum? -- Best regards, Stian Gryt?yr
2007 Mar 01
4
Need help creating my own Filter in Ruby
...ebuild_index, it fails randomly (works most of the time, but I''m sure some documents are not well indexed). It fails with messages like this one: failed adding 140823996. r_analysis.c:432 Thanks for any help. If you want to see how I''ve done it so far, go to http:// ferret.davebalmain.com/trac/ticket/168 Philippe April
2007 Jan 28
1
test/functional/thread_safety_index_test.rb failures - segfaults too
Hi, I just checked out ferret 0.10.14 from subversion and am getting intermittent failures from the thread_safety_index_test.rb script. Sometimes it runs through to the end with no errors, but other times I get errors, including segfaults. I reported the bug here: http://ferret.davebalmain.com/trac/ticket/153 Can anyone else reproduce this? svn co svn://davebalmain.com/ferret/tags/REL-0.10.14/ ferret-0.10.14 cd ferret-0.10.14 rake ext ruby test/functional/thread_safety_index_test.rb You''ll need to run it a few times though (just the last line). Sometimes it returns succes...
2007 Mar 04
5
Getting non-stemmed terms from IndexReader
I need to get a set of terms being indexed using Ferret. I used IndexReader.terms and it returns a list of TermEnum nicely. The only problem is that my analyzer includes a stemming filter. So now, the terms I''m getting back are all stemmed. Is there anyway to get the original unstemmed terms back from the index somehow? Thanks. -- Posted via http://www.ruby-forum.com/.
2007 Aug 24
7
can''t create new ticket
Hi there, I can''t seem to find a way to create a new ticket. I''d like to create tickets for those two reproduced bugs: http://rubyforge.org/pipermail/ferret-talk/2007-June/003588.html http://rubyforge.org/pipermail/ferret-talk/2007-June/003600.html Can anybody please do it for me or point me in the right direction ? TIA --
2007 Apr 03
3
[Repost] Problem with url searching..
...ath(''/tmp/ferret_test'') INDEX = Ferret::I.new(:path => ''/tmp/ferret_test'', :analyzer => TestAnalyzer.new) INDEX << {:type => :url, :url => ''http://google.fr''} INDEX << {:type => :url, :url => ''http://ferret.davebalmain.com''} INDEX << {:type => :url, :url => ''http://www.unixaumonde.com''} INDEX << {:type => :url, :url => ''http://www.rift.fr''} [''type:url AND url:*google*'', ''type:url AND url:*"://foobar"*'&...
2006 Oct 12
2
Patching ferret problems...
...535278 >> Benchmark.realtime { INDEX.search(''type:hardware'', :limit => 1000).to_json } => 0.471335172653198 I patched that directly in /usr/lib/ruby/gems/1.8/gems/ferret-0.10.10/ext/r_search.c so i wanted to submit my modifications today, so i did : svn checkout svn://davebalmain.com/ferret/tags/REL-0.10.11 and tried to make my modifications into REL-0.10.11/ext/r_search.c where i discovered a T O T A L L Y different file... I tried to find the good one, but nothing.. ? And when my mate installed 0.10.11, he had the good file in /usr/lib.../ext/ :-? Could you tell me wh...
2007 Sep 09
1
MultiTerm query segfault - remote denial of service
...erret-0.11.4.1/ and just the patch (derived from Dave''s changeset to trunk) here: http://johnleach.co.uk/downloads/ruby/ferret/ferret-0.11.4-fix-multiterm-segfault.patch The patch is against the release source, as the subversion repository seems to be down atm. John. [1] http://ferret.davebalmain.com/trac/ticket/208 [2] http://ferret.davebalmain.com/trac/changeset/773 -- high-profile mailing list advertising space exploitation: http://www.brightbox.co.uk - UK Rails Xen Hosting
2006 Aug 27
6
how to get the words of a query
Hi, Using aaf to search pages, I wanted to present excerpts from the texts even when more than one term was used in the search. I came to some results, despite the difficulty caused by Unicode+ruby. The last problem I''m faced is to get the query words, without the logical articulation chars if any. Is there a clean way to get them ? -- Jean-Christophe Michel
2006 Feb 07
4
Ferret on Rails -- Webrick won''t start?
Hello, I tried using http://ferret.davebalmain.com/trac/wiki/FerretOnRails but Webrick won''t start after implementing the plugin? I tried both versions but to no avail? All I get is Booting up ... and then it dies? No info in log/development.log? Does anyone has a working copy of acts_as_ferret or has any ideas on...
2007 Apr 10
8
ferret-0.11.4-mswin32 not compatible with Ruby1.8.4
Just a quick note for future reference - at least for me, ferret won''t work on Ruby 1.8.4. gem install ferret Successfully installed ferret-0.11.4-mswin32 ruby -v ruby 1.8.4 (2005-12-24) [i386-mswin32] irb irb(main):001:0> require ''ferret'' A windows error message box appears - ruby.exe - Entry Point Not Found The procedure entry point rb_w32_write could not be
2006 Oct 07
5
How to proceed with incorporating Ferret?
Hi, I''ve listened in to this mail list for quite a while now but not doing anything with Ferret until I was ready to incorporate it. I''ve used Lucene for years, but not Ferret. I downloaded and installed the ''bleeding edge'' version (lets call it 0.10.9.1). There appears to be a significant re-working of the API happening. It all looks good. But there
2008 Jun 04
2
Is Ferret''s SVN repository down?
Is Ferret''s SVN repository down? I''m trying to get the source from svn://davebalmain.com/ferret, but I keep getting "Connection Refused" errors. Did the URL change, or is Ferret''s repository really down? -- Bira http://compexplicita.wordpress.com http://compexplicita.tumblr.com
2007 Aug 03
0
StandardTokenizer Doesn''t Support token_stream method
According to the Analyzer doc and the StandardTokenizer doc: http://ferret.davebalmain.com/api/classes/Ferret/Analysis/Analyzer.html http://ferret.davebalmain.com/api/classes/Ferret/Analysis/StandardTokenizer.html I ought to be able to construct a StandardTokenizer like this: t = StandardTokenizer.new( true) # true to downcase tokens and then later: stream = token_stream( i...