Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Solr Learning Notes 1

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Create a core (help: solr create_core-help)

Example: solr create_core-c mjj_core-d / var/solr/mjj_config (- c is the core name-d is the copy source location of the configuration folder and will be copied to the mjj_core folder in solr_home

Here I just copied the contents under the / opt/solr-8.0.0/server/solr/configsets/_default folder to / var/solr/mjj_config, which is the same as the default configuration.

/ opt/solr-8.0.0 is the location where solr software is installed)

two。 Import data

Example: post-c mjj_core / var/solr/mysolr_test_data/students.csv (the csv file can be a file exported by pl sql, the first line is the list of people, and the other lines are values)

3. Query data

Http://192.168.6.129:8983/solr/mjj_core/select?q=sno%3A17-search for students with student number 17.

4. Transcoding

Transcoding:% 2B is + transcoding% 20 is space transcoding-number does not need transcoding% 3A is: transcoding

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report