Changeset 294

Show
Ignore:
Timestamp:
02/22/08 04:22:49 (9 months ago)
Author:
jake
Message:

Changed order of operations for put

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thrudex/src/CLuceneIndex.cpp

    r293 r294  
    214214    } 
    215215 
     216    l_modifier->addDocument(doc); 
     217    l_ram_bloom->insert( key ); 
    216218 
    217219    //If this exists already on disk remove it 
     
    222224            l_disk_filter->skip(wkey); 
    223225    } 
    224  
    225     l_modifier->addDocument(doc); 
    226     l_ram_bloom->insert( key ); 
    227226 
    228227    last_modified = Util::currentTime();