You are here

constant SearchApiElasticsearchBackend::FACET_NO_LIMIT_SIZE in Elasticsearch Connector 8.6

Same name and namespace in other branches
  1. 8.7 src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php \Drupal\elasticsearch_connector\Plugin\search_api\backend\SearchApiElasticsearchBackend::FACET_NO_LIMIT_SIZE
  2. 8.5 src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php \Drupal\elasticsearch_connector\Plugin\search_api\backend\SearchApiElasticsearchBackend::FACET_NO_LIMIT_SIZE

Set a large integer to be the size for a "Hard limit" value of "No limit".

File

src/Plugin/search_api/backend/SearchApiElasticsearchBackend.php, line 55

Class

SearchApiElasticsearchBackend
Elasticsearch Search API Backend definition.

Namespace

Drupal\elasticsearch_connector\Plugin\search_api\backend

Code

const FACET_NO_LIMIT_SIZE = 10000;