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 474 forks source link

What API can update the data in `doc` dynamically? #78

Open liangyd1024 opened 5 years ago

liangyd1024 commented 5 years ago

For example, what API does business data update through?

vcaesar commented 5 years ago

Use engine.Index() directly, see the godoc.

liangyd1024 commented 5 years ago

image Initialize the data of the three indexes here

image Here I have updated the data in the index 2

image But why does the data in index 2 have two content, why is it not covered?

jiankuny-zz commented 5 years ago

+1

suntong commented 3 years ago

+1