Merge branch 'LUCY-277-autogen-go' Replace some hand-coded proof-of-concept Go bindings with autogenerated Go glue.
This closes #13. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/cd34d6b8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/cd34d6b8 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/cd34d6b8 Branch: refs/heads/master Commit: cd34d6b8de041d192f34ec46da706806921ce089 Parents: 45c870b ec9bb96 Author: Marvin Humphrey <[email protected]> Authored: Wed May 6 15:11:23 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Wed May 6 15:11:23 2015 -0700 ---------------------------------------------------------------------- go/build.go | 43 ++++++++++++++++++++++--- go/lucy/analysis.go | 22 ------------- go/lucy/index.go | 21 ------------ go/lucy/plan.go | 37 --------------------- go/lucy/search.go | 83 +++++++++++++++++------------------------------- go/lucy/store.go | 30 +++++++++++++++++ 6 files changed, 97 insertions(+), 139 deletions(-) ----------------------------------------------------------------------
