Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/lui-solr
[lui-solr.git] / zookeeper / exampledocs / manufacturers.xml
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>
19   <doc>
20     <field name="id">adata</field>
21     <field name="compName_s">A-Data Technology</field>
22     <field name="address_s">46221 Landing Parkway Fremont, CA 94538</field>
23   </doc>
24   <doc>
25     <field name="id">apple</field>
26     <field name="compName_s">Apple</field>
27     <field name="address_s">1 Infinite Way, Cupertino CA</field>
28   </doc>
29   <doc>
30     <field name="id">asus</field>
31     <field name="compName_s">ASUS Computer</field>
32     <field name="address_s">800 Corporate Way Fremont, CA 94539</field>
33   </doc>
34   <doc>
35     <field name="id">ati</field>
36     <field name="compName_s">ATI Technologies</field>
37     <field name="address_s">33 Commerce Valley Drive East Thornhill, ON L3T 7N6 Canada</field>
38   </doc>
39   <doc>
40     <field name="id">belkin</field>
41     <field name="compName_s">Belkin</field>
42     <field name="address_s">12045 E. Waterfront Drive Playa Vista, CA 90094</field>
43   </doc>
44   <doc>
45     <field name="id">canon</field>
46     <field name="compName_s">Canon, Inc.</field>
47     <field name="address_s">One Canon Plaza Lake Success, NY 11042</field>
48   </doc>
49   <doc>
50     <field name="id">corsair</field>
51     <field name="compName_s">Corsair Microsystems</field>
52     <field name="address_s">46221 Landing Parkway Fremont, CA 94538</field>
53   </doc>
54   <doc>
55     <field name="id">dell</field>
56     <field name="compName_s">Dell, Inc.</field>
57     <field name="address_s">One Dell Way Round Rock, Texas 78682</field>
58   </doc>
59   <doc>
60     <field name="id">maxtor</field>
61     <field name="compName_s">Maxtor Corporation</field>
62     <field name="address_s">920 Disc Drive Scotts Valley, CA 95066</field>
63   </doc>
64   <doc>
65     <field name="id">samsung</field>
66     <field name="compName_s">Samsung Electronics Co. Ltd.</field>
67     <field name="address_s">105 Challenger Rd. Ridgefield Park, NJ 07660-0511</field>
68   </doc>
69   <doc>
70     <field name="id">viewsonic</field>
71     <field name="compName_s">ViewSonic Corp</field>
72     <field name="address_s">381 Brea Canyon Road Walnut, CA 91789-0708</field>
73   </doc>
74 </add>
75