FacetApi Datepicker
Component type
Categories
Maintenance status
Development status
Component created
Component changed
Provides datepicker interface for date facets .
Provides datepicker interface for date facets .
Adds an admin page that shows the status of each Search API index.
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.
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.
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 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:
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.
This module was originally written by welshtzigane.
This project is still under active development and does not have a stable release yet.
A plugin for Search API that allows users to build and search indexes on Amazon's CloudSearch service.
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.
This module implements search history API for views based on search API views plugin.
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.