Herder of cats: Professionally as software developer for UNRVLD. Parentally as a father. Literally as cat owner.
-
UNRVLD
- Leeds
- https://jermdavis.dev/
- @jermdavis
Block or Report
Block or report jermdavis
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
Sitecore-SolrCloud-Docker Public
An example of creating a SolrCloud Docker container for use with Sitecore
-
-
SearchIndexBuilder Public
A tool for rebuilding search indexes from outside the Sitecore web app - for very long-running builds...
C# 4
-
SolrCloud-Helpers Public
A PowerShell scripting library to help with installing SolrCloud clusters on Windows.
-
1
Param(
2$solrVersion = "6.6.2",
3$installFolder = "c:\solr",
4$solrPort = "8983",
5$solrHost = "solr",