Skip to main content
35
results
Andrew Fletcher
The following the CKAN source install docs from start to finish including solr.  At this point, the site should load but you'll get solr errors.  Make the following solr updates: Go the the directory /etc/systemd/systemCheck if there is a directory jetty9.service.d.  In my situation there was, but if it doesn't exist sudo mkdir /etc/systemd/system/jetty9.service.dNow review or add a file solr.conf with [Service] ReadWritePaths=/var/lib/solrsudo nano /etc/solr/solr-jetty.xml and...
Andrew Fletcher
Initialise your Capacitor config​ To initialise Capacitor use the CLI...
Andrew Fletcher
Run the NPX commands to update the app npm run build && npx cap syncRun...
Andrew Fletcher
Approaches to resolving “Module not specified” Error in Android Studio When...
Andrew Fletcher
Working in Android Studio when attempting to run a project I had the following...
Andrew Fletcher
Have you tried adding custom synonyms to Solr on Drupal? How did you go? What do you need to do to connect a custom synonym list to your Solr?   Set-up : the tools What am I using? Search API Synonym- https://www.drupal.org/project/search_api_synonym Solr : 8.1   Steps to get a custom Solr working Install Search API Synonym Read through the instructions on the module page or have a look at the following article Setting up synonyms on your Drupal site with a few errors you might...
Andrew Fletcher
We are going to work through two methods of creating the SOLR cores. Variables...
Andrew Fletcher
Adding basic security to your server, requires altering the security.json...
Andrew Fletcher
What am I setting out to achieve? I want to meet the following...
Andrew Fletcher
Having Drupal Solr Search APi running, I thought adding synonyms to the mix...
Andrew Fletcher
Like many devs at the moment, looking for log4j2 on your server... how to do? First I used the command find / -name log4j2.xml -type fWhich in turn produced the following results /opt/solr-8.5.2/server/resources/log4j2.xml /var/solr/log4j2.xml  Version Ok, so log4j2 exists on the server the client is using... in Solr.  How about determining the version number? The version here matters as 2.15.0 is good to go.  To find the version use sudo find / -name 'log4j*' The output of...
Andrew Fletcher
Adding Solr config zip (ie. solr_8.x_config.zip) to your remote...
Andrew Fletcher
Steps to get the Solr date range widget working.   Steps Enable the Facets...
Andrew Fletcher
Following is a series of steps to install Tika and have it running for your Solr...
Andrew Fletcher
How to apply a gradient tint over a background image? Set the background...