ANNOUNCE: Beagle 0.1.3

2005-12-05 Thread Jon Trowbridge
but which get live query notification of every index change. (Jon Trowbridge) Backends: * Gaim log backend optimizations and cleanups. (Daniel) * Fixed a bug in LuceneFileQueryable where it wasnt setting the attribute of a file shared across multiple indexables. (Bera) * Properly use

Holmes (was Re: Dashboard)

2005-11-23 Thread Jon Trowbridge
On Wed, 2005-11-23 at 23:10 +0100, Joel M wrote: I whould be interested in hacking some on holmes I just did this crappy Tomboy action, and I feel that I can do more. It looked like it was just a hack fest nothing more :) Good news: Holmes is being actively worked on inside of Novell. We

Re: Querying expense and weak hashtables

2005-11-21 Thread Jon Trowbridge
On Tue, 2005-11-15 at 23:51 +, Daniel Drake wrote: The java Lucene uses a WeakHashMap: http://java.sun.com/j2se/1.4.2/docs/api/java/util/WeakHashMap.html There isn't a direct equivalent in C# so a Hashtable is used, which doesn't have the same characteristics. It shouldn't be very hard

Re: Beagle plugins in scripting languages

2005-11-21 Thread Jon Trowbridge
On Thu, 2005-11-17 at 13:39 +0100, Leen Toelen wrote: If Beagle can handle scripted plugins it needs some more marketing. In theory, it should be possible to do a backend in any .NET language... we've just never tried it. I'm sure that there would be some technical kinks that would have to be

cleaning up compile-time warnings

2005-11-21 Thread Jon Trowbridge
It seems like mcs has been getting a lot more strict, and a lot more warnings are being spewed to the console when Beagle is being compiled. A simple and useful project for someone would be to systematically check warnings and make any necessary corrections (often just a minor tweak) to make it

Re: pybeagle: next best thing after python and beagle

2005-10-21 Thread Jon Trowbridge
On Fri, 2005-10-21 at 11:18 -0400, D Bera wrote: Kudos to Raphael Slinckx for writing a python binding for beagle. There have been a lot of people interested in python bindings for Beagle, so this is great news. Thank you Raphael! -J ___

Re: Beagle 0.1.1

2005-10-04 Thread Jon Trowbridge
On Tue, 2005-10-04 at 15:52 +0100, Henry S. Thompson wrote: inotify_init: Function not implemented Inotify not supported! You need a 2.6.13 kernel or later with CONFIG_INOTIFY enabled.WARN: Could not initialize inotify The looping that you have observed is probably not a bug. When inotify

Re: Beagle 0.1.1

2005-10-04 Thread Jon Trowbridge
On Tue, 2005-10-04 at 19:11 +0100, Henry S. Thompson wrote: Unhandled Exception: System.ArgumentNullException: null key That is fixed in 0.1.1. -J ___ Dashboard-hackers mailing list Dashboard-hackers@gnome.org

Re: Ideas to improve scoring

2005-10-04 Thread Jon Trowbridge
On Tue, 2005-10-04 at 16:06 -0400, Kevin Kubasik wrote: Ok, so if I run a query for Environmental, I would hope to turn up something that might relate to the environment, the problem is, our search term isn't broken down. I tried at first to create a simple set of rules (like easy plurals, if

Beagle 0.1.1

2005-10-03 Thread Jon Trowbridge
and contacts can be opened in Evo. (Joe, Lukas) * Fix an exception in the Gaim backend when not using inotify. (Joe) * Rename the IMLog backend to GaimLog. (Lukas) * Better handling of directories with exotic permissions in the file system backend. (Jon Trowbridge) Filters: * Add a bunch

Re: Unhandled Exception in Best

2005-09-16 Thread Jon Trowbridge
On Sat, 2005-09-17 at 00:39 +, Charlie Law wrote: Should I uninstall gtk-sharp-1.0.7, then? If you can without breaking other stuff, you might as well. And should I rebuild Beagle? Do you think I need to rebuild the other Beagle software prerequisites as well (e.g., Mono)? You shouldn't

Beagle 0.1.0

2005-09-15 Thread Jon Trowbridge
. + Many, many bugs have been fixed. (Jon Trowbridge, Joe Shaw, Fredrik Hedberg, Daniel Drake) * Many bugs involving queries have been fixed, and the query semantics have changed. Querys now default to 'AND', not 'OR'. (Jon, Joe) * Fixes to avoid stop words (a, the, etc.) causing problems during

Re: Beagle suddenly stopped showing matching Gaim log entries in search results, please help

2005-08-01 Thread Jon Trowbridge
On Mon, 2005-08-01 at 03:54 +, Raghu GS wrote: i used luke according to your advice. and i found out the problem too, when i opened Gaim Log index there is no field called text, every other fields has some content, Luke is a useful tool, but it has to be used with caution. In Beagle's

Beagle 0.0.12

2005-07-11 Thread Jon Trowbridge
directory (Fredrik) * Handle more failure conditions in the message passing code (Joe, Jon Trowbridge) * Add support for running without extended attributes, and speed up the sqlite fallback by using transactions (Joe, Fredrik) * Use UTC timestamps in Lucene so that we're not boxing integers

Re: sqlite hates me

2005-06-30 Thread Jon Trowbridge
On Wed, 2005-06-29 at 11:49 -0500, Shane Bishop wrote: configure: error: Package requirements (sqlite) were not met. What version of sqlite do you have installed? We require 2.8.x, not version 3. You can find out with: % pkg-config --modversion sqlite -J

Beagle 0.0.11

2005-06-14 Thread Jon Trowbridge
, Daniel Drake) * Fix crashes related to early disconnects from the server (Joe) * Support extended attributes through libattr if not provided by libc (Daniel) * Inotify subsciption system (Daniel) * Properly handle exceptions when we walk a directory with strange permissions (Jon Trowbridge) * If we

