public function SolrFieldTypeInterface::getSpellcheckFieldType in Search API Solr 8.3
Same name and namespace in other branches
- 4.x src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::getSpellcheckFieldType()
Gets the Solr Spellcheck Field Type definition as nested associative array.
Return value
array|null The Solr SpellcheckField Type definition as nested associative array or NULL if it doesn't exist.
1 method overrides SolrFieldTypeInterface::getSpellcheckFieldType()
- SolrFieldType::getSpellcheckFieldType in src/
Entity/ SolrFieldType.php - Gets the Solr Spellcheck Field Type definition as nested associative array.
File
- src/
SolrFieldTypeInterface.php, line 96
Class
- SolrFieldTypeInterface
- Provides an interface defining a SolrFieldType entity.
Namespace
Drupal\search_api_solrCode
public function getSpellcheckFieldType();