Merge branch 'LUCY-282-Go-index-pt2' Continue with tuning and testing the Go bindings for Lucy's indexing components.
* IndexReader * Lexicon * PostingList, Posting * Various DataReaders and DataWriters This closes #31. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/6cc97ece Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/6cc97ece Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/6cc97ece Branch: refs/heads/master Commit: 6cc97ececdd033388728dc3503901aa65d12009c Parents: f5916a4 126c6ba Author: Marvin Humphrey <[email protected]> Authored: Mon Dec 28 12:09:01 2015 -0800 Committer: Marvin Humphrey <[email protected]> Committed: Mon Dec 28 12:09:01 2015 -0800 ---------------------------------------------------------------------- go/build.go | 64 ++++++++ go/lucy/index.go | 307 ++++++++++++++++++++++++++++++++++++ go/lucy/index_test.go | 377 +++++++++++++++++++++++++++++++++++++++++++- go/lucy/lucy.go | 21 +-- go/lucy/search.go | 2 +- go/lucy/search_test.go | 11 +- 6 files changed, 752 insertions(+), 30 deletions(-) ----------------------------------------------------------------------
