Beispiel #1
0
 public FieldReader(IDictionary <string, IDictionary <int, IList <int> > > tokens, Trie trie)
 {
     _tokens = tokens;
     _trie   = trie;
 }