update : 2015.11.03
php.shukuma.com검색:
|
SolrDisMaxQuery::__construct(No version information available, might only be in Git) SolrDisMaxQuery::__construct — Class Constructor 설명
public SolrDisMaxQuery::__construct
([ string
$q
] )Class constructor initializes the object and sets the q parameter if passed 인수
반환값
오류/예외Emits SolrIllegalArgumentException in case of an invalid parameter was passed. 예제Example #1 SolrDisMaxQuery::__construct() example
<?php 위 예제의 출력: q=lucene&defType=edismax 참고 |