[Tracker] Testing extractors

2010-08-24 Thread Mildred Ki'Lya
Hi, I am finishing the first version of my mbox extractor and I wanted to know how I could test it. fir the moment, I just modify the TRACKER_EXTRACTORS_DIR and call tracker-extract on my test file. The SPARQL commands gets written correctly to the command line. But it seems that tracker-extract

Re: [Tracker] Testing extractors

2010-08-24 Thread Philip Van Hoof
You probably want to use tracker-control --reindex-mime-type=MIME to get tracker-miner-fs to reindex all files of mime-type MIME. On Tue, 2010-08-24 at 09:42 +0200, Mildred Ki'Lya wrote: > Hi, > > I am finishing the first version of my mbox extractor and I wanted to > know how I could test it. >

Re: [Tracker] Testing extractors

2010-08-24 Thread Mildred Ki'Lya
On 2010-08-24 10:03, Philip Van Hoof wrote: > You probably want to use > > tracker-control --reindex-mime-type=MIME to get tracker-miner-fs to > reindex all files of mime-type MIME. Thank you, I tried --reindex-mime-type but it didn't work for some reason, and now, while experimenting, I ended u

Re: [Tracker] Indexing mbox files

2010-08-24 Thread Mildred Ki'Lya
Hi, Would you be interested in an extractor that extract information from mailboxes written in Vala ? If you are, I'll have to ask permission from my employer but I'm sure it could be done. (For the moment, it doesn't do MIME multipart nor threading since that wasn't useful for my application) I

Re: [Tracker] Collations

2010-08-24 Thread Aleksander Morgado
A follow-up of the previous email. > > A) Enabled the collation function for all TEXT columns in the database > when creating/altering a table. If indexes are created on these columns, > the given collation function will be used for the index. This is done in > the 'collation' remote branch in gn

Re: [Tracker] Indexing mbox files

2010-08-24 Thread Philip Van Hoof
On Tue, 2010-08-24 at 14:04 +0200, Mildred Ki'Lya wrote: > Hi, > > Would you be interested in an extractor that extract information from > mailboxes written in Vala ? Yes > If you are, I'll have to ask permission from my employer but I'm sure > it could be done. Great. For extractors to go upst

Re: [Tracker] Proposal for a new signal mechanism

2010-08-24 Thread Philip Van Hoof
Availability: - o. Unreviewed: http://git.gnome.org/browse/tracker/log/?h=class-signal Expected in master between now and two weeks (reviewing and bugfixing) o. This branch will be rebased to master tomorrow or the day after tomorrow (don't depend on the branch for development