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
- Host: GitHub
- URL: https://github.com/solrnet/solrnetsampleapps
- Owner: SolrNet
- Created: 2017-08-13T13:17:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T15:59:31.000Z (almost 2 years ago)
- Last Synced: 2025-05-11T14:35:28.661Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 14.6 MB
- Stars: 17
- Watchers: 4
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.