当前位置:网站首页>Coreseek: the second step is index building and testing
Coreseek: the second step is index building and testing
2022-07-07 23:20:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm the king of the whole stack .
1, Indexing is very easy. One line of code
g:/service/coreseek/bin/indexer -c g:/service/coreseek/etc/csft_mysql.conf person
In front of you bin Under folder indexer Program Back -c Refers to the following configuration file Then there is the configuration file address It's best to use absolute addresses Next is the index It can also be used –all That is, index all parts of the configuration file
Then write a batch file . This is more convenient .
2. Now you can test on the command line .
Test English :g:\service\coreseek\bin\search -c g:\service\coreseek\etc\csft_mysql.conf w
The last parameter is to retrieve the content , Literally change
Test Chinese :echo Brake fluid | iconv -f gbk -t utf-8 | bin\search -c g:\service\coreseek\etc\csft_mysql.conf –stdin | iconv -f utf-8 -t gbk
There will be a lot of garbled code in search results . It doesn't matter and it's very normal
It is better to add
::timeout /t 1 pause
Be able to keep the interface on the screen
Assuming the search results are OK , Then it means that your configuration file should be successful . Can enter API Called
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/116206.html Link to the original text :https://javaforall.cn
边栏推荐
- Wechat forum exchange applet system graduation design completion (7) Interim inspection report
- Adrnoid Development Series (XXV): create various types of dialog boxes using alertdialog
- Unity3D学习笔记6——GPU实例化(1)
- php 使用阿里云存储
- Inftnews | the wide application of NFT technology and its existing problems
- Opencv scalar passes in three parameters, which can only be displayed in black, white and gray. Solve the problem
- Network security -burpsuit
- In the field of software engineering, we have been doing scientific research for ten years!
- FPGA基础篇目录
- 统计电影票房排名前10的电影并存入还有一个文件
猜你喜欢

GEE(四):计算两个变量(影像)之间的相关性并绘制散点图

13、 System optimization

Inftnews | web5 vs Web3: the future is a process, not a destination

微信论坛交流小程序系统毕业设计毕设(3)后台功能

Lecture 30 linear algebra Lecture 5 eigenvalues and eigenvectors

Binary tree

Gee (IV): calculate the correlation between two variables (images) and draw a scatter diagram

三问TDM

Wechat forum exchange applet system graduation design completion (6) opening defense ppt

Technology at home and abroad people "see" the future of audio and video technology
随机推荐
Kubernetes' simplified data storage storageclass (creation, deletion and initial use)
Vs extension tool notes
FreeLink开源呼叫中心设计思想
ArcGIS:字段赋值_属性表字段计算器(Field Calculator)依据条件为字段赋值
About idea cannot find or load the main class
Dynamic agent explanation (July 16, 2020)
Network security sqlmap and DVWA explosion
十四、数据库的导出和导入的两种方法
Installing vmtools is gray
Unity3D学习笔记5——创建子Mesh
网络安全-beef
FPGA基础篇目录
Clean C disk
JMeter-接口自动化测试读取用例,执行并结果回写
LeeCode -- 6. Z 字形变换
CAIP2021 初赛VP
Brush question 4
UE4_UE5全景相机
ROS2专题(03):ROS1和ROS2的区别【01】
Brush question 5