perkeep/pkg/search
Brad Fitzpatrick 3eb493599e in-memory search: better structure for keeping memory corpus and kv
index in sync, both at start-up and while running and receiving blobs.
They both use the same mechanism now.

Also adds KeyId to the index and Corpus, as the next step. Plenty more
row types remain...

Change-Id: Id79955ba25dc79d5fbd94b0e5248d33dcf71d97e
2013-11-17 09:41:45 -08:00
..
export_test.go search handler: more tests, and fix for the describe depth race 2013-03-06 19:04:10 +01:00
handler.go index: change GetBlobMIMEType to GetBlobMeta. mime types on a blob was wrong anyway. 2013-11-16 19:40:14 -08:00
handler_test.go search/index: invert depedency. search now depends on index. 2013-11-16 15:00:30 -08:00
match_test.go search: TimeConstraint 2013-11-09 17:08:46 -05:00
query.go index: change GetBlobMIMEType to GetBlobMeta. mime types on a blob was wrong anyway. 2013-11-16 19:40:14 -08:00
query_test.go in-memory search: better structure for keeping memory corpus and kv 2013-11-17 09:41:45 -08:00
search.go search/index: invert depedency. search now depends on index. 2013-11-16 15:00:30 -08:00