Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/lui-solr
[lui-solr.git] / zookeeper / exampledocs / solr.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">SOLR1000</field>
21   <field name="name">Solr, the Enterprise Search Server</field>
22   <field name="manu">Apache Software Foundation</field>
23   <field name="cat">software</field>
24   <field name="cat">search</field>
25   <field name="features">Advanced Full-Text Search Capabilities using Lucene</field>
26   <field name="features">Optimized for High Volume Web Traffic</field>
27   <field name="features">Standards Based Open Interfaces - XML and HTTP</field>
28   <field name="features">Comprehensive HTML Administration Interfaces</field>
29   <field name="features">Scalability - Efficient Replication to other Solr Search Servers</field>
30   <field name="features">Flexible and Adaptable with XML configuration and Schema</field>
31   <field name="features">Good unicode support: h&#xE9;llo (hello with an accent over the e)</field>
32   <field name="price">0</field>
33   <field name="popularity">10</field>
34   <field name="inStock">true</field>
35   <field name="incubationdate_dt">2006-01-17T00:00:00.000Z</field>
36 </doc>
37 </add>
38