SkillAgentSearch skills...

SolrIKVM

Running Apache Solr on .NET through IKVM

Install / Use

/learn @mausch/SolrIKVM
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Running "Apache Solr":http://lucene.apache.org/solr/ on .NET through "IKVM":http://www.ikvm.net/

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":http://wiki.apache.org/solr/EmbeddedSolr : see "test":https://github.com/mausch/SolrIKVM/blob/977318b6d13dd4a2a7eb108314210ce5c2c97c2b/SolrIKVM.Tests/Tests.cs#L35
  • Server, using the embedded Jetty: execute SolrIKVM.exe, optionally "configure the port and Solr home directory":https://github.com/mausch/SolrIKVM/blob/master/SolrIKVM/App.config
  • 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":https://github.com/mausch/SolrIKVM/tree/master/SolrAspNet

Related Skills

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated2y ago
Forks19

Languages

C#

Security Score

75/100

Audited on Oct 8, 2023

No findings