Bachir Soussi Chiadmi f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
..
views f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
LICENSE.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
README.txt f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
search_api_multi.api.php f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
search_api_multi.info f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
search_api_multi.module f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
search_api_multi.query.inc f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전
search_api_multi.service.inc f2b8ace9b7 FINAL suepr merge step : added all modules to this super repos 9 년 전

README.txt


Multi-index searches
--------------------

This module allows you to create search queries on multiple indexes that lie on
the same server. The only thing you'll need is a search service class that
supports the "search_api_multi" feature. Currently, only the "Solr search"
supports this.



Information for users
---------------------

Enable the Search views (search_api_views) module along with this one to make
instant use of the multi-index searching facilities. You'll get a new base table
in Views for each server supporting the "search_api_multi" feature.
You can then add filters, arguments, fields and sorts (although the last one
might work rather poorly, depending on the sorted field and the implementation)
from all enabled indexes on this server.

- Issues

If you find any bugs or shortcomings while using this module, please file an
issue in the project's issue queue [1].

[1] http://drupal.org/project/issues/search_api_multi



Information for developers
--------------------------

If you are the developer of a SearchApiServiceInterface implementation and want
to support searches on multiple indexes with your service class, too, you'll
have to support the "search_api_multi" feature by implementing the
SearchApiMultiServiceInterface interface documented in
search_api_multi.service.inc.