Auto Indexer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Automatically updates the Drupal search index when a node is added or updated, on the fly, without the need to execute cron.php.

Search API View Modes

Component type

module

Maintenance status

Development status

Downloads

2080

Component created

Component changed

This module adds support to index multiple view mode renderings on an entity, instead of just one.

Configuration

There is very little to configuring this module. Enabling it will add a new data alteration callback in an index called "Multiple entity views". Select all the view modes in its option list for the indexed entity. When processing the data, Search API will render the entity item in each view mode, storing the rendered HTML as an item in your indexed record.

Custom Solr Search

Component type

module

Categories

Maintenance status

Development status

Downloads

6669

Component created

Component changed

Custom Solr Search module provides the option to search the keyword across the multiple Solr servers / cores which is already indexed(Including the External Solr Servers). Currently it is depended on Search API Solr Search for getting the details of Solr Servers which will be saved under the path "/admin/config/search/search-api"

LTP Cloud Chinese preprocess

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

LTP-Cloud (Language Technology Platform Cloud), is developed by the Research Center for Social Computing and Information Retrieval at Harbin Harbin Institute of Technology (HIT-SCIR). It is a Cloud based analysis infrastructure, which provides rich, scalable and accuracy natural language processing service. Modules integrated in LTP-cloud includes Chinese word segmentation, POS tagging, dependency parsing, named entity recognition, and semantic role labeling.

Search API Solr Booster

Component type

module

Categories

Maintenance status

Development status

Downloads

343

Component created

Component changed

Implemented features are:

  • Boost by content type
  • Boost individual nodes by keywords and boost factor

Planned features are:

  • Integration with node exclude module, share tab on node edit page
  • Boost by publish date
  • Hide results older than threshold pr. content-type

Search Exclude (Node)

Component type

module

Categories

Maintenance status

Development status

Downloads

2767

Component created

Component changed

Exclude content types from node search for Drupal 8.

Installation

Download and enable the search_exclude module.

Configuration

  • Go to /admin/config/search/pages.
  • Find the 'Search pages' config.
  • Create a new 'Content (exclude)' search page.
  • Under 'Exclude content types', select the content types to exclude from the search index.
  • Save.
  • Disable the default Content search and make your new search page the default.

Search API Customized

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is a fork of the Search API module. The only modification is an additional aggregation type called "Now". This aggregation type will aggregate the next upcoming timestamp from a multi-value field.