Ubuntu上使用coreseek
建立索引
/usr/local/coreseek/bin/indexer -c csft_demo_python.conf --all查询索引
/usr/local/coreseek/bin/search -c csft_demo_python.conf -a 性能
启动服务进程:
/usr/local/coreseek/bin/searchd -c csft.conf
关闭conf
/usr/local/coreseek/bin/searchd -c csft.conf --stop
先建立索引,然后启动服务,结束后关闭conf
增量索引
/usr/local/coreseek/bin/indexer -c csft_demo_python.conf main --rotate
/usr/local/coreseek/bin/searchd -c csft_demo_python.conf
/usr/local/coreseek/bin/indexer -c csft_demo_python.conf delta --rotate
/usr/local/coreseek/bin/indexer -c csft_demo_python.conf --merge main delta --merge-dst-range deleted 0 0 --rotate
测试:
/usr/local/coreseek/bin/search -c csft_demo_python.conf -a 本版