File: response_xml.3.xml

package info (click to toggle)
php-solr 2.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,620 kB
  • sloc: ansic: 14,274; xml: 1,313; php: 1,239; pascal: 11; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 935 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<response>

  <result name="response" numFound="3" start="0">
    <doc>
      <str name="id">parent_1</str>
      <arr name="title">
        <str>Solr adds block join support</str>
      </arr>
      <doc>
        <str name="id">CHILD_1_1</str>
        <arr name="comment_t">
          <str>SolrCloud supports it too!</str>
        </arr>
      </doc>
    </doc>
    <doc>
      <str name="id">parent_2</str>
      <doc>
        <str name="id">CHILD_2_1</str>
        <arr name="comment_t">
          <str>Cool features</str>
        </arr>
      </doc>
      <doc>
        <str name="id">CHILD_2_2</str>
        <arr name="comment_t">
          <str>Cool features</str>
        </arr>
      </doc>
    </doc>
    <doc>
      <str name="id">parent_3</str>
      <doc>
        <str name="id">CHILD_3_1</str>
        <arr name="comment_t">
          <str>Cool features</str>
        </arr>
      </doc>
    </doc>
  </result>
</response>