Skip to content

Latest commit

 

History

History
70 lines (54 loc) · 3.82 KB

README.md

File metadata and controls

70 lines (54 loc) · 3.82 KB

SolrNet is an Apache Solr client for .NET

SolrNet does not attempt to abstract much over Solr, it's assumed that you know what Solr is and how to use it, just as you need to know relational databases before using an ORM.

If you're not familiar with Solr, take your time to follow the Solr tutorial, see the FAQ and the docs. Consider getting a book.

Downloads

It's currently recommended to get the latest binaries directly from the build server (see "Artifacts").
Otherwise, NuGet packages (currently outdated) are available:

Documentation index

Mailing list

If you have any questions about SolrNet, join the SolrNet google group and ask away.
If you have questions about Solr itself (i.e. not specifically about SolrNet) use the Solr mailing list.

Contributing

Paul Bouwer has written an excellent guide for contributors starting from scratch (no previous Git knowledge required).
In a nutshell:

  • Don't worry about code formatting, styles, etc.
  • Tests are a must. Without tests, changes will not be merged, except for very specific cases.
  • Whenever possible, favor immutable classes and pure code.
  • If you're adding a new feature or making a breaking change, update the corresponding documentation.

You can also contribute by donating a few bucks:

Click here to lend your support to: SolrNet and make a donation at www.pledgie.com !

Release notes