Re: WebBookmarks Queryable

2005-05-29 Thread Jon Trowbridge
On Sun, 2005-05-29 at 08:28 -0600, Chris Lahey wrote: Why not just have the uri be http://www.google.com ? Why do you need a separate uri scheme? Uris should be unique identifiers for hits. If the bookmark uri was http://www.google.com, it would conflict with the a web history item for

Re: WebBookmarks Queryable

2005-05-29 Thread Jon Trowbridge
On Sun, 2005-05-29 at 22:29 +0200, Martijn van Beers wrote: Why does that matter? It isn't really all that interesting whether a url was found in your history or in your bookmarks, is it? you'd just want one search result, right? Having the Uris be unique identifiers for the hits is a very

Re: MailDir

2005-05-19 Thread Jon Trowbridge
On Thu, 2005-05-19 at 23:23 +0200, Noam Rathaus wrote: I have completed a MailDir driver which will index your MailDir and put it as MailMessages. Great! I will be posting my code on Sunday morning, when I arrive at work. Patches sent to the list tend to get dropped. It would be better if

Re: Beagle forgets indexes, files backend broken

2005-05-17 Thread Jon Trowbridge
On Tue, 2005-05-17 at 23:15 +0200, Tomasz Torcz wrote: On Tue, May 17, 2005 at 08:59:48PM +, Charlie Law wrote: This poses a good question: How are we supposed to shut down the beagled daemon? Using beagle-shutdown. And beagled does set up signal handlers, so it should shut down

Beagle 0.0.9

2005-04-07 Thread Jon Trowbridge
to be compatible with mono 1.1.5 (Daniel) * Do the right thing if Beagle is passed a directory in an environment variable that ends with / (Daniel) * Noise filter fixes (Jon Trowbridge) Backends: * Updated beagle-index-url to use FilteredIndexables (Joe) * Have beagle-index-url delete content

Re: configure.in DBUS

2005-04-07 Thread Jon Trowbridge
On Fri, 2005-04-08 at 00:24 +0200, MDK wrote: I think there is a small mistake in configure.in for Beagle. Line 321: DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-sharp` should be: DBUS_PREFIX=`$PKG_CONFIG --variable=prefix dbus-1` This change will cause problems. Except for the

Re: Beagle problem on Slackware 10.1

2005-04-01 Thread Jon Trowbridge
On Fri, 2005-04-01 at 11:30 +, Charlie Law wrote: Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object in 0x0 unknown method in (wrapper managed-to-native) Gtk.Application:gtk_main () in 0x7 Gtk.Application:Run () It is hard

Re: GG

2005-03-31 Thread Jon Trowbridge
On Thu, 2005-03-31 at 18:38 +0200, Jakub W. Jozwicki wrote: And there is debug from beagled when I use kmail: Beagle doesn't actually support kmail yet. It looks like it is trying to index some of your mail-related files (but just as files), and it is triggering a mv-related bug in the file

Lock obtain timed out errors (aka Re: Problems with beagle 0.0.8)

2005-03-28 Thread Jon Trowbridge
On Tue, 2005-03-29 at 00:27 +0100, Robert Wittams wrote: Jon Trowbridge wrote: You need to upgrade to mono 1.0.6 or better. I still get this on mono 1.1.4, is this too old as well? If you are getting a lock obtain timed out on 1.1.4, it must be caused by something else. The Mono.Posix usage

Beagle 0.0.8

2005-03-23 Thread Jon Trowbridge
and improvements (Fredrik Hedberg) * Fixed numerous shutdown-related deadlocks (Jon Trowbridge) * Uri serialization fixes (Jon, Daniel) * Throw the right exception if we can't set EAs on a file (Jon) * Removed inotify dependency from the code that processes gaim's buddy list (Jon) * Use Mono.Posix

Re: Beagle: Consumes lots of memory making the system unusable

2005-03-15 Thread Jon Trowbridge
On Tue, 2005-03-15 at 11:11 -0500, Ken VanDine wrote: I had not noticed this, but this thread made me look. I have a single IndexHelper log file that is 8.1G. Presumably the IndexHelper got stuck in some sort of fast loop, maybe throwing an exception that is caught and logged every time?

Re: Beagle: Consumes lots of memory making the system unusable

2005-03-15 Thread Jon Trowbridge
I've opened a bug on this issue. http://bugzilla.gnome.org/show_bug.cgi?id=170513 Shane: you might want to add yourself to the cc: list. Thanks, -J ___ Dashboard-hackers mailing list Dashboard-hackers@gnome.org

the tree is CLOSED

2005-03-12 Thread Jon Trowbridge
Until further notice, Beagle CVS is closed to all committers except for myself, Joe Shaw, Robert Love and Fredrik Hedberg. All patches must be reviewed and applied by an authorized committer. We'll continue to track patches in bugzilla, as usual. Thanks, -J

Re: Basic questions on indexing of images

2005-03-07 Thread Jon Trowbridge
On Mon, 2005-03-07 at 22:58 +0100, Kristian Berg wrote: I'm adding a F-SpotQueryable in beagled who (in theory) will open f-spot's photo database using Mono.Data.SqliteClient and get all tags and all photos with those tags. The idea is that you can search for birthday 2005 and all photos who

Re: Office File Status?

2005-01-30 Thread Jon Trowbridge
On Sun, 2005-01-30 at 22:23 -0500, Stephen O'Grady wrote: i'm a bit unclear on whether OpenOffice files are supported natively by Beagle, OpenOffice files are support by Beagle. There is a separate OpenOffice filter. might it make sense to have a page on the Wiki that gives current status