Giter VIP home page Giter VIP logo

apachesolr_views's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.