VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Users should be able to define index names #20

Open VeggieMeat opened 10 years ago

VeggieMeat commented 10 years ago

Original issue: https://www.drupal.org/node/2169931

Currently, ES indexes are created with names in the following format:

'elasticsearch_index_' . $site_database_name . '_' . $index_machine_name

Users should be able to manually define index names, though the current form should be retained as a fallback.