public function SolrFieldTypeInterface::setUnstemmedFieldType in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 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);