go-ego / riot

Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
Apache License 2.0
6.11k stars 473 forks source link

How to parse the return value #73

Closed qweawdqq closed 5 years ago

qweawdqq commented 5 years ago

How to parse the return value?I just want to get the string I need.

vcaesar commented 5 years ago

https://github.com/go-ego/riot/blob/master/engine_test.go#L187 . https://github.com/go-ego/riot/blob/master/engine_test.go#L490 .