Hi, on this post I'll go step by step into the process on how to configure Apache Solr for Drupal 10 so your sites can have a robust search engine based on indexes specially targeted for big sites that handle tons of data. Also, the Ubuntu version I'll be running is 22.04 since it's the release that has PHP 8 required by Drupal 10, you can see how to configure Drupal 10 under Ubuntu 22.04 on this link.Apache Solr is a Java application that works as a search engine based on indexes, pieces of data that can by queried super fast providing search results in a very optimal, reliable and again…
Read more
Update: I have update this tutorial with a latest release of Apache Solr for Drupal 7 and 8. Read here.
On this quick tutorial, I’ll show you the steps to have a quick default Apache Solr installation using Jetty on an Ubuntu Server 14.04 LTS, which is the latest Ubuntu release. These are the steps you need to set up an Apache Solr multicore on Ubuntu
Get default Java and Jetty, on a terminal window type:
#apt-get install default-jdk jetty libjetty-extra libjetty-extra-java
dowload Apache Solr from archives: https://archive.apache.org/dist/lucene/solr/3.6.2/
#wget https:/… Read more
On this quick tutorial, I’ll show you the steps to have a quick default Apache Solr installation using Jetty on an Ubuntu Server 14.04 LTS, which is the latest Ubuntu release. These are the steps you need to set up an Apache Solr multicore on Ubuntu
Get default Java and Jetty, on a terminal window type:
#apt-get install default-jdk jetty libjetty-extra libjetty-extra-java
dowload Apache Solr from archives: https://archive.apache.org/dist/lucene/solr/3.6.2/
#wget https:/… Read more