On 19 Apr 2012, at 16:48, Rob Vesse wrote: > Trie indexes are the simplest way to do prefix searches for auto-completion > but they require you to do all the implementation yourselves because AFAIK we > don't have a drop in Trie index module for ARQ > > Damian - Is your Trie index code you could share? > > Rob
The trie is part of a simple autocompletor web application that talks to sparql endpoints, rather than an ARQ-accessible index.The trie code isn't mine, and the original seems to have vanished from the web. I could put it up on github if anyone is interested. Damian