You are here

protected property StreamingExpressionBuilder::$searchAllRows in Search API Solr 8.3

Same name and namespace in other branches
  1. 4.x src/Utility/StreamingExpressionBuilder.php \Drupal\search_api_solr\Utility\StreamingExpressionBuilder::searchAllRows

The _search_all() and _topic_all() streaming expressions need a row limit.

The row limit is equal to or higher then the real number of rows.

Type: int

File

src/Utility/StreamingExpressionBuilder.php, line 115

Class

StreamingExpressionBuilder
Provides methods for creating streaming expressions targeting a given index.

Namespace

Drupal\search_api_solr\Utility

Code

protected $searchAllRows;