search_api_elasticsearch icon indicating copy to clipboard operation
search_api_elasticsearch copied to clipboard

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers

Results 32 search_api_elasticsearch issues
Sort by recently updated
recently updated
newest added

Original issue: https://www.drupal.org/node/2607522 I've been switching a project from using Apachesolr to Search API + ES, using this module. Generally, search works well, but the autocomplete suggestions are weird. IE,...

Original issue: https://www.drupal.org/node/2577469 Hello How does your module handle multilinguality? As i understand, in order to implement multilingual indexing one can either use different indices per language or use the...

Original issue: https://www.drupal.org/node/2543428 Hi there! I am struggling second day, do no know what to do. The problem is that I need to use a "Range" condition with elastic search,...

Original issue: https://www.drupal.org/node/2531674 Is there any hook to Document Alter in Elasticsearch? something similar to Search Api Solr Document Alter? <?php/** * Alter Solr documents before they are sent to...

Original issue: https://www.drupal.org/node/2510246 Problem/Motivation A client of mine wants to use Elasticsearch to perform a search that involves multiple Elasticsearch indexes -- indexes from two separate Drupal sites, and perhaps...

Based on our [discussion on twitter](https://twitter.com/Tjay819/status/609472028194807809), it would be nice to have support for entity translation (et). The Solr and DB backends have support via the [search_api_et](https://www.drupal.org/project/search_api_et) module. I was...

Original issue: https://www.drupal.org/node/2503343 We're currently working on a search that implements Elastic's GeohashGrid aggregation feature. So far I have found no obvious way to make this work with this module....

What is the reason for search_api_elasticsearch_edit_index_submit? Calling updateSettings with an empty data, causes an error in ES >= 1.4

Original issue: https://www.drupal.org/node/2462445 Posting a patch to allow for multiple sites to be stored in the same index. This patch requires that this sandbox module to be enabled: https://www.drupal.org/sandbox/e2thex/2033065. That...