perkeep/pkg/server
Brad Fitzpatrick bf54591e8d Remove the memIndex option from genconfig and devcam; default memoryIndex to on.
We had the legacy "memIndex" option to put the Camlistore index in
memory (the leveldb memdb) as an option in genconfig called
"memIndex", and we also had an option called "memoryIndex" for whether
to slurp the on-disk index to memory on start-up.  Too confusing!

Instead, delete "memIndex" (since it's not the default anyway, now
that we have kv).

Then, also (the original point of this change): default the
memoryIndex option to true, so search works for people by default.
This option might go away in the future if it becomes the only required
way.

Also, document this.

Change-Id: Iddffa6e19adbf09c5aacd063aa44de362d90633b
2013-12-11 12:20:22 +04:00
..
doc.go More docs. Every package is documented now. 2013-07-07 21:12:30 -07:00
download.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
favicon.ico Add a favicon to the server. 2013-01-12 21:25:55 -08:00
fileembed.go Remove CAMLI_DEV_UI_FILES and last zembed file. 2013-06-20 13:44:30 -07:00
filetree.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
image.go Merge branch 'master' of https://camlistore.googlesource.com/camlistore 2013-09-16 15:57:17 +01:00
publish.go serverconfig: fix tests because of previous publish config changes 2013-11-22 18:14:01 +01:00
publish_test.go search: remove MIME from DescribedBlob; fix Handler tests. 2013-11-18 16:36:08 -08:00
root.go Don't link to /setup handler for dev server. 2013-08-26 11:25:11 -05:00
root_appengine.go appengine: fix build issues 2013-08-11 19:42:57 +02:00
root_normal.go Work around lack of cgo when cross-compiling to arm. 2013-11-16 22:22:48 -08:00
share.go Clean up testing in share_test.go 2013-09-24 11:49:17 -07:00
share_test.go Clean up testing in share_test.go 2013-09-24 11:49:17 -07:00
status.go Fix two jsonconfig.Obj used without calling its Validate method 2013-09-22 16:03:47 -07:00
sync.go Change sorted.KeyValue.Find to take an optional end bound; add tests. 2013-12-07 08:43:18 -08:00
thumbcache.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
ui.go Move to "G+-style" selection. 2013-10-03 22:06:31 +00:00
uploadhelper.go all: delete pkg/blobref; convert all from *blobref.BlobRef to new blob.Ref 2013-08-03 19:54:30 -07:00
wizard-html.go wizard: cosmetic changes and clean up 2013-06-11 16:48:53 +02:00
wizard.go Remove the memIndex option from genconfig and devcam; default memoryIndex to on. 2013-12-11 12:20:22 +04:00
zip.go Handle GET and HEAD the same in more (all?) places. 2013-09-15 20:12:26 +01:00