log query-indexed.cpp @ 770:c54bc2ffbf92 tip

age author description
Fri, 05 Mar 2010 16:00:53 +0000 mas01cr Extend results structure to include a key for the query.
Fri, 28 Aug 2009 17:14:06 +0000 mas01cr MORE MEMORY SANITY
Tue, 11 Aug 2009 21:42:13 +0000 mas01cr Header file rearrangement
Wed, 04 Feb 2009 10:45:57 +0000 mas01mc Removed LSH_N_POINT_BITS coding for LSH index. Now uses binay search via STL lower_bound to locate tracks and positions from global pointID searching over cumulative track lengths. MERGE of branches/multiprobeLSH -r 819:821 onto trunk. This is a non backward-compatible change; WARNING generated on attempt to use INDEXING with older audioDB databases. Only INDEXES are broken, not ADB instances.