apachesolr.admin.inc |
apachesolr.admin.inc |
|
Administrative pages for the Apache Solr framework. |
apachesolr.drush.inc |
drush/apachesolr.drush.inc |
|
drush integration for apachesolr. |
apachesolr.index.inc |
apachesolr.index.inc |
|
Functions used when indexing content to Apache Solr. |
apachesolr.info |
apachesolr.info |
|
name = Apache Solr framework
description = Framework for searching with Solr
dependencies[] = search
package = Apache Solr
core = "6.x"
php = 5.1.4 |
apachesolr.install |
apachesolr.install |
|
Install and related hooks for apachesolr_search. |
apachesolr.module |
apachesolr.module |
|
Integration with the Apache Solr search application. |
apachesolr.taxonomy.inc |
apachesolr.taxonomy.inc |
|
Administrative pages for the Apache Solr framework regarding taxonomy. |
apachesolr_image.info |
contrib/apachesolr_image/apachesolr_image.info |
|
name = Apache Solr image module integration
description = Integrates the Apache Solr and Image modules
dependencies[] = image
dependencies[] = apachesolr
package = Apache Solr
core = "6.x" |
apachesolr_image.module |
contrib/apachesolr_image/apachesolr_image.module |
|
|
apachesolr_nodeaccess.info |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.info |
|
name = Apache Solr node access
description = Integrates the node access system with Apache Solr search
dependencies[] = apachesolr
package = Apache Solr
core = "6.x" |
apachesolr_nodeaccess.module |
contrib/apachesolr_nodeaccess/apachesolr_nodeaccess.module |
|
|
apachesolr_nodeaccess.test |
contrib/apachesolr_nodeaccess/tests/apachesolr_nodeaccess.test |
|
Tests for the apachsolr_nodeaccess module. |
apachesolr_og.info |
contrib/apachesolr_og/apachesolr_og.info |
|
name = Apache Solr Organic Groups
description = Integrates Organic Groups and Apache Solr Search
dependencies[] = apachesolr
dependencies[] = og
package = Apache Solr
core = "6.x" |
apachesolr_og.install |
contrib/apachesolr_og/apachesolr_og.install |
|
Install and related hooks for the apachesolr_date module. |
apachesolr_og.module |
contrib/apachesolr_og/apachesolr_og.module |
|
Integrates Organic Group info with Apache Solr search application. |
apachesolr_search.admin.inc |
apachesolr_search.admin.inc |
|
Administrative settings for searching. |
apachesolr_search.info |
apachesolr_search.info |
|
name = Apache Solr search
description = Search with Solr
dependencies[] = search
dependencies[] = apachesolr
package = Apache Solr
core = "6.x"
php = 5.1.4 |
apachesolr_search.install |
apachesolr_search.install |
|
Install and related hooks for apachesolr_search. |
apachesolr_search.module |
apachesolr_search.module |
|
Provides a content search implementation for node content for use with the
Apache Solr search application. |
CHANGELOG.txt |
CHANGELOG.txt |
|
Apache Solr Search Integration x.x-x.x, xxxx-xx-xx
------------------------------
Apache Solr Search Integration 6.x-1.8, 2013-04-10
------------------------------
#1101406 by kenorb: comment out broken tests.
#1966044 by pwolanin: Fix for Local… |
Drupal_Apache_Solr_Service.php |
Drupal_Apache_Solr_Service.php |
|
|
protwords.txt |
protwords.txt |
|
#-----------------------------------------------------------------------
# This file blocks words from being operated on by the stemmer and word delimiter.
&
<
>
'
" |
README.txt |
README.txt |
|
This module integrates Drupal with the Apache Solr search platform. Solr search
can be used as a replacement for core content search and boasts both extra
features and better performance. Among the extra features is the ability to have
faceted search… |
Solr_Base_Query.php |
Solr_Base_Query.php |
|
|
solr_base_query.test |
tests/solr_base_query.test |
|
Tests for the apachsolr module: base query. |
solr_base_subquery.test |
tests/solr_base_subquery.test |
|
Tests for the apachsolr module: base subquery. |
solr_index_and_search.test |
tests/solr_index_and_search.test |
|
Tests for the apachsolr module: index and search. |