riot icon indicating copy to clipboard operation
riot copied to clipboard

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

Open liangyd1024 opened this issue 6 years ago • 4 comments

For example, what API does business data update through?

liangyd1024 avatar Jan 05 '19 07:01 liangyd1024

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

vcaesar avatar Jan 05 '19 17:01 vcaesar

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?

liangyd1024 avatar Jan 15 '19 09:01 liangyd1024

+1

jiankuny-zz avatar Mar 01 '19 09:03 jiankuny-zz

+1

suntong avatar Nov 15 '20 04:11 suntong