Open GoogleCodeExporter opened 9 years ago
Can a ConcurrentWildcardTree be used for url routing with parameters? like
/home/products/*/tab/*?color=* ?
Original comment by respriet...@gmail.com
on 16 Jan 2015 at 9:19
I'm planning to take a different/better approach than discussed above to
support multiple wildcard queries, when I eventually get time for this.
Basically a potentially better way to support multiple wildcard lookup, is to
set up a tree of InvertedRadixTrees.
Each InvertedRadixTree has a getKeysPrefixing method, which returns keys in the
tree which match an input string with a trailing wildcard.
If you set up a tree of these InvertedRadixTree, then you can accelerate
lookups where your url patterns contain any number of wildcards.
Original comment by ni...@npgall.com
on 19 Jan 2015 at 1:19
Original issue reported on code.google.com by
ni...@npgall.com
on 24 Mar 2013 at 10:19