modify `giza' library so that i can get sphinx search stats, and because of this, i can add a more detailed page navigation

master
Kevin Lynx 11 years ago
parent 44464b40b3
commit e8e3142235

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -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]},

Binary file not shown.

Binary file not shown.

@ -41,6 +41,9 @@ a.download-tip {
span.file-size {
color:#888;
}
p.page-nav {
text-align:center;
}
</style>
</head>
<body>

Loading…
Cancel
Save