source: sandbox/expresso-solr/solr/example/exampledocs/mp500.xml @ 7588

Revision 7588, 1.9 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1<!--
2 Licensed to the Apache Software Foundation (ASF) under one or more
3 contributor license agreements.  See the NOTICE file distributed with
4 this work for additional information regarding copyright ownership.
5 The ASF licenses this file to You under the Apache License, Version 2.0
6 (the "License"); you may not use this file except in compliance with
7 the License.  You may obtain a copy of the License at
8
9     http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<add><doc>
19  <field name="id">0579B002</field>
20  <field name="name">Canon PIXMA MP500 All-In-One Photo Printer</field>
21  <field name="manu">Canon Inc.</field>
22  <!-- Join -->
23  <field name="manu_id_s">canon</field>
24  <field name="cat">electronics</field>
25  <field name="cat">multifunction printer</field>
26  <field name="cat">printer</field>
27  <field name="cat">scanner</field>
28  <field name="cat">copier</field>
29  <field name="features">Multifunction ink-jet color photo printer</field>
30  <field name="features">Flatbed scanner, optical scan resolution of 1,200 x 2,400 dpi</field>
31  <field name="features">2.5" color LCD preview screen</field>
32  <field name="features">Duplex Copying</field>
33  <field name="features">Printing speed up to 29ppm black, 19ppm color</field>
34  <field name="features">Hi-Speed USB</field>
35  <field name="features">memory card: CompactFlash, Micro Drive, SmartMedia, Memory Stick, Memory Stick Pro, SD Card, and MultiMediaCard</field>
36  <field name="weight">352</field>
37  <field name="price">179.99</field>
38  <field name="popularity">6</field>
39  <field name="inStock">true</field>
40  <!-- Buffalo store -->
41  <field name="store">45.19214,-93.89941</field>
42</doc></add>
43
Note: See TracBrowser for help on using the repository browser.