How to import database data by solr
This article mainly introduces "how to import database data from solr". In daily operation, I believe many people have doubts about how to import database data from solr. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about "how to import database data from solr". Next, please follow the editor to study!
Register for DataImportHandler
Add the following code to solrconfig.xml. In solr5, under the server/solr/ {core} / conf directory.
/ home/username/data-config.xml
The data-config.xml file can be placed in a directory called solrconfig.xml.
two。 Configure the data-config.xml file
First configure the data source
If there are multiple data sources, add the name attribute as a distinction, such as name= "ds1"
Add the datasource attribute to the entity to specify which data source to get the number from
.. .. ..
Datasource can also be configured in solrconfig.xml
At this point, the study on "how to import database data from solr" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!