Files
archived-doc-pt-br/reference/solr/solrqueryresponse.xml
2024-10-08 14:14:02 -03:00

123 lines
4.0 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 4d17b7b4947e7819ff5036715dd706be87ae4def Maintainer: leonardolara Status: ready -->
<reference xml:id="class.solrqueryresponse" 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>A classe SolrQueryResponse</title>
<titleabbrev>SolrQueryResponse</titleabbrev>
<partintro>
<!-- {{{ SolrQueryResponse intro -->
<section xml:id="solrqueryresponse.intro">
&reftitle.intro;
<para>
Representa uma resposta a uma solicitação de consulta.
</para>
</section>
<!-- }}} -->
<section xml:id="solrqueryresponse.synopsis">
&reftitle.classsynopsis;
<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>SolrQueryResponse</classname></ooclass>
<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<modifier>final</modifier>
<classname>SolrQueryResponse</classname>
</ooclass>
<ooclass>
<modifier>extends</modifier>
<classname>SolrResponse</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<classsynopsisinfo role="comment">&Constants;</classsynopsisinfo>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrqueryresponse.constants.parse-solr-obj">SolrQueryResponse::PARSE_SOLR_OBJ</varname>
<initializer>0</initializer>
</fieldsynopsis>
<fieldsynopsis>
<modifier>const</modifier>
<type>int</type>
<varname linkend="solrqueryresponse.constants.parse-solr-doc">SolrQueryResponse::PARSE_SOLR_DOC</varname>
<initializer>1</initializer>
</fieldsynopsis>
<classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('solrresponse.synopsis')/descendant::db:fieldsynopsis)" />
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.solrqueryresponse')/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.solrqueryresponse')/db:refentry/db:refsect1[@role='description']/descendant::db:destructorsynopsis[not(@role='procedural')])" />
<classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.solrresponse')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[1])" />
</classsynopsis>
<!-- }}} -->
</section>
<!-- {{{ SolrQueryResponse constants -->
<section xml:id="solrqueryresponse.constants">
&reftitle.constants;
<section xml:id="solrqueryresponse.constants.types">
<title>Constantes da classe SolrQueryResponse</title>
<variablelist>
<varlistentry xml:id="solrqueryresponse.constants.parse-solr-obj">
<term><constant>SolrQueryResponse::PARSE_SOLR_OBJ</constant></term>
<listitem>
<para>Os documentos devem ser analisados como instâncias SolrObject.</para>
</listitem>
</varlistentry>
<varlistentry xml:id="solrqueryresponse.constants.parse-solr-doc">
<term><constant>SolrQueryResponse::PARSE_SOLR_DOC</constant></term>
<listitem>
<para>Os documentos devem ser analisados como instâncias SolrDocument.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</section>
<!-- }}} -->
</partintro>
&reference.solr.entities.solrqueryresponse;
</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
-->