예제 #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)