update : 2015.11.03
php.shukuma.com검색:
|
SolrDisMaxQuery::removeQueryField(No version information available, might only be in Git) SolrDisMaxQuery::removeQueryField — Removes a Query Field (qf parameter) 설명Removes a Query Field (qf parameter) from the field list added by SolrDisMaxQuery::addQueryField() qf: When building DisjunctionMaxQueries from the user's query it specifies the fields to search in, and boosts for those fields. 인수
반환값예제Example #1 SolrDisMaxQuery::removeQueryField() example
<?php 위 예제의 출력 예시: q=lucene&defType=edismax&qf=first^3 second^0.2 cat q=lucene&defType=edismax&qf=first^3 cat 참고
|