Skip to main content
22
results
Andrew Fletcher
Adding basic security to your server, requires altering the security.json file.  For me this file was located /var/solr/data/  Add a User or Edit a Password The set-user command allows you to add users and change their passwords. For example, the following defines two users and their passwords: curl --user solr:SolrRocks http://localhost:8983/api/cluster/security/authentication -H 'Content-type:application/json' -d '{"set-user": {"andrew":"andrewsPass"}}'  Delete a User The...
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...
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...