Merge branch 'LUCY-275-Go-POC-take2' This updates Lucy's hand-coded proof-of-concept Go bindings to sync with additional changes to Clownfish.
See LUCY-275. This closes #10. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/a6140277 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/a6140277 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/a6140277 Branch: refs/heads/master Commit: a6140277717eb7fada757f2b70d0c37d01961267 Parents: e0ad52e f82b146 Author: Marvin Humphrey <[email protected]> Authored: Mon Apr 6 17:01:42 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Apr 6 17:01:42 2015 -0700 ---------------------------------------------------------------------- go/lucy/analysis.go | 34 ++++++++------- go/lucy/index.go | 79 +++++++++++++++++++++++------------ go/lucy/lucy_test.go | 2 +- go/lucy/plan.go | 67 +++++++++++++++++++----------- go/lucy/search.go | 87 +++++++++++++++++++++++++-------------- go/sample/getting_started.go | 4 +- 6 files changed, 176 insertions(+), 97 deletions(-) ----------------------------------------------------------------------
