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

lunny/suggester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages