1
0
mirror of https://github.com/php/doc-ru.git synced 2026-04-24 15:58:39 +02:00
Files
Mikhail Alferov 1de5525231 Update e2f2172 to En (#1242)
* Update functions.xml to en

* Update paamayim-nekudotayim.xml to en

* Update variant-cmp.xml

* Update cubrid-fetch-field.xml to en

* Update createfromformat.xml to en

* Update dio-open.xml to en + уточнил перевод

* Update evtimer.xml to en

* Update fann-create-train-from-callback.xml to en

* Update fann-create-train.xml to en

* Update fann-create-train.xml to en

* Update constants.xml to en

* Update gnupg-init.xml to en

* Update ini.xml to en

* Update constants.xml to en

* Update error-list.xml to en

* Update openssl-pkcs12-read.xml to en

* Update examples.xml to en

* Update ini.xml to en

* Update ini.xml

* Update reference.xml to en

* pg-escape-identifier.xml to En + уточнил перевод

* Update isrunning.xml to en

* Update isrunning.xml

* Update random.engine.xml to en

* generate.xml to en + уточнил перевод, добавил пропуски

* Update get.xml to en

* Update getnext.xml to en

* Update socket-addrinfo-lookup.xml to en

* Update sodium-crypto-box-publickey-from-secretkey.xml to en

* Update solrdocument.xml to en

* Update construct.xml to en

* Update connect.xml to en

* Update odbc-field-num.xml to en

* Update odbc-field-scale.xml to en

* Update wincache-ucache-add.xml to en

* Update wincache-ucache-set.xml to en

* Update wincache-ucache-add.xml

* Update ini.xml to en

* Update yaf-route-static.xml to en

* Update get.xml to en

* registerlocalnamespace.xml

Временно изменил тип возврата и секцию Return. Ну как фиксировать настолько противоречивые данные: в сигнатуре возврат `void`, в секции возврата: bool. Читатель не виноват

* Update registernamespace.xml to en

* Update getbody.xml to en

* Update setheader.xml to en

* Update construct.xml to en + уточнил перевод, CS

* Update setscriptpath.xml to en

* Update call.xml to en

* Update call.xml

* Update delete.xml to en

* Update registerlocalnamespace.xml

* Update delete.xml

* Update ini.xml Remove extra spaces
2026-04-14 18:57:27 +03:00

171 lines
5.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: e2f2172bf114599926878017ab2dce356956fa9e Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<reference xml:id="class.solrdocument" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
<title>Класс SolrDocument</title>
<titleabbrev>SolrDocument</titleabbrev>
<partintro>
<!-- {{{ SolrDocument intro -->
<section xml:id="solrdocument.intro">
&reftitle.intro;
<para>
Класс представляет документ Solr, который сервер вернул в ответ на запрос.
</para>
</section>
<!-- }}} -->
<section xml:id="solrdocument.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>SolrDocument</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<modifier>final</modifier>
<classname>SolrDocument</classname>
</ooclass>
<oointerface>
<interfacename>ArrayAccess</interfacename>
</oointerface>
<oointerface>
<interfacename>Iterator</interfacename>
</oointerface>
<oointerface>
<interfacename>Serializable</interfacename>
</oointerface>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrdocument.constants.sort-default">SolrDocument::SORT_DEFAULT</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrdocument.constants.sort-asc">SolrDocument::SORT_ASC</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrdocument.constants.sort-desc">SolrDocument::SORT_DESC</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrdocument.constants.sort-field-name">SolrDocument::SORT_FIELD_NAME</varname>
<initializer>1</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrdocument.constants.sort-field-value-count">SolrDocument::SORT_FIELD_VALUE_COUNT</varname>
<initializer>2</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrdocument.constants.sort-field-boost-value">SolrDocument::SORT_FIELD_BOOST_VALUE</varname>
<initializer>4</initializer>
</fieldsynopsis>
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.solrdocument')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[not(@role='procedural')])"/>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.solrdocument')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" />
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.solrdocument')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])"/>
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ SolrDocument constants -->
<section xml:id="solrdocument.constants">
&reftitle.constants;
<variablelist>
<varlistentry xml:id="solrdocument.constants.sort-default">
<term><constant>SolrDocument::SORT_DEFAULT</constant></term>
<listitem>
<para>Режим по умолчанию для сортировки полей в документе.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="solrdocument.constants.sort-asc">
<term><constant>SolrDocument::SORT_ASC</constant></term>
<listitem>
<para>Сортирует поля в порядке возрастания</para>
</listitem>
</varlistentry>
<varlistentry xml:id="solrdocument.constants.sort-desc">
<term><constant>SolrDocument::SORT_DESC</constant></term>
<listitem>
<para>Сортирует поля в порядке убывания</para>
</listitem>
</varlistentry>
<varlistentry xml:id="solrdocument.constants.sort-field-name">
<term><constant>SolrDocument::SORT_FIELD_NAME</constant></term>
<listitem>
<para>Сортирует поля по имени поля.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="solrdocument.constants.sort-field-value-count">
<term><constant>SolrDocument::SORT_FIELD_VALUE_COUNT</constant></term>
<listitem>
<para>Сортирует поля по количеству значений в каждом поле.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="solrdocument.constants.sort-field-boost-value">
<term><constant>SolrDocument::SORT_FIELD_BOOST_VALUE</constant></term>
<listitem>
<para>Сортирует поля по значению усиления.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- }}} -->
</partintro>
&reference.solr.entities.solrdocument;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->