Changeset 294
- Timestamp:
- 02/22/08 04:22:49 (9 months ago)
- Files:
-
- 1 modified
-
trunk/thrudex/src/CLuceneIndex.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thrudex/src/CLuceneIndex.cpp
r293 r294 214 214 } 215 215 216 l_modifier->addDocument(doc); 217 l_ram_bloom->insert( key ); 216 218 217 219 //If this exists already on disk remove it … … 222 224 l_disk_filter->skip(wkey); 223 225 } 224 225 l_modifier->addDocument(doc);226 l_ram_bloom->insert( key );227 226 228 227 last_modified = Util::currentTime();
