public function SolrFieldDefinitionInterface::isIndexed in Search API Solr 8.2
Same name and namespace in other branches
- 8.3 src/TypedData/SolrFieldDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrFieldDefinitionInterface::isIndexed()
- 4.x src/TypedData/SolrFieldDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrFieldDefinitionInterface::isIndexed()
Determines whether this field is indexed.
Return value
bool TRUE if the field is indexed, FALSE otherwise.
1 method overrides SolrFieldDefinitionInterface::isIndexed()
- SolrFieldDefinition::isIndexed in src/
TypedData/ SolrFieldDefinition.php - Determines whether this field is indexed.
File
- src/
TypedData/ SolrFieldDefinitionInterface.php, line 47
Class
- SolrFieldDefinitionInterface
- Defines an interface for Solr field definitions.
Namespace
Drupal\search_api_solr\TypedDataCode
public function isIndexed();