Re: [Tracker] numbers indexed?

2009-11-02 Thread Tshepang Lekhonkhobe
On Mon, Nov 2, 2009 at 17:06, Jamie McCracken wrote: > number indexing is disabled Any chance it can be available as an option. I often need to search phone numbers, among other needs. -- my place on the web: floss-and-misc.blogspot.com ___ tracker-li

Re: [Tracker] [PATCH 0/2] Some improvements on t-s-t

2009-11-02 Thread Jamie McCracken
Thanks for these - I will look at them in the next few days. Im not sure about second one either - I guess I need to confirm with rest of tracker team how to handle field specific searches jamie On Mon, 2009-11-02 at 16:02 +0100, Juan A. Suarez Romero wrote: > Hello all! > > I've been working on

Re: [Tracker] tracker-miner-fs crash?

2009-11-02 Thread Tshepang Lekhonkhobe
On Mon, Nov 2, 2009 at 17:34, Carlos Garnacho wrote: > I've just fixed it in master HEAD, thanks for the heads up! Still occurs :-( > On lun, 2009-11-02 at 16:44 +0200, Tshepang Lekhonkhobe wrote: >> Hi, >> >> Am not sure if this is a Debian-only problem: >> >> >> Tracker-Message: Crawling recur

Re: [Tracker] tracker-store leaking

2009-11-02 Thread Tshepang Lekhonkhobe
On Mon, Nov 2, 2009 at 17:22, Jürg Billeter wrote: > On Mon, 2009-11-02 at 16:52 +0200, Tshepang Lekhonkhobe wrote: >> On Tue, Oct 27, 2009 at 14:37, Jürg Billeter wrote: >> > Hi, >> > >> > On Tue, 2009-10-27 at 13:24 +0200, Tshepang Lekhonkhobe wrote: >> >> Seems there's some bad leak in tracker-s

Re: [Tracker] TST leaking

2009-11-02 Thread Jürg Billeter
On Mon, 2009-11-02 at 18:01 +0200, Tshepang Lekhonkhobe wrote: > On Mon, Oct 26, 2009 at 15:12, Tshepang Lekhonkhobe wrote: > > Seems like TST isn't releasing memory. > > > > I tested using this command: valgrind --leak-check=full > > --show-reachable=yes --leak-resolution=high -v > > /usr/bin/tra

[Tracker] [PATCH 1/2] tracker-search-tool: delay 500ms before querying tracker

2009-11-02 Thread Juan A. Suarez Romero
Querying tracker happens everytime user types a letter. To avoid it, waits for 500ms after user stops typing before asking tracker. --- src/tracker-search-tool/tracker-entry.gs | 21 ++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/src/tracker-search-tool/tr

[Tracker] [PATCH 2/2] tracker-search-tool: allow restrict search to a path

2009-11-02 Thread Juan A. Suarez Romero
When entering search words, if "path:" is enter, then search is restricted to . As example, entering "offspring path:/home/user/Videos" will search "offspring" in container "/home/user/Videos". Some of current restrictions: - Only one path is used - Path must be absolute - There is no re

[Tracker] [PATCH 0/2] Some improvements on t-s-t

2009-11-02 Thread Juan A. Suarez Romero
Hello all! I've been working on a couple of improvements for t-s-t. 1. I've noticed everytime you type a new letter in the entry box, a new search is performed in tracker. I think this is not very efficient, as user may want to look for a longer word, and intermediate searches are not useful at

Re: [Tracker] tracker-miner-fs crash?

2009-11-02 Thread Carlos Garnacho
I've just fixed it in master HEAD, thanks for the heads up! On lun, 2009-11-02 at 16:44 +0200, Tshepang Lekhonkhobe wrote: > Hi, > > Am not sure if this is a Debian-only problem: > > > Tracker-Message: Crawling recursively directory '/usr/share/applications' > > (tracker-miner-fs:9489): Tracke

Re: [Tracker] tracker-store leaking

