beagle r3704 - trunk/beagle/beagled



Author: dbera
Date: 2007-05-10 01:56:41 +0100 (Thu, 10 May 2007)
New Revision: 3704
ViewCVS link: http://svn.gnome.org/viewcvs/beagle?rev=3704&view=rev

Modified:
   trunk/beagle/beagled/IndexerRequest.cs
   trunk/beagle/beagled/LuceneIndexingDriver.cs
   trunk/beagle/beagled/LuceneQueryable.cs
Log:
Using a global id and a local array with indexes as that of the id is incorrect; diffrent threads might separately increment the id which will mess with the array index. Instead, use a dictionary to store the indexables.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]