8000 Support Japanese analyzer by mosuka · Pull Request #8 · mosuka/blast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Support Japanese analyzer #8

Merged
merged 1 commit into from
Aug 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
323 changes: 313 additions & 10 deletions Gopkg.lock

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@
name = "google.golang.org/grpc"
version = "1.14.0"

[[override]]
name = "github.com/couchbase/moss"
branch = "master"

[[override]]
name = "github.com/couchbase/ghistogram"
branch = "master"

[prune]
go-tests = true
unused-packages = true
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
VERSION ?=
GOOS = linux
GOARCH = amd64
BUILD_TAGS = ""
BUILD_TAGS = "kagome"

GO := CGO_ENABLED=0 GO15VENDOREXPERIMENT=1 go

Expand Down
Loading
0