当前位置:网站首页>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
边栏推荐
- Transform XL translation
- 定位到最底部[通俗易懂]
- Locate to the bottom [easy to understand]
- The text editor of markdown class should add colors to fonts (including typora, CSDN, etc.)
- In the field of software engineering, we have been doing scientific research for ten years!
- Why does the market need low code?
- Exploratory data analysis of heartbeat signal
- About idea cannot find or load the main class
- 三问TDM
- iNFTnews | Web5 vs Web3:未来是一个过程,而不是目的地
猜你喜欢

Talk about the design and implementation logic of payment process

十四、数据库的导出和导入的两种方法

Lecture 30 linear algebra Lecture 5 eigenvalues and eigenvectors

Oracle-数据库的备份与恢复

Introduction to redis and jedis and redis things

Adults have only one main job, but they have to pay a price. I was persuaded to step back by personnel, and I cried all night

Solve the problem of duplicate request resource paths /o2o/shopadmin/o2o/shopadmin/getproductbyid

微信论坛交流小程序系统毕业设计毕设(8)毕业设计论文模板

Description of longitude and latitude PLT file format

PCI-Express接口的PCB布线规则
随机推荐
LDO稳压芯片-内部框图及选型参数
turbo intruder常用脚本
The text editor of markdown class should add colors to fonts (including typora, CSDN, etc.)
Redhat下安装fedora
微信论坛交流小程序系统毕业设计毕设(2)小程序功能
Adrnoid Development Series (XXV): create various types of dialog boxes using alertdialog
LeeCode -- 6. Zigzag transformation
微信论坛交流小程序系统毕业设计毕设(1)开发概要
What are the similarities and differences between smart communities and smart cities
为什么市场需要低代码?
ROS2专题(03):ROS1和ROS2的区别【02】
统计电影票房排名前10的电影并存入还有一个文件
Byte hexadecimal binary understanding
2021-01-11
Wechat forum exchange applet system graduation design completion (1) development outline
CXF call reports an error. Could not find conduct initiator for address:
Clean C disk
Puce à tension stabilisée LDO - schéma de bloc interne et paramètres de sélection du modèle
Wechat forum exchange applet system graduation design completion (7) Interim inspection report
leetcode-520. 检测大写字母-js