+ update logging to use Enterpise.Logging -- more work is still needed
+ massive move of source files
+ re-implement GetEnumerator so Foreach enumeration will work -- tied into our custom enumerator
+ custom enumerator support
SearchResultReader: enumerator - fix index out of range exceptions by decrementing the maximum index by 1
+ fix index increment for SearchResultReader enumerator
+ allow the delete of result files, when reading (if delete is true)
+ use ResultType<ulong> instead of ResultType<object> + use StructResultType<ulong> instead of StructResultType<object>
+ do comparision operations when we first serialize results to file
+ memory optimization - WIP
attempt to reduce memory usage by: 1) opening the serialized results 2) seeking to the current result entry 3) read the data 4) close the data stream 5) return the result
+ update serialization reader/writer to include a search results guid
+ add serialization writer
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.