Running Apache Solr on .NET through IKVM
Run build.bat to convert Solr JARs to .NET DLLs and compile the project.
SolrIKVM has four modes of operations:
- Embedded, as in Embedded Solr : see test
- Server, using the embedded Jetty: execute SolrIKVM.exe, optionally configure the port and Solr home directory
- Server, as Windows Service (also using the embedded Jetty): execute SolrIKVM.exe /i to install it.
- Server, using ASP.NET infrastructure, as a standard IHttpHandler: see SolrAspNet project