Hi Damian Steer wrote: > LARQ adds a proper free text index [1] which should be much better. This is > now a separate module, I believe (Paolo?). > Personally I've used a separate trie index for autocompletion, since it tends > to get hammered.
Correct, LARQ is a separate module now (and I still need to finalize the 1.0.0 release which has been voted and approved). Apologies, I have not done it yet because it's my first time and I do not want to make mistakes (I still need to re-read the documentation). I'll do this over the week-end at the latest. Cheers, Paolo > [1] <http://incubator.apache.org/jena/documentation/larq/index.html>