Skip to main content
52
results
Andrew Fletcher
What am I setting out to achieve? I want to meet the following requirements: Boolean operators in the search.  Tested against the following terms abalone NOT salmon – 1159 abalone -salmon – 1159 abalone AND salmon – 478 abalone +salmon – 1195 abalone OR salmon – 2316 abalone || salmon – 2316 Phrases in quotations marks - this time to be tested against "of this stimulates an interest in the sea and a love for the marine environment" – 1 of this stimulates an interest in the sea and a...
Andrew Fletcher
Having Drupal Solr Search APi running, I thought adding synonyms to the mix...
Andrew Fletcher
Working in Drupal 9.x, I was loading images via the Media module.  Below 1...
Andrew Fletcher
Like many devs at the moment, looking for log4j2 on your server... how to...
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 Range Widget sub-module. Install the jQuery-ui-Slider-Pips library, as described in the README.txt file in that sub-module's folder.  After playing with this for sometime to get it working, I found the best way to install is via composer. composer require "bower-asset/jquery-ui-slider-pips:^1.11"However, calling this command could produce the following error [InvalidArgumentException] ...
Andrew Fletcher
Following is a series of steps to install Tika and have it running for your Solr...