update : 2015.11.03
php.shukuma.com검색:
|
SolrQuery::setHighlightMaxAlternateFieldLength(PECL solr >= 0.9.2) SolrQuery::setHighlightMaxAlternateFieldLength — Sets the maximum number of characters of the field to return 설명
public SolrQuery SolrQuery::setHighlightMaxAlternateFieldLength
( int
$fieldLength
[, string $field_override
] )
If SolrQuery::setHighlightAlternateField() was passed the value Any value less than or equal to 0 means unlimited. 인수
반환값Returns the current SolrQuery object, if the return value is used. |