Glossary Facet

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I was surprised to find that there wasn't a glossary facet that would provide an A-Z listing. I know views offers similar functionality, but thought it would be useful to have as a facet. I've attached my solution here.

This module will create a new Apache Solr index based on the first letter of node title. It then creates a new facet based on that index. Lastly, it strips the count from the items, and adds in any letters missing from the A-Z list so that you have a complete alphabet to display where only the letters that have items will be links.

Search API (8.x)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This sandbox was used for porting the Search API module to Drupal 8. It is now obsolete as the code has been merged back into the Search API project.

search history api

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides an API to save searches from several search module. Modules that need to save searches can implements this in the right place:

Lucene Library

Component type

module

Maintenance status

Development status

Downloads

873

Component created

Component changed

Lucene library is a general purpose text search engine written entirely in PHP 5 by Zend. Since it stores its index on the file system and does not require a database server, it can add search capabilities to almost any PHP driven website. Lucene supports the following features:

Search PDF

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Overview

Specifically designed to index pdf files, Search PDF in built on PDF Parser, an opensource php library.
PDF Files are parsed and the text is extracted from each page.
The main advantage from this module is that it doesn't required external tool.

ApacheSolr Views Statistics

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Extension for Apache Solr View Drupal module to work with statistics module. Creates fields: is_statistics_totalcount, is_statistics_daycount which are listed in Apache Solr view, after the reindexing process.

After content is viewed, the module will update its Apache Solr counter-fields for viewed content, and will mark the content for reindexing. Counters will be changed after next Apache Solr index rebuild.

Contains also disabled example view, which simulates the order by popularity use case.

Search API history views

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module implements search history API for views based on search API views plugin.

How it works

Enable the module and select views for which you want to save searches in 'admin/config/search/search-api-history-views/settings.
This works only for views based on search API views.