Re: [Tracker] Questions about tracker 0.8



Hi Lucian,

On Fri, Jan 21, 2011 at 2:52 PM, Lucian Torje <torjelucian gmail com> wrote:
Hello all,
Is it possible to enable type ahead and real time results (like google instant) in tracker by using tracker-client for tracker 0.8?

First, libtracker-client is deprecated and i wouldn't use it for any recent code.

Second, that functionality is not nicely available (i.e. you would need to do it with tons of real queries and it is not practical). Some work in the library/FTS would be needed... an area were patches or expertise is very much welcome.
 
(If I could at least get the phrase were the searched string was found, that will definitely help.)

there is an fts function for this... fts:offsets gives you the position of the result in the text... then you need to retrieve that text and cut it in the sentence.

Another question, is it possible to configure the tracker 0.8 fs pdf extractor to continue indexing the pdf files till the end of the file (not only the first 10000 words)?

If should be a configuration option... in .config/tracker/miner-fs.cgf?

Regards,

Ivan



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]