public function SolrFieldTypeInterface::setUnstemmedFieldType in Search API Solr 8.3
Same name and namespace in other branches
- 4.x src/SolrFieldTypeInterface.php \Drupal\search_api_solr\SolrFieldTypeInterface::setUnstemmedFieldType()
Sets the Solr Unstemmed Field Type definition as nested associative array.
Parameters
array $unstemmed_field_type: The Solr Unstemmed Field Type definition as nested associative array.
Return value
self Unstemmed field type.
1 method overrides SolrFieldTypeInterface::setUnstemmedFieldType()
- SolrFieldType::setUnstemmedFieldType in src/
Entity/ SolrFieldType.php - Sets the Solr Unstemmed Field Type definition as nested associative array.
File
- src/
SolrFieldTypeInterface.php, line 235
Class
- SolrFieldTypeInterface
- Provides an interface defining a SolrFieldType entity.
Namespace
Drupal\search_api_solrCode
public function setUnstemmedFieldType(array $unstemmed_field_type);