Merge branch 'LUCY-282-go-qparser' Tune and test the Go bindings for QueryParser.
This closes #32. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b30f5c2b Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b30f5c2b Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b30f5c2b Branch: refs/heads/master Commit: b30f5c2beb46161f4217d0577394826afe4e5e05 Parents: 6cc97ec 8b99de0 Author: Marvin Humphrey <[email protected]> Authored: Mon Dec 28 12:12:22 2015 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Mon Dec 28 12:12:22 2015 -0800 ---------------------------------------------------------------------- go/build.go | 8 +++++ go/lucy/lucy.go | 16 +++++++++ go/lucy/search.go | 41 +++++++++++++++++++++++ go/lucy/search_test.go | 79 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 144 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/b30f5c2b/go/build.go ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/b30f5c2b/go/lucy/lucy.go ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/b30f5c2b/go/lucy/search.go ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/b30f5c2b/go/lucy/search_test.go ----------------------------------------------------------------------
