Skip to content
This repository has been archived by the owner on Mar 16, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (11 loc) · 335 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 335 Bytes

Suggester

Suggester is designed as a web service for providing input suggestions. It has 4 URLs,

  • Status

GET /:prefix/status

  • Add Index

PUT /:prefix/:unit_id/:word/:id

  • Del Index

DELETE /:prefix/:unit_id/:word/:id

  • Search Index

GET /:prefix/:unit_id/:word

Also you can use suggester sub package to operate it.