예제 #1
0
        public bool CreateIndex()
        {
            //TODO In case no Source Collection was found
            _SourceCollection = FileManipulator.SearchDirectory((string)Properties.Settings.Default["SourceCollectionPath"]);
            _ILuceneHelper.CreateIndex(_SourceCollection, (string)Properties.Settings.Default["IndexPath"]);

            return(true);
        }