Skip to content
Snippets Groups Projects
Select Git revision
  • 7.x-1.x
  • 7.x-2.x
  • 8.x-1.x
  • 7.x-1.0-alpha8
  • 7.x-1.0-alpha7
  • 7.x-1.0-alpha6
  • 7.x-1.0-alpha5
  • 7.x-1.0-alpha4
  • 7.x-1.0-alpha3
  • 7.x-1.0-alpha2
  • 7.x-1.0-alpha1
11 results

search_api_elasticsearch

  • Clone with SSH
  • Clone with HTTPS
  • kummel's avatar
    Issue #2646006 by chx, dysrama: Empty settings lead to "no settings to update" 400 error
    Louise Kümmel authored and Brian Altenhofel committed
    2f0f0736
    History

    Build Status Coverage Status Scrutinizer Code Quality

    CONTENTS

    • Introduction
    • Installation
    • Documentation
    • Automated Tests
    • Contributing

    INTRODUCTION

    Current Maintainer: Brian Altenhofel brian.altenhofel@vmdoh.com

    Elasticsearch is a powerful schema-less search engine.

    Search API Elasticsearch provides a backend allowing the Search API module to use an Elasticsearch server or cluster.

    REQUIREMENTS

    • Drupal 7
    • Search API module
    • Elasticsearch 1.3.0+

    INSTALLATION

    DOCUMENTATION

    @see https://www.drupal.org/node/2303957

    AUTOMATED TESTS

    After every commit, we run PHPUnit tests and Simpletests on Travis-CI. Current build status can be seen at the top of this document.

    Additionally, we also use Coveralls to ensure that we can be confident that code is actually being tested.

    CONTRIBUTING

    Feel free to submit patches in the Drupal.org issue queue or via Github pull requests. If you can, please include test coverage for your contributions.