Solr Search Engine Insert Example in .Net Core Project Using Details
-
In powershell run docker-compose -f docker-compose.solr.yml up This will start solr container. You check Solr is working on your local via http://localhost:8983/solr/#/ URL from browser.
-
When you run project you will be able to insert post to Solr document database.