KO
|
EN
gitlite โ search
Search
#dotfiles
#vim
#ruby
#python
#ai-agent
#java
#plugin
#mantisbt-plugin
#javascript
#php
#dsh-plugin
#adopt-this-plugin
gojieba-bleve
โ 27
Open GitHub โ
GoJieba Bleve support
Download README (.md)
Explore Similar Repositories
swamp
:
Navigate your backed up data without drowning.
tantivy-go
:
Tantivy go bindings
gse-bleve
:
Go use bleve with gse tokenizer
searchgoose
:
๐ฆข Elasticsearch-like simple, lightweight, distributed RESTful search-engine using bleve written in go ๐
bleve-mapping-ui
:
web-based UI editor for bleve index mappings
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gojieba-bleve
?
Download (.md)
# GoJieba Bleve support [](https://raw.githubusercontent.com/ttys3/gojieba-bleve/main/LICENSE) [](https://godoc.org/github.com/ttys3/gojieba-bleve) [](https://goreportcard.com/report/ttys3/gojieba-bleve) ## Intro GoJieba [bleve](https://github.com/blevesearch/bleve) support mod this repo exists because [the original mod](https://github.com/yanyiwu/gojieba) has [removed bleve support](https://github.com/yanyiwu/gojieba/commit/b714017c2e6807881e0ed64151c0accdd436bb59) ## Get the mod ```bash go get github.com/ttys3/gojieba-bleve/v2 ``` ## Usage import it like this to register the `gojieba` Tokenizer and Analyzer ```go _ "github.com/ttys3/gojieba-bleve/v2" ``` please see [bleve_test.go](bleve_test.go)