On Wed, 2009-07-15 at 10:40 +0200, Jürg Billeter wrote: > On Fri, 2009-07-10 at 14:09 +0100, Martyn Russell wrote: > > On 10/07/09 13:18, Jamie McCracken wrote: > > > we need fts:rank and fts:snippet to be exposed by sparql query. This is > > > one for Juerg to do > > > > Jurg, any comment to add here? > > I will look into this. Suggestions how to represent this with SPARQL are > welcome.
fts:snippet and fts:rank needs to be a select field just like it is in sql. I need to be able to do order by fts:rank and retrieve the snippet a forced limitation is that only one fts match can appear in a single sparql statement - that should make it easy for you to implement. it would be cool if there was an easy way to add custom sql functions to sparql (say via xml?) > > Jürg > _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
