Apachesolr View Modes

Component type

module

Categories

Maintenance status

Development status

Downloads

2165

Component created

Component changed

Create ApacheSolr index fields for each view mode of a node.

  • Enables view modes to be used to control the display of search results
  • Just the info to be displayed is retrieved from Apache Solr
  • Info is already marked up and rendered
  • No need index other fields separately
  • Option to index each view mode of a content type

Making It Look Good

If the view mode you are displaying has any HTML in it this patch for Apache Solr Views module is needed to output it correctly:

Sphinx Search Module

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Ivinco’s Drupal Sphinx search module gives you more relevant search results and high-performance search by employing the Sphinx Search Server. The Sphinx-powered search is super fast even with very large amounts of data.

Facet API Date Popup Calendar

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module provide Facet API Date Popup Calendar widget.
It allows faceted searches to use jQuery Datepicker Widget for select a date from a popup calendar. For correct results, need set date Granularity = Days.
Better use with Search API Solr with supprt OR logic facets.
Or with patch for Search API Database Search (Add support for OR facets https://drupal.org/comment/8293267#comment-8293267).

Search Restrict Index

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module aids in indexing nodes of particular content type .Unlike the other modules which actually hides the result of search depending on the content type selected and roles , this module actually restricts the indexing only to the selected content types .
Advantages :
When we have views which depends on Search functionality , the search_index tables has all the nodes which are indexed and the view rendering take longs , especially with exposed filters , and the chances of time out are higher .