You are here

public function SolrFieldDefinitionInterface::isStorePositionWithTermVector 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::isStorePositionWithTermVector()
  2. 8.2 src/TypedData/SolrFieldDefinitionInterface.php \Drupal\search_api_solr\TypedData\SolrFieldDefinitionInterface::isStorePositionWithTermVector()

Determines whether this field has the "termPositions" option set.

Return value

bool TRUE if the field has the "termPositions" option set, FALSE otherwise.

1 method overrides SolrFieldDefinitionInterface::isStorePositionWithTermVector()
SolrFieldDefinition::isStorePositionWithTermVector in src/TypedData/SolrFieldDefinition.php
Determines whether this field has the "termPositions" option set.

File

src/TypedData/SolrFieldDefinitionInterface.php, line 86

Class

SolrFieldDefinitionInterface
Defines an interface for Solr field definitions.

Namespace

Drupal\search_api_solr\TypedData

Code

public function isStorePositionWithTermVector();