You are here

README.txt in Search API Exclude Entity 8

CONTENTS OF THIS FILE
---------------------
 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Troubleshooting
 * Sponsors
 * Maintainers

INTRODUCTION
------------
This module is the Drupal 8 / Search API successor to Apache Solr Node Exclude.
It makes it possible to exclude entities from being indexed in a Search API 
index.

Compared to the Drupal 7 / Apache Solr version is the new Drupal 8 version
using a custom field type, widget and formatter for controlling the exclude
status on entities. This gives some advantages:

* The field position, field label and description is configurable per entity /
bundle.
* It is possible to use multiple exclude fields on the same entity bundle, if
multiple search systems or indexes is being used in the site.
* Views integration out of the box without custom plugins.

The processing in Search API is handled using a custom configurable processing
plugin.

REQUIREMENTS
------------
* Search API (https://www.drupal.org/project/search_api)

INSTALLATION
------------
* Install the module and required modules.

CONFIGURATION
-------------
* Add a "Search API Exclude Entity" field to the entity types / bundles that is
going to use the exclude functionality.
* Add your search server and index in Search API.
* Enable the "Search API Exclude Entity" processor.
* In the processor settings enable the fields that should be used for
controlling the entity exclude status in the active index. It is possible to
have multiple entity types and fields enabled per index.

TROUBLESHOOTING
---------------
-

SPONSORS
--------
* FFW - https://ffwagency.com

MAINTAINERS
-----------
Current maintainers:
* Jens Beltofte (beltofte) - https://drupal.org/u/beltofte

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. * Sponsors
  9. * Maintainers
  10. INTRODUCTION
  11. ------------
  12. This module is the Drupal 8 / Search API successor to Apache Solr Node Exclude.
  13. It makes it possible to exclude entities from being indexed in a Search API
  14. index.
  15. Compared to the Drupal 7 / Apache Solr version is the new Drupal 8 version
  16. using a custom field type, widget and formatter for controlling the exclude
  17. status on entities. This gives some advantages:
  18. * The field position, field label and description is configurable per entity /
  19. bundle.
  20. * It is possible to use multiple exclude fields on the same entity bundle, if
  21. multiple search systems or indexes is being used in the site.
  22. * Views integration out of the box without custom plugins.
  23. The processing in Search API is handled using a custom configurable processing
  24. plugin.
  25. REQUIREMENTS
  26. ------------
  27. * Search API (https://www.drupal.org/project/search_api)
  28. INSTALLATION
  29. ------------
  30. * Install the module and required modules.
  31. CONFIGURATION
  32. -------------
  33. * Add a "Search API Exclude Entity" field to the entity types / bundles that is
  34. going to use the exclude functionality.
  35. * Add your search server and index in Search API.
  36. * Enable the "Search API Exclude Entity" processor.
  37. * In the processor settings enable the fields that should be used for
  38. controlling the entity exclude status in the active index. It is possible to
  39. have multiple entity types and fields enabled per index.
  40. TROUBLESHOOTING
  41. ---------------
  42. -
  43. SPONSORS
  44. --------
  45. * FFW - https://ffwagency.com
  46. MAINTAINERS
  47. -----------
  48. Current maintainers:
  49. * Jens Beltofte (beltofte) - https://drupal.org/u/beltofte