You are here

README.txt in Apache Solr Multisite Search 6.3

Same filename and directory in other branches
  1. 6 README.txt
  2. 6.2 README.txt
  3. 7 README.txt
This module allows facetting to happen across multiple Drupal sites.

1. Enable the module

2. Enable the search environment:
   Edit the  default environment and select multisite support in
   the settings.

3. Existing facets
All your existing facets will still work but they are indexed using
a numeric ID that will not work across sites.

The base Apache Solr Search Integration module is designed to support
multiste search and this also always indexes them using the string
name (e.g. the taxonomy term name, the user name) and this module
already ships with 3 default multisite enabled facets
- Tags
- Authors
- Content Types (Bundles)

- It also ships with a facet for each site (Hash/Site)

4. Custom Facets
Create a custom module that enables extra cross-site facets. In case of a
a custom vocabulary this will be named sm_vid_NAME. You can view all the fields
in solr by going to your Drupal reports and select Solr Search Index
Copy the apachesolr_multisitesearch_facetapi_facet_info into your module and
get started.

File

README.txt
View source
  1. This module allows facetting to happen across multiple Drupal sites.
  2. 1. Enable the module
  3. 2. Enable the search environment:
  4. Edit the default environment and select multisite support in
  5. the settings.
  6. 3. Existing facets
  7. All your existing facets will still work but they are indexed using
  8. a numeric ID that will not work across sites.
  9. The base Apache Solr Search Integration module is designed to support
  10. multiste search and this also always indexes them using the string
  11. name (e.g. the taxonomy term name, the user name) and this module
  12. already ships with 3 default multisite enabled facets
  13. - Tags
  14. - Authors
  15. - Content Types (Bundles)
  16. - It also ships with a facet for each site (Hash/Site)
  17. 4. Custom Facets
  18. Create a custom module that enables extra cross-site facets. In case of a
  19. a custom vocabulary this will be named sm_vid_NAME. You can view all the fields
  20. in solr by going to your Drupal reports and select Solr Search Index
  21. Copy the apachesolr_multisitesearch_facetapi_facet_info into your module and
  22. get started.