Class PathTrie<T>

java.lang.Object
org.apache.solr.common.util.PathTrie<T>

public class PathTrie<T> extends Object
A utility class to efficiently parse/store/lookup hierarchical paths which are templatized like /collections/{collection}/shards/{shard}/{replica}
  • Constructor Details

    • PathTrie

      public PathTrie()
    • PathTrie

      public PathTrie(Set<String> reserved)
  • Method Details