文件名称:acoustid-index:AcoustID使用的简约搜索引擎来搜索音频指纹
文件大小:224KB
文件格式:ZIP
更新时间:2024-06-11 08:29:45
search acoustid audio-fingerprinting C++
AcoustID索引 Acoustid Index是一个“数字搜索引擎”。 它与文本搜索引擎相似,但是它不是在搜索包含单词的文档,而是在搜索包含32位整数的文档。 这是一个简单的倒排索引数据结构,它不对索引文档进行任何处理。 这对于在音频指纹中进行搜索很有用,这些指纹不过是32位整数数组。 从Acoustid数据库重新索引: $ echo "COPY (SELECT id, acoustid_extract_query(fingerprint) FROM fingerprint) TO stdout DELIMITER '|' " \ | psql -U acoustid acoustid | ./fpi-import -d idx/ -c -o 跑步: $ ./fpi-server Listening on "127.0.0.1" port 6080 使用Doc