Ejemplo n.º 1
0
 public static Index LoadIndexFromFile(String path)
 {
     return(new Index(FileHandler.LoadFromXML <Lexicon>(path), FileHandler.LoadFromXML <ConcurrentDictionary <String, Document> >(path)));
 }