2009-11-02 Thread Jürg Billeter
On Mon, 2009-11-02 at 16:52 +0200, Tshepang Lekhonkhobe wrote: > On Tue, Oct 27, 2009 at 14:37, Jürg Billeter wrote: > > Hi, > > > > On Tue, 2009-10-27 at 13:24 +0200, Tshepang Lekhonkhobe wrote: > >> Seems there's some bad leak in tracker-store; top claims it's upwards > >> of 300MB of RAM while v

Re: [Tracker] numbers indexed?

2009-11-02 Thread Jamie McCracken
number indexing is disabled On Mon, 2009-11-02 at 16:48 +0200, Tshepang Lekhonkhobe wrote: > anyone out there? > > On Fri, Oct 23, 2009 at 20:34, Tshepang Lekhonkhobe wrote: > > Hi, > > > > Am wondering if numbers are indexed, because searching them yields > > nothing. If not is it a bug or is it

Re: [Tracker] numbers indexed?

2009-11-02 Thread Tshepang Lekhonkhobe
anyone out there? On Fri, Oct 23, 2009 at 20:34, Tshepang Lekhonkhobe wrote: > Hi, > > Am wondering if numbers are indexed, because searching them yields > nothing. If not is it a bug or is it intended, and why? > > -- > my place on the web: > floss-and-misc.blogspot.com > -- my place on the w

[Tracker] tracker-miner-fs crash?

2009-11-02 Thread Tshepang Lekhonkhobe
Hi, Am not sure if this is a Debian-only problem: Tracker-Message: Crawling recursively directory '/usr/share/applications' (tracker-miner-fs:9489): Tracker-CRITICAL **: Could not obtain the mounted volumes Program received signal SIGSEGV, Segmentation fault. 0xb7c00f99 in IA__g_ptr_array_fore

Re: [Tracker] tracker-extract greedy

2009-11-02 Thread Martyn Russell
On 02/11/09 13:01, Tshepang Lekhonkhobe wrote: Hi, Anyone noticed how memory hungry the extractor tends to get (top claims it's upwards of 300MB). I've set MaxWordsToIndex=100 and I wonder if that makes a difference. I don't know how put this under valgrind so I can have something for you gu

[Tracker] tracker-extract greedy

2009-11-02 Thread Tshepang Lekhonkhobe
Hi, Anyone noticed how memory hungry the extractor tends to get (top claims it's upwards of 300MB). I've set MaxWordsToIndex=100 and I wonder if that makes a difference. I don't know how put this under valgrind so I can have something for you guys. -- my place on the web: floss-and-misc.blog

Re: [Tracker] tracker-indexer segfault libsqlite3.so.0.8.6

2009-11-02 Thread Martyn Russell
On 02/11/09 10:07, Philip Van Hoof wrote: On Mon, 2009-11-02 at 10:04 +, Martyn Russell wrote: On 02/11/09 05:39, Alexander wrote: Hi tracker-list, i'm using Ubuntu 9.10(Karmic) and experiencing following error: Nov 1 20:30:27 novel kernel: [30581.251999] tracker-indexer[7127]: segfault a

Re: [Tracker] tracker-indexer segfault libsqlite3.so.0.8.6

2009-11-02 Thread Philip Van Hoof
On Mon, 2009-11-02 at 10:04 +, Martyn Russell wrote: > On 02/11/09 05:39, Alexander wrote: > > Hi tracker-list, > > > > i'm using Ubuntu 9.10(Karmic) and experiencing following error: > > Nov 1 20:30:27 novel kernel: [30581.251999] tracker-indexer[7127]: > > segfault at 0 ip 004a3c0f sp bf8c26

Re: [Tracker] tracker-indexer segfault libsqlite3.so.0.8.6

2009-11-02 Thread Martyn Russell
On 02/11/09 05:39, Alexander wrote: Hi tracker-list, i'm using Ubuntu 9.10(Karmic) and experiencing following error: Nov 1 20:30:27 novel kernel: [30581.251999] tracker-indexer[7127]: segfault at 0 ip 004a3c0f sp bf8c26d0 error 4 in libsqlite3.so.0.8.6[451000+86000] everytime tracker starts wo