mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2024-12-12 19:46:22 +00:00
add http search result highlight
This commit is contained in:
parent
7f7045883e
commit
b1869dd122
@ -1,6 +1,6 @@
|
||||
{application,dhtcrawler,
|
||||
[{description,"A DHT crawler to index magnet hash to torrent"},
|
||||
{vsn,"53e3036"},
|
||||
{vsn,"2f8842a"},
|
||||
{registered,[dht_crawler_sup]},
|
||||
{applications,[kernel,stdlib,crypto,public_key,ssl,inets,bson,
|
||||
mongodb]},
|
||||
@ -16,9 +16,10 @@
|
||||
index_file,loc_torrent,loc_torrent_cache,
|
||||
loc_torrent_sup,name_seger,rmmseg,sphinx_builder,
|
||||
sphinx_builder2,sphinx_builder_sup,sphinx_cmd,
|
||||
sphinx_doc,sphinx_id,sphinx_search,sphinx_torrent,
|
||||
sphinx_torrent2,sphinx_xml,string_split,string_util,
|
||||
time_util,tor_builder,tor_download,tor_download_stats,
|
||||
tor_location,tor_location_reader,tor_location_writer,
|
||||
tor_name_seg,torrent_file,transfer,urldecode,vlog,
|
||||
sphinx_doc,sphinx_excerpt,sphinx_id,sphinx_search,
|
||||
sphinx_torrent,sphinx_torrent2,sphinx_xml,
|
||||
string_split,string_util,time_util,tor_builder,
|
||||
tor_download,tor_download_stats,tor_location,
|
||||
tor_location_reader,tor_location_writer,tor_name_seg,
|
||||
torrent_file,transfer,urldecode,vlog,
|
||||
xmerl_xml_cdata]}]}.
|
||||
|
Binary file not shown.
BIN
ebin/sphinx_excerpt.beam
Normal file
BIN
ebin/sphinx_excerpt.beam
Normal file
Binary file not shown.
Binary file not shown.
@ -44,6 +44,10 @@ span.file-size {
|
||||
p.page-nav {
|
||||
text-align:center;
|
||||
}
|
||||
.highlight {
|
||||
color:blue;
|
||||
background:yellow;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user