An open API service indexing awesome lists of open source software.

https://github.com/solrnet/solrnetsampleapps

Sample application using SolrNet
https://github.com/solrnet/solrnetsampleapps

Last synced: 11 months ago
JSON representation

Sample application using SolrNet

Awesome Lists containing this project

README

          

# Sample SolrNet app

This is a basic ASP.NET MVC application demoing full-text search and faceting in SolrNet.

You can use it as a starting point for your own application or just to interactively learn the basics of Solr and SolrNet.

This requires `docker` to run Solr. Use `./run.sh` to run Solr and this .NET app, then visit http://localhost:5000 .

Or if you already have .NET installed just run `dotnet run` from the project directory.