Skip to content

Instantly share code, notes, and snippets.

View fpiraneo's full-sized avatar

Francesco Piraneo G. fpiraneo

View GitHub Profile
@fpiraneo
fpiraneo / solr_installation.md
Last active June 10, 2024 20:03
Install and Configure Apache Solr on AlmaLinux 9

Install and Configure Apache Solr on AlmaLinux 9

Despite the solr official website reports a lot of documentation, it appears incomplete and out of date, for sure not applicable to current solr version (9.6 at the time I'm writing); moreover solr installation procedure (see below) appears to be unable to install correctly on RHEL 9 based distros like AlmaLinux.

These notes to document my journey in solr installation and experimentation getting it up and running.

Warning

The usual disclaimer: I'm not a solr pro, I'm learning; if somebody has more efficient way to do things pls let me know and I'll be glad to update these docs accodingly.

Test bench

/*
Copyright (C) 2016 Apple Inc. All Rights Reserved.
See LICENSE.txt for this sample’s licensing information
Partially modified by Francesco Piraneo G.
Original url: https://github.com/robovm/apple-ios-samples/blob/master/ListerforwatchOSiOSandOSX/Swift/ListerKit/DirectoryMonitor.swift
Abstract:
`DirectoryMonitor` is used to monitor the contents of the provided directory by using a GCD dispatch source.
*/