示例#1
0
文件: Xapian.py 项目: steveyen/moingo
 def exists(self):
     """ Check if the Xapian index exists """
     return BaseIndex.exists(self) and os.listdir(self.dir)
示例#2
0
文件: Xapian.py 项目: steveyen/moingo
 def __init__(self, request):
     self._check_version()
     BaseIndex.__init__(self, request)