> Hello all,
> I'm trying to find some ways to export and use the tracker database plus
> indexes and even if the Tracker FTS seems to be enabled,
> I get an error for a simple select query (the library libtracker-fts.so
> does
> not exists).
>
> user@ubuntu:~/Downloads/*tracker-0.9.35*$ sqlite3
> /home/user/.cache/tracker/meta.db
> SQLite version 3.7.2
> Enter ".help" for instructions
> Enter SQL statements terminated with a ";"
> *sqlite> select * from fts;
> Error: no such module: trackerfts*
> sqlite> select * from fts_segdir;
> 2|0|3|7|7|desktops
> 2|1|10|13|13|
> do
> 1|0|0|0|0|
> 1|1|0|0|0|
> 1|2|0|0|0|
> 0|0|14|28|28|basics
> 0|1|0|0|0|
> 0|2|29|49|49|appro
> 0|3|0|0|0|
> 0|4|0|0|0|
> 0|5|0|0|0|
> sqlite>
>
> Any help is much appreciated,
> Thank you,
> Lucian Torje
> _______________________________________________
> tracker-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/tracker-list
>

Hi Lucian

we strongly discourage opening the sqlite db directly. If you want to use
fts, have a look at
http://live.gnome.org/Tracker/Documentation/Examples/SPARQL/FTS

Cheers

Adrien

_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to