Exemple #1
0
        public EvolutionDataServerQueryable() : base("EvolutionDataServerIndex", INDEX_VERSION)
        {
            indexable_text_cache = UriFu.NewHashtable();

            photo_dir = Path.Combine(Driver.TopDirectory, "Photos");
            System.IO.Directory.CreateDirectory(photo_dir);

            generator = new SchedulingIndexableGenerator(this, "Evolution Data Server");
        }
		public EvolutionDataServerQueryable () : base ("EvolutionDataServerIndex", INDEX_VERSION)
		{
			indexable_text_cache = UriFu.NewHashtable ();

			photo_dir = Path.Combine (Driver.TopDirectory, "Photos");
			System.IO.Directory.CreateDirectory (photo_dir);

			generator = new SchedulingIndexableGenerator (this, "Evolution Data Server");
		}