Skip to content

Commit e8e3142

Browse files
committed
modify `giza' library so that i can get sphinx search stats, and because of this, i can add a more detailed page navigation
1 parent 44464b4 commit e8e3142

File tree

8 files changed

+10
-1
lines changed

8 files changed

+10
-1
lines changed

HISTORY.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 08.03.2013
2+
3+
* sphinx searching is stable right now, you can config to use it
4+
* modify giza library, to support get sphinx search stats from response
5+
* add page navigation to http
6+
17
## 07.30.2013
28

39
* add sphinx (coreseek which based on sphinx) to help searhcing, in expirement stage

deps/giza/ebin/giza_response.beam

300 Bytes
Binary file not shown.

ebin/api.beam

40 Bytes
Binary file not shown.

ebin/db_frontend.beam

76 Bytes
Binary file not shown.

ebin/dhtcrawler.app

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application,dhtcrawler,
22
[{description,"A DHT crawler to index magnet hash to torrent"},
3-
{vsn,"1d870e2"},
3+
{vsn,"237d90f"},
44
{registered,[dht_crawler_sup]},
55
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
66
mongodb]},

ebin/http_handler.beam

740 Bytes
Binary file not shown.

ebin/sphinx_search.beam

248 Bytes
Binary file not shown.

www/page.temp

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ a.download-tip {
4141
span.file-size {
4242
color:#888;
4343
}
44+
p.page-nav {
45+
text-align:center;
46+
}
4447
</style>
4548
</head>
4649
<body>

0 commit comments

Comments
 (0)