diff --git a/HISTORY.md b/HISTORY.md index 6ab7db8..ffeded9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +## 08.03.2013 + +* sphinx searching is stable right now, you can config to use it +* modify giza library, to support get sphinx search stats from response +* add page navigation to http + ## 07.30.2013 * add sphinx (coreseek which based on sphinx) to help searhcing, in expirement stage diff --git a/deps/giza/ebin/giza_response.beam b/deps/giza/ebin/giza_response.beam index 710c29b..23e814f 100644 Binary files a/deps/giza/ebin/giza_response.beam and b/deps/giza/ebin/giza_response.beam differ diff --git a/ebin/api.beam b/ebin/api.beam index 6cc8e19..2333074 100644 Binary files a/ebin/api.beam and b/ebin/api.beam differ diff --git a/ebin/db_frontend.beam b/ebin/db_frontend.beam index 9609c04..52c238c 100644 Binary files a/ebin/db_frontend.beam and b/ebin/db_frontend.beam differ diff --git a/ebin/dhtcrawler.app b/ebin/dhtcrawler.app index c0a7566..9bb46d3 100644 --- a/ebin/dhtcrawler.app +++ b/ebin/dhtcrawler.app @@ -1,6 +1,6 @@ {application,dhtcrawler, [{description,"A DHT crawler to index magnet hash to torrent"}, - {vsn,"1d870e2"}, + {vsn,"237d90f"}, {registered,[dht_crawler_sup]}, {applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson, mongodb]}, diff --git a/ebin/http_handler.beam b/ebin/http_handler.beam index edcfc3e..869eb1a 100644 Binary files a/ebin/http_handler.beam and b/ebin/http_handler.beam differ diff --git a/ebin/sphinx_search.beam b/ebin/sphinx_search.beam index 0501bbf..37975ab 100644 Binary files a/ebin/sphinx_search.beam and b/ebin/sphinx_search.beam differ diff --git a/www/page.temp b/www/page.temp index 4745af9..e633967 100644 --- a/www/page.temp +++ b/www/page.temp @@ -41,6 +41,9 @@ a.download-tip { span.file-size { color:#888; } +p.page-nav { + text-align:center; +}