Matthew Toseland wrote: > Why do the indexes have to have non-overlapping names? Can't we have both > index_8f and index_8fc42 ? And then when we fetch a term, use the > appropriate index by going for the one with the longest prefix?
The PrefixTreeMap I've been coding for Interdex/Library has this behaviour. X