You are here

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

Determines whether this field sorts missing entries first.

Return value

bool TRUE if the field sorts missing entries first, FALSE otherwise.

1 method overrides SolrFieldDefinitionInterface::isSortMissingFirst()
SolrFieldDefinition::isSortMissingFirst in src/TypedData/SolrFieldDefinition.php
Determines whether this field sorts missing entries first.

File

src/TypedData/SolrFieldDefinitionInterface.php, line 126

Class

SolrFieldDefinitionInterface
Defines an interface for Solr field definitions.

Namespace

Drupal\search_api_solr\TypedData

Code

public function isSortMissingFirst();