diff options
Diffstat (limited to 'solr-8.1.1/example/exampledocs/manufacturers.xml')
| -rw-r--r-- | solr-8.1.1/example/exampledocs/manufacturers.xml | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/solr-8.1.1/example/exampledocs/manufacturers.xml b/solr-8.1.1/example/exampledocs/manufacturers.xml new file mode 100644 index 000000000..e3121d5db --- /dev/null +++ b/solr-8.1.1/example/exampledocs/manufacturers.xml @@ -0,0 +1,75 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<add> + <doc> + <field name="id">adata</field> + <field name="compName_s">A-Data Technology</field> + <field name="address_s">46221 Landing Parkway Fremont, CA 94538</field> + </doc> + <doc> + <field name="id">apple</field> + <field name="compName_s">Apple</field> + <field name="address_s">1 Infinite Way, Cupertino CA</field> + </doc> + <doc> + <field name="id">asus</field> + <field name="compName_s">ASUS Computer</field> + <field name="address_s">800 Corporate Way Fremont, CA 94539</field> + </doc> + <doc> + <field name="id">ati</field> + <field name="compName_s">ATI Technologies</field> + <field name="address_s">33 Commerce Valley Drive East Thornhill, ON L3T 7N6 Canada</field> + </doc> + <doc> + <field name="id">belkin</field> + <field name="compName_s">Belkin</field> + <field name="address_s">12045 E. Waterfront Drive Playa Vista, CA 90094</field> + </doc> + <doc> + <field name="id">canon</field> + <field name="compName_s">Canon, Inc.</field> + <field name="address_s">One Canon Plaza Lake Success, NY 11042</field> + </doc> + <doc> + <field name="id">corsair</field> + <field name="compName_s">Corsair Microsystems</field> + <field name="address_s">46221 Landing Parkway Fremont, CA 94538</field> + </doc> + <doc> + <field name="id">dell</field> + <field name="compName_s">Dell, Inc.</field> + <field name="address_s">One Dell Way Round Rock, Texas 78682</field> + </doc> + <doc> + <field name="id">maxtor</field> + <field name="compName_s">Maxtor Corporation</field> + <field name="address_s">920 Disc Drive Scotts Valley, CA 95066</field> + </doc> + <doc> + <field name="id">samsung</field> + <field name="compName_s">Samsung Electronics Co. Ltd.</field> + <field name="address_s">105 Challenger Rd. Ridgefield Park, NJ 07660-0511</field> + </doc> + <doc> + <field name="id">viewsonic</field> + <field name="compName_s">ViewSonic Corp</field> + <field name="address_s">381 Brea Canyon Road Walnut, CA 91789-0708</field> + </doc> +</add> + |
