예제 #1
0
 def testCreateSourceNameIndex(self):
     mongoIndex = MongoIndex(self.__mongoUtils, self.__mongoReadUtils)
     simNamesN = FileNameNormalization()
     mongoIndex.createStatistics(self.__fsWorker, self.__rFS, self.__smN,
                                 self.__scc)
     mongoIndex.createSourceNameIndex(self.__fsWorker, simNamesN)
예제 #2
0
 def testCreateSourceNameIndex(self):
     mongoIndex = MongoIndex(self.__mongoUtils, self.__mongoReadUtils)
     simNamesN = FileNameNormalization()
     mongoIndex.createStatistics(self.__fsWorker, self.__rFS, self.__smN, self.__scc)
     mongoIndex.createSourceNameIndex(self.__fsWorker, simNamesN)
예제 #3
0
 def testCreateStatistics(self):
     mongoIndex = MongoIndex(self.__mongoUtils, self.__mongoReadUtils)
     mongoIndex.createStatistics(self.__fsWorker, self.__rFS, self.__smN,
                                 self.__scc)
예제 #4
0
 def testCreateStatistics(self):
     mongoIndex = MongoIndex(self.__mongoUtils, self.__mongoReadUtils)
     mongoIndex.createStatistics(self.__fsWorker, self.__rFS, self.__smN, self.__scc)