Adding and Removing Sorts
It's incredibly easy to add more sort links in the solr sort block. Make sure the field you want to sort on is indexed and sortable (you
Change apache solr search keyword operator OR/AND
By default, the apachesolr Drupal module is set to do an AND search when there are 2 keywords, and then applies some fuzziness with DisMax
Create filter to return only one site on Multisite Search tab
This module is dependent on the apachesolr_multisitesearch module.
Creating custom search facets with the Apache Solr Facet Builder module
Search facets are a way to let your users filter search results in interesting ways. Some facets included with Apache Solr are filtering by
Creating custom subqueries
To create subqueries in Drupal 7, do the following in your hook_apachesolr_query_alter(&$query):
Drupal Apachesolr 6.x-2.x CCK Hook
Enabling RSS feeds of Apache Solr Search result pages
This extremely simple howto is intended for beginners.
Enhance the default Spell Checker - "Did You Mean..?"
I have a content specific search engine using Solr and Nutch. I wanted my "Do you mean..?/ Spell Checker to reference the body of my crawled
Filter search results by site when using the same Apache Solr Index for multiple sites
When you are using one Apache Solr instance to index multiple sites, you will have contents from all sites in the same index.
Making Apache Solr the only search engine available
This documentation is obsolete!
Remove or modify an Apache Solr facet link in a block
In your template.php, we will add the following code. It is a theme override of theme_apachesolr_facet_link()
Removing individual nodes from the ApacheSolr search index
By default the Apache Solr module has a setting to exclude content types from the search index. If you want more control and exclude certain
Removing specific content type(s) from search results
If you do not want specific content types to be included in your search results, you will want to add the following filter statement(s) in
Truncating or Lengthening Your Search Result Title and Description (search-snippet)
Truncating
