Here's how to upload data from csv files to your opensolr index.
Opensolr Backup Manager now comes with Automated Daily backup scheduler, and the option to backup your solr data and configuration files, and choose to only restore data or configuration files or both.
If you don't feel like creating your own data importer to import data from your SQL database to your SOLR collections, we've also integrated the DIH - Data Import Handler which now helps you define your SQL connection and query, and import your data to SOLR with just a few clicks.
Editing the schema.xml using opensolr.com is easy. This describes how to easily define new fields and edit your schema.xml to fit your needs.
Posted: 2022-07-28
Category: Misc. Q & A
Sample Search Engine Laravel application, using Vue, Solarium and Opensolr.
This explains how to easily setup secure solr replication OVER HTTPS between two of your opensolr indexes
Yes!
Opensolr finally delivered the HTTP Authentication mechanism for every index! Best part: IT IS FREE! Keep reading to learn more!
Analytics is a great way to get some key information about how your index is being used on a daily basis.
We have just released the first US-EAST Solr version 9 Shared Solr Cloud Instance.
Posted: 2019-02-18
Category: Misc. Q & A
We've seen here how we may setup our MySQL data importer and import data directly from our MySQL database inside the opensolr generic collections.
In quite the same manner, we're about to see how we can import data from any XML file through the SOLR HttpDataSource.
All we have to do is setup the db-data-config.xml file to accept our XML files.