You are here

constant SearchApiElasticsearchBackend::FUZZINESS_AUTO in Elasticsearch Connector 8.7

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

Auto fuzziness setting.

Auto fuzziness in Elasticsearch means we don't specify a specific Levenshtein distance, falling back to auto behavior. Fuzziness, including auto fuzziness, is defined in the Elasticsearch documentation here:

See also

https://www.elastic.co/guide/en/elasticsearch/reference/5.6/common-optio...

File

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

Class

SearchApiElasticsearchBackend
Elasticsearch Search API Backend definition.

Namespace

Drupal\elasticsearch_connector\Plugin\search_api\backend

Code

const FUZZINESS_AUTO = 'auto';