検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 555 for query (0.062 sec.)
Returns the maximum number of query terms that will be included in any generated... 5740
« SolrQuery::getMltFields SolrQuery::getMltMaxNumTokens » PHP Manual SolrQuery Returns the maxim ... um number of query terms that will be included in any generated query ... SolrQuery::getMltMaxNumQueryTerms (PECL solr >= 0.9.2) SolrQ ... uery::getMltMaxNumQueryTerms — Returns the maximum number of query terms t ... hat will be included in any generated query 説明 public SolrQuery::getMltMaxNumQueryTerms (): ...
https://man.plustar.jp/php/solrquery.getmltmaxnumqueryterms.html - [similar]
Apache Solr 5717
« 検索エンジン用の拡張モジュール はじめに » PHP Manual 検索エンジン用の拡張モジュール Apache Sol ... onse XML string into a SolrObject SolrUtils::escapeQueryChars — Escapes a lucene query string SolrUtils::ge ... エクステンションの現行バージョンを返す SolrUtils::queryPhrase — Prepares a phrase from an unescaped lucene ... ts matching any of the queries SolrClient::deleteByQuery — Deletes all documents matching the given query S ... ng — Checks if Solr server is still up SolrClient::query — Sends a query to the server SolrClient::request ...
https://man.plustar.jp/php/book.solr.html - [similar]
クエリを実行する 5717
« pg_query_params pg_result_error_field » PHP Manual PostgreSQL 関数 クエリを実行する pg_query ( ... PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) pg_query — クエリを実行する 説明 pg_query ( PgSql\Connectio ... n $connection = ? , string $query ): PgSql\Result | false pg_query() は、指定したデー ... タベース connection 上で query を実行します。 特別な理由がない限り、この関数よりも ... pg_query_params() を使うほうがいいでしょう。 エラーが発生し ...
https://man.plustar.jp/php/function.pg-query.html - [similar]
コマンドとパラメータを分割してサーバーに送信し、その結果を待たない 5717
« pg_send_prepare pg_send_query » PHP Manual PostgreSQL 関数 コマンドとパラメータを分割してサーバ ... ーに送信し、その結果を待たない pg_send_query_params (PHP 5 >= 5.1.0, PHP 7, PHP 8) pg_send_quer ... てサーバーに送信し、その結果を待たない 説明 pg_send_query_params ( PgSql\Connection $connection , string $qu ... ます。その結果を待つことは しません。 これは pg_send_query() とほぼ同じですが、パラメータが query とは別に分か ... れている点が違います。 関数のパラメータは、 pg_query_params() によって 完全に制御されます。 pg_query_pa ...
https://man.plustar.jp/php/function.pg-send-query-params.html - [similar]
データベース上でひとつ以上のクエリを実行する 5717
« mysqli::more_results mysqli::next_result » PHP Manual mysqli データベース上でひとつ以上のクエリ ... を実行する mysqli::multi_query mysqli_multi_query (PHP 5, PHP 7, PHP 8) mysqli::m ... ulti_query -- mysqli_multi_query — データベース上でひとつ以上 ... 行する 説明 オブジェクト指向型 public mysqli::multi_query ( string $query ): bool 手続き型 mysqli_multi_quer ... y ( mysqli $mysql , string $query ): bool セミコロンで連結されたひとつまたは複数のク ...
https://man.plustar.jp/php/mysqli.multi-query.html - [similar]
Sets the explainOther common query parameter 5717
« SolrQuery::setExpandRows SolrQuery::setFacet » PHP Manual SolrQuery Sets the explainOther comm ... on query parameter SolrQuery::setExplainOther (PECL solr >= ... 0.9.2) SolrQuery::setExplainOther — Sets the explainOther common qu ... ery parameter 説明 public SolrQuery::setExplainOther ( string $query ): SolrQuery Sets ... the explainOther common query parameter パラメータ query The Lucene query to ide ...
https://man.plustar.jp/php/solrquery.setexplainother.html - [similar]
Sets the maximum number of query terms included 5633
« SolrQuery::setMltCount SolrQuery::setMltMaxNumTokens » PHP Manual SolrQuery Sets the maximum n ... umber of query terms included SolrQuery::setMltMaxNumQueryTerms ( ... PECL solr >= 0.9.2) SolrQuery::setMltMaxNumQueryTerms — Sets the maximum number ... of query terms included 説明 public SolrQuery::setMltMaxNum ... QueryTerms ( int $value ): SolrQuery Sets the maximum number of query terms that will b ...
https://man.plustar.jp/php/solrquery.setmltmaxnumqueryterms.html - [similar]
Directly Sets Boost Query Parameter (bq) 5564
« SolrDisMaxQuery::setBoostFunction SolrDisMaxQuery::setMinimumMatch » PHP Manual SolrDisMaxQuery ... y Directly Sets Boost Query Parameter (bq) SolrDisMaxQuery::setBoostQuery (No ... rmation available, might only be in Git) SolrDisMaxQuery::setBoostQuery — Directly Sets Boost Query Paramet ... er (bq) 説明 public SolrDisMaxQuery::setBoostQuery ( string $q ): SolrDisMaxQuery Sets ... Boost Query Parameter (bq) パラメータ q query 戻り値 SolrDisMa ...
https://man.plustar.jp/php/solrdismaxquery.setboostquery.html - [similar]
Execute a database query on this server 5541
« MongoDB\Driver\Server::executeCommand MongoDB\Driver\Server::executeReadCommand » PHP Manual M ... ongoDB\Driver\Server Execute a database query on this server MongoDB\Driver\Server::executeQuery ... (mongodb >=1.0.0) MongoDB\Driver\Server::executeQuery — Execute a database query on this server 説明 fin ... al public MongoDB\Driver\Server::executeQuery ( string $namespace , MongoDB\Driver\Query $query ... ns = array() ): MongoDB\Driver\Cursor Executes the query on this server. 注意 : The "readPreference" option ...
https://man.plustar.jp/php/mongodb-driver-server.executequery.html - [similar]
SQL クエリを実行する 5541
« mysqli::real_escape_string mysqli::reap_async_query » PHP Manual mysqli SQL クエリを実行する m ... ysqli::real_query mysqli_real_query (PHP 5, PHP 7, PHP 8) mysqli::re ... al_query -- mysqli_real_query — SQL クエリを実行する 説明 オ ... ブジェクト指向型 public mysqli::real_query ( string $query ): bool 手続き型 mysqli_real_query ... ( mysqli $mysql , string $query ): bool データベースに対して単一のクエリを実行しま ...
https://man.plustar.jp/php/mysqli.real-query.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT