# build the binary
make build
# start the service
./vector-space-searcher --conf=config/pipeline.json --debug=false
Example
use crawler system to produce raw html docs, after vector-space-searcher consumes all html docs, then
# get system info
curl http://127.0.0.1:18180/v1/system_info
# do query
curl -XPOST -d '{"query": "Hello World", "topk": 3}' http://127.0.0.1:18180/v1/query