Apache Solr Exclude Node

Categories

Component ID

1782116

Component name

Apache Solr Exclude Node

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

40757

Component created

Component changed

Component body

Overview

The module makes it possible on node level to exclude a node from Apache Solr. This is useful if you have indexed a specific content type, and want to exclude a few nodes of that type.

D8

This module has been rewritten from scratch to work with Drupal 8 and Search API. See https://www.drupal.org/sandbox/beltofte/2697717.

Configuration

Enable excluding of nodes in the submission form settings fieldset in the content type settings (e.g. admin/structure/types/page).

Exclude a node

Find the vertical tabs fieldset "Apache Solr exclude" in the node edit form. Check "Exclude from Apache Solr" and save. The node will be removed next time content is indexed either by cron or manually.

Requirements

- Apache Solr Search Integration (http://drupal.org/project/apachesolr)

Apache Solr Search Integration 6.x-3.x

- Use version 6.x-2.x of the Apache Solr Exclude Node module. This version also works with previous versions of the Apache Solr Search Integration.