Talking Drupal #117 - Solr

April 7, 2016

In episode #117 we talk about using Solr for search on a Drupal website.

Listen: 

00:00
 

Watch: 

Topics: 

  • Core search
  • What is Solr
  • How does Solr work
  • Benefits of using Solr
  • Features of Solr

Modules: 

Resources: 

Setting up Solar  - https://www.drupal.org/node/1999310

Apache Solr - http://lucene.apache.org/solr/

Rubber Duck Debugging - http://www.rubberduckdebugging.com/

Views Help Text Bug (Patch #36) - https://www.drupal.org/node/339384 

Open Solr - https://opensolr.com/

Module of the Week: 

Multi-Step Registration

With Multi-Step Registration you can create multi-step (wizard) user account registration forms. Each step of the wizard can be configured to, optionally, expose one or more Profile2 types.

Sponsors

Comments

Hi guys, excellent podcast! I just wanted to mention a couple of things:

If you want to use Solr with views, you need to create a view that shows index results instead of content, so you need to plan that on advance otherwise if you want to switch to use solr in your view, you need to rebuild the view.

Also you can use a ton of configuration from Search API and just hitting your db instead of an index for solr, it's not as performant but it may be a good solution for certain scenarios, even drupal.org uses it.
If you are using d7 you'll also need https://www.drupal.org/project/search_api_db

Cesar - thanks for input!

Add new comment