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

Patch segmenter of #51 #54

Closed szyhf closed 6 years ago

szyhf commented 6 years ago

Provide test code:

// at engine_test.go:937 
func TestSearchWithSetmenter(t *testing.T){
   // ...
}

Description

Provide support for self defined segmenter without breaking current implement.

...

vcaesar commented 6 years ago

Please clear No changes file, thanks.

szyhf commented 6 years ago

@vcaesar Those file has a +x authority, that's not safe

vcaesar commented 6 years ago

Close because have a better solution.