update : 2015.11.03
php.shukuma.com

검색:
 
 
Class Constructor

SolrDisMaxQuery::__construct

(No version information available, might only be in Git)

SolrDisMaxQuery::__constructClass Constructor

설명

public SolrDisMaxQuery::__construct ([ string $q ] )

Class constructor initializes the object and sets the q parameter if passed

인수

q

Search Query (q parameter)

반환값

오류/예외

Emits SolrIllegalArgumentException in case of an invalid parameter was passed.

예제

Example #1 SolrDisMaxQuery::__construct() example

<?php

$dismaxQuery 
= new SolrDisMaxQuery('lucene');
echo 
$dismaxQuery;

?>

위 예제의 출력:

q=lucene&defType=edismax

참고