博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Using Sphinx to index CNS database
阅读量:4921 次
发布时间:2019-06-11

本文共 339 字,大约阅读时间需要 1 分钟。

1, look at the sphinx.person.address.conf to see how to configure the conf file

2, index the database using conf file. the format is as below:
    indexer --config sphinx.person.address.conf --all
3, search something for fun. format as below:
    search --config sphinx.person.address.conf Slovenia

转载于:https://www.cnblogs.com/miaoz/p/3548958.html

你可能感兴趣的文章
【练习】在一个字符串中找到第一个只出现一次的字符。如输入abaccdeff,则输出b...
查看>>
python解决上楼梯问题
查看>>
变参宏 __VA_ARGS__
查看>>
sql 语句
查看>>
VUE一 基础语法
查看>>
[MySQl]MySQL忘记密码
查看>>
Android的minSdkVersion,targetSdkVersion,maxSdkVersion
查看>>
Xceed WinForm数据表格控件Xceed Grid For .NET控件详细介绍及下载地址
查看>>
ecos启动流程分析
查看>>
Oracle CASE WHEN 用法介绍
查看>>
linux 下连接mysql服务器
查看>>
DOMContentLoad 首屏渲染
查看>>
rpm检验是否被改动过
查看>>
Sphinx-简介及原理
查看>>
【Linux】深入理解Linux中内存管理
查看>>
WEB 移动网站 手机点击 打电话 发短信
查看>>
2019CSUST集训队选拔赛题解(一)
查看>>
李晓菁201771010114《面向对象程序设计(Java)》第三周学习总结
查看>>
Typedef与Struct
查看>>
Linux常用网络命令整理
查看>>