Skip to main content
19
results
Andrew Fletcher
Having updated Solr, re-indexing wasn't working. The error in the logs was Drupal\search_api_solr\SearchApiSolrException while indexing item entity:node/2386:en: Solr endpoint http://127.0.0.1:8983/ bad request (code: 400, body: Exception writing document id 36lk64-related_projects-entity:node/2386:en to the index; possible analysis error: cannot change field "tm_X3b_en_body" from index options=DOCS_AND_FREQS_AND_POSITIONS to inconsistent index options=DOCS_AND_FREQS_AND_POSITIONS_AND_OFFSETS,...
Andrew Fletcher
On an Ubuntu 20.02 system with Nginx, you can utilize the following commands to...
Andrew Fletcher
Cleaning out or clearing data in Solr can be done in a few different ways,...
Andrew Fletcher
In an environment that is running Ubuntu 20.02 Nginx Solr   The default...
Andrew Fletcher
Whilst attempting to download the latest config.zip file for Solr, I was greeted...
Andrew Fletcher
Setting up the admin password.   Process: 1. Edit jetty.xml To begin you are going to edit the file “server/etc/jetty.xml”.  However, if you aren't sure of the location of jetty.xml, run the command find / -name jetty.xml -type fFor me, the output was /opt/solr-8.11.1/server/etc/jetty.xmlEdit the file jetty.xml, by adding it before the Configure tag ends <Callname="addBean"> <Arg> <New class="org.eclipse.jetty.security.HashLoginService"> <Set...
Andrew Fletcher
To completely remove Microsoft Remote Desktop from OSX you need to perform the...
Andrew Fletcher
In this article I'll walk through the steps I went through to install Solr on...
Andrew Fletcher
Looking to install Solr on your server?  Not sure if it worth the...
Andrew Fletcher
The following the CKAN source install docs from start to finish including solr....
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...