예제 #1
0
 public bool IndexPathExists(SolutionKey key)
 {
     return(LuceneDirectoryHelper.
            DoesLuceneDirectoryForSolutionExist(key.GetSolutionPath(), PathManager.Instance.GetExtensionRoot()));
 }