You are here

README.txt in Apache Solr Views 7

CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Troubleshooting
* Advantages
* Limitations
* Maintainers

INTRODUCTION
------------

This module provides a Views integration to the Apache Solr Search Integration
project. It provides the views plugins and handlers needed to be able to
create a view that fetches its results from Apachesolr index, without hitting
the database.

REQUIREMENTS
------------

Requires Apache Solr Search https://www.drupal.org/project/apachesolr
Requires the use of an Apachesolr search index.

INSTALLATION
------------

Download and install the module as normal.

CONFIGURATION
-------------

First make sure that Apachesolr module is configured correctly.
If in the page "admin/config/search/apachesolr/settings" the Apachesolr
environment is green and working, you can test this by using the site
search page.
Create a view from admin/structure/views/add and choose Apachesolr search. All
of the fields indexed in solr should be available as views fields/filters/sort.
Configure the view as needed and save it.

TROUBLESHOOTING
---------------

This module can diagnose problems with solr entity indexing:
https://www.drupal.org/project/solr_devel
Solr admin adds even more options, and is usually available at:
http://[host]:8983/solr/admin/

ADVANTAGES
----------

It is impossible to have duplicate results, unlike database views.

Queries do not hit the database, and so they offload the database server.

Views are very easy to customize, unlike search pages.

LIMITATIONS
-----------

Exposed filters are only textfields. See [#1807028].

Search facets are supported, but may not work reliably in combination with
views filters.

Search sort block is not supported. See [#443410].

Multiple Apachesolr views on the same page do not work See [#1766254].

Most entity field types are not sent to Solr, and will not be available as
views handlers. Apachesolr views doesn't index the fields itself. This is
done from other modules by implementing hook_apachesolr_field_mappings().

MAINTAINERS
-----------

The 7.x branch is maintained by Miroslav Vladimirov Banov.
https://www.drupal.org/user/1509224

The 6.x branch is unmaintained.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Troubleshooting
  8. * Advantages
  9. * Limitations
  10. * Maintainers
  11. INTRODUCTION
  12. ------------
  13. This module provides a Views integration to the Apache Solr Search Integration
  14. project. It provides the views plugins and handlers needed to be able to
  15. create a view that fetches its results from Apachesolr index, without hitting
  16. the database.
  17. REQUIREMENTS
  18. ------------
  19. Requires Apache Solr Search https://www.drupal.org/project/apachesolr
  20. Requires the use of an Apachesolr search index.
  21. INSTALLATION
  22. ------------
  23. Download and install the module as normal.
  24. CONFIGURATION
  25. -------------
  26. First make sure that Apachesolr module is configured correctly.
  27. If in the page "admin/config/search/apachesolr/settings" the Apachesolr
  28. environment is green and working, you can test this by using the site
  29. search page.
  30. Create a view from admin/structure/views/add and choose Apachesolr search. All
  31. of the fields indexed in solr should be available as views fields/filters/sort.
  32. Configure the view as needed and save it.
  33. TROUBLESHOOTING
  34. ---------------
  35. This module can diagnose problems with solr entity indexing:
  36. https://www.drupal.org/project/solr_devel
  37. Solr admin adds even more options, and is usually available at:
  38. http://[host]:8983/solr/admin/
  39. ADVANTAGES
  40. ----------
  41. It is impossible to have duplicate results, unlike database views.
  42. Queries do not hit the database, and so they offload the database server.
  43. Views are very easy to customize, unlike search pages.
  44. LIMITATIONS
  45. -----------
  46. Exposed filters are only textfields. See [#1807028].
  47. Search facets are supported, but may not work reliably in combination with
  48. views filters.
  49. Search sort block is not supported. See [#443410].
  50. Multiple Apachesolr views on the same page do not work See [#1766254].
  51. Most entity field types are not sent to Solr, and will not be available as
  52. views handlers. Apachesolr views doesn't index the fields itself. This is
  53. done from other modules by implementing hook_apachesolr_field_mappings().
  54. MAINTAINERS
  55. -----------
  56. The 7.x branch is maintained by Miroslav Vladimirov Banov.
  57. https://www.drupal.org/user/1509224
  58. The 6.x branch is unmaintained.