mosuka / blast

Blast is a full text search and indexing server, written in Go, built on top of Bleve.
Apache License 2.0
1.08k stars 76 forks source link

replace cgo's idea #53

Open ghost opened 5 years ago

ghost commented 5 years ago

i would really love to replace the CGO, so its more portable.

Language detector: https://github.com/abadojack/whatlanggo

Word Stemming: There are a few around in golang. Still researching.

Let me know your thoughts...

mosuka commented 5 years ago

Thank you for exploring the Pure Go library. It may take a while, but I will try to implement it.:)

ghost commented 5 years ago

Ok well glad its not rejected :)

I will also work on it.

mosuka commented 4 years ago

Made a PR. https://github.com/blevesearch/blevex/pull/47