[
https://issues.apache.org/jira/browse/LUCY-282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14746533#comment-14746533
]
ASF GitHub Bot commented on LUCY-282:
-------------------------------------
GitHub user rectang opened a pull request:
https://github.com/apache/lucy/pull/20
LUCY-282 Refine Go part 2
Continuing on with testing and customizing the Go bindings for Search
classes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rectang/lucy LUCY-282-refine-go-pt2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy/pull/20.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 #20
----
commit b8b4b8eff29ada478c0ae029c0d6673741674a70
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-11T01:37:38Z
Tune and Test SeriesMatcher Go binding.
commit d0388c8c705dba826ab828c35d0690498da30dd1
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-11T02:37:45Z
Tune and test TopDocs Go binding.
Use slice of MatchDocs rather than Vector.
commit 295662d3570b0aa47ddebe69c12322e72d7cd107
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-11T03:29:09Z
Custom Go bindings for SortRule, SortSpec.
Custom constructors. Have SortSpec handle `rules` as a slice of
SortRules rather than a Vector.
commit 8c1e020e239e03446196bbd810a7f5c0c9f424c4
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-11T03:52:41Z
Test HitQueue Go bindings.
commit d1f3764ad447867618554af0c7e453716bfb47ee
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-11T04:01:07Z
Test Span Go bindings.
commit be4b75da3b26757534fc82e00e061b983b38a8d6
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-12T00:18:00Z
Test Hits Go bindings.
commit ab62643f19ca164cb58781ea33812dd27dd1f71b
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-12T01:06:56Z
Test MatchAllMatcher, NoMatchMatcher Go bindings.
commit 888c080217fbaa7117ec1c41e989f7d775b476d3
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-12T01:37:08Z
Test RangeMatcher Go bindings.
commit d850571684b0b5f4b68d3a5deed72feac9d7fb45
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-12T02:20:12Z
Add missing declaration for OffsetColl_new.
commit 40a1eecbec1b212d6d2b7742bfeba7d546467d15
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-12T02:21:05Z
Customize and test Collector Go bindings.
* Custom binding for SortCollector's PopMatchDocs.
* Tests for BitCollector, OffsetCollector, SortCollector
commit 63fd5b8b89ba40cb51934fe087cd3d2c8e8ca3d8
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-15T20:33:37Z
Generalize `query` param in `Hits`.
Allow both Query objects and query strings.
commit faab39e04c989d96b4e5fc6b069863e4ce06cb0d
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-15T20:34:34Z
Test IndexSearcher Go bindings.
commit 2aa24c199b204a254705caf94bf8013011f98699
Author: Marvin Humphrey <[email protected]>
Date: 2015-09-15T23:50:57Z
Test Go bindings for MatchDoc.
----
> 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)