Merge branch 'LUCY-282-refine-go-pt2' Continuing on with testing and customizing the Go bindings for Search classes.
This fixes #20. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/91d34ea4 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/91d34ea4 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/91d34ea4 Branch: refs/heads/master Commit: 91d34ea4c2f18604cb673728f6f67dacd7ce35bf Parents: 15d4564 2aa24c1 Author: Marvin Humphrey <[email protected]> Authored: Mon Sep 28 12:49:48 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Sep 28 12:49:48 2015 -0700 ---------------------------------------------------------------------- core/Lucy/Search/Collector.cfh | 3 + go/build.go | 19 ++ go/lucy/lucy_test.go | 1 + go/lucy/search.go | 126 ++++++++++++-- go/lucy/search_test.go | 334 ++++++++++++++++++++++++++++++++++++ 5 files changed, 465 insertions(+), 18 deletions(-) ----------------------------------------------------------------------
