recoll index and usage

来源:互联网 发布:mysql 查询记录总数 编辑:程序博客网 时间:2024/06/05 14:49

http://www.lesbonscomptes.com/recoll/index.html.en

http://www.lesbonscomptes.com/recoll/usermanual/usermanual.html#RCL.INSTALL.CONFIG.MIMECONF


1)

Install recoll:
    Create and edit /etc/apt/sources.list.d/recoll.list and add the following lines:

    deb http://www.lesbonscomptes.com/recoll/debian/ unstable main
    deb-src http://www.lesbonscomptes.com/recoll/debian/ unstable main
        
    Then:

    sudo apt-get update
    sudo apt-get install recoll
        
2)
Configure:
cp /usr/share/recoll/example/* path/to/recoll-config
vi path/to/recoll-config //change the configure
vi path/to/recoll-config/mimeconf //Add "text/x-makefile = internal" for Makefile

3)
Usage:
recollindex -c path/to/recoll-config
recoll -c path/to/recoll-config -t xxx



recoll -Q -t -c recoll-darts4mount "H1525*" |awk -F'\(\(' '{print $2}' |awk -F'OR' '{for(i=1; i <= NF; i++){print $i;}}'|sort -u    //查看所有H1525xxx

recoll -t -c recoll-darts4mount H1520300|awk '/lp-darts/{print $2}'|sed -r 's/^\[file:\/\/|\]$//g'|sort -u|awk -F'lp-darts/' '{print "Your/path/"$2}'     //查找字符串所在的文件

0 0
原创粉丝点击