Skip to content

suhara/socket_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket_search -- toy search engine program
  by Yoshihiko Suhara (sleepy_yoshi)


* How to install?
 % make


* How to use?
1. Start server
 % ./server
 ./server listening port 46490... 

2. Start client and input query
 % ./client
 input query> hoge fuga
 search results: 1 4 5

Use SIGINT (Ctrl-C) to stop processes.


* How to change index directory?
Change INDEX_DIR to change index directory.

index.h ---
#define INDEX_DIR "./index"
---

About

a toy search engine program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages