protected property StreamingExpressionBuilder::$searchAllRows in Search API Solr 4.x
Same name and namespace in other branches
- 8.3 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\UtilityCode
protected $searchAllRows;