You are here

public function SolrFieldDefinitionInterface::isOmitNorms in Search API Solr 4.x

Same name and namespace in other branches
  1. 8.3 src/TypedData/SolrFieldDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrFieldDefinitionInterface::isOmitNorms()
  2. 8.2 src/TypedData/SolrFieldDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrFieldDefinitionInterface::isOmitNorms()

Determines whether this field omits norms when indexing.

Return value

bool TRUE if the field omits norms, FALSE otherwise.

1 method overrides SolrFieldDefinitionInterface::isOmitNorms()
SolrFieldDefinition::isOmitNorms in src/TypedData/SolrFieldDefinition.php
Determines whether this field omits norms when indexing.

File

src/TypedData/SolrFieldDefinitionInterface.php, line 94

Class

SolrFieldDefinitionInterface
Defines an interface for Solr field definitions.

Namespace

Drupal\search_api_solr\TypedData

Code

public function isOmitNorms();