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

Can search result return more value except docid? #60

Closed cinos1 closed 6 years ago

cinos1 commented 6 years ago

I want get the value there i have set in the types.DocumentIndexData, bug the engine can only return the docid.

vcaesar commented 6 years ago

By default, DocData is also returned. Only when IDOnly: true is used, only docid is returned.