[
https://issues.apache.org/jira/browse/LUCY-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15067150#comment-15067150
]
ASF GitHub Bot commented on LUCY-282:
-------------------------------------
GitHub user rectang opened a pull request:
https://github.com/apache/lucy/pull/31
LUCY-282 Go index part 2
Continue with tuning and testing the Go bindings for Lucy's indexing
components.
* IndexReader
* Lexicon
* PostingList, Posting
* Various DataReaders and DataWriters
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rectang/lucy LUCY-282-Go-index-pt2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy/pull/31.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #31
----
commit 932c211412d89078a5ebc2400fd36540f534f0ba
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-04T00:06:44Z
Test Go bindings for Lexicon.
Use SegLexicon to test out Lexicon.
commit a693aa1decaff2b4e33eaacc180cf95b680d8317
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-04T01:37:07Z
Test Go bindings for PostingList.
commit d262be92763c9d145fd7fdcd3cef07cc8ec18a13
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-04T03:13:19Z
Test Go bindings for Posting.
commit 38bea5a604fd4d190bb49719f50d05e1a1c58de5
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-09T02:32:52Z
Tune and test Go bindings for DataReader.
commit c1cdb4d7912d0105ad5e00491769111eb8991d0b
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-09T03:17:24Z
Tune and test Go bindings for DocReader.
commit fe25122fadcb9115ddd0810e9986898048e5303e
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-09T04:33:58Z
Tune and test Go bindings for IndexReader.
commit 6deeba866eab0ffa1a6ad875a2d8912f16c9ae8b
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-11T00:08:33Z
Suppress SegReader and PolyReader Go ctors.
For now, providing lucy.OpenIndexReader is enough.
commit a405c39703da14ede15b1b20a54bf63165b32df5
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-11T01:05:05Z
Tune and test HighlightReader Go bindings.
commit bfe8a34733ff43ecf34dc2e7523684381dbec5a9
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-11T01:10:50Z
Test Go bindings for DeletionsReader.
commit db08b691bf6a8b5ce450f296f496c76604eef3e6
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-11T02:22:14Z
Tune and test Go bindings for SortReader.
commit 3358bc298eaaecd0e705af869d6c59f2e869dc8e
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-11T02:53:08Z
Tune and test Go bindings for LexiconReader.
commit e5e4232b6c0c8d22f46c6db5430fb92ee949c855
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-11T03:03:15Z
Tune and test Go bindings for PostingListReader.
commit 362aeddca1599907090188035e77aeeba7b57c8b
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-15T04:28:27Z
Tune and test Go bindings for DataWriter.
commit 2932054958f0fc785d13d1bbfe59dee9ce42ef00
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-21T17:04:49Z
Tune and test Go bindings for DeletionsWriter.
commit 126c6ba8907c2f134c9921cafe8d7dc74f1fbc5d
Author: Marvin Humphrey <[email protected]>
Date: 2015-12-21T20:38:25Z
Tune and test Go bindings for SegWriter.
----
> Refine and test Go bindings
> ---------------------------
>
> Key: LUCY-282
> URL: https://issues.apache.org/jira/browse/LUCY-282
> Project: Lucy
> Issue Type: Improvement
> Components: Go bindings
> Reporter: Marvin Humphrey
> Assignee: Marvin Humphrey
> Fix For: 0.5.0
>
>
> Now that we have roughly useful automated Go bindings, work through them fine
> tuning for Go idiomatic usage and writing tests to ensure the Go bindings
> work as expected.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)