acts_as_solr_reloaded 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +1 -1
- data/README.rdoc +3 -11
- data/VERSION +1 -1
- data/lib/acts_as_solr.rb +3 -1
- data/lib/solr/connection.rb +6 -3
- data/test/db/test.db +0 -0
- metadata +2 -74
- data/solr/README.txt +0 -36
- data/solr/etc/jetty.xml +0 -212
- data/solr/etc/webdefault.xml +0 -379
- data/solr/exampledocs/books.csv +0 -11
- data/solr/exampledocs/hd.xml +0 -46
- data/solr/exampledocs/ipod_other.xml +0 -50
- data/solr/exampledocs/ipod_video.xml +0 -35
- data/solr/exampledocs/locales.xml +0 -16
- data/solr/exampledocs/mem.xml +0 -58
- data/solr/exampledocs/monitor.xml +0 -31
- data/solr/exampledocs/monitor2.xml +0 -30
- data/solr/exampledocs/mp500.xml +0 -39
- data/solr/exampledocs/post.jar +0 -0
- data/solr/exampledocs/post.sh +0 -28
- data/solr/exampledocs/sd500.xml +0 -33
- data/solr/exampledocs/solr.xml +0 -38
- data/solr/exampledocs/spellchecker.xml +0 -58
- data/solr/exampledocs/test_utf8.sh +0 -83
- data/solr/exampledocs/utf8-example.xml +0 -42
- data/solr/exampledocs/vidcard.xml +0 -52
- data/solr/lib/jetty-6.1.3.jar +0 -0
- data/solr/lib/jetty-util-6.1.3.jar +0 -0
- data/solr/lib/jsp-2.1/ant-1.6.5.jar +0 -0
- data/solr/lib/jsp-2.1/core-3.1.1.jar +0 -0
- data/solr/lib/jsp-2.1/jsp-2.1.jar +0 -0
- data/solr/lib/jsp-2.1/jsp-api-2.1.jar +0 -0
- data/solr/lib/servlet-api-2.5-6.1.3.jar +0 -0
- data/solr/multicore/README.txt +0 -3
- data/solr/multicore/core0/conf/schema.xml +0 -41
- data/solr/multicore/core0/conf/solrconfig.xml +0 -40
- data/solr/multicore/core1/conf/schema.xml +0 -41
- data/solr/multicore/core1/conf/solrconfig.xml +0 -40
- data/solr/multicore/exampledocs/ipod_other.xml +0 -34
- data/solr/multicore/exampledocs/ipod_video.xml +0 -22
- data/solr/multicore/solr.xml +0 -35
- data/solr/solr/README.txt +0 -52
- data/solr/solr/bin/abc +0 -190
- data/solr/solr/bin/abo +0 -190
- data/solr/solr/bin/backup +0 -117
- data/solr/solr/bin/backupcleaner +0 -142
- data/solr/solr/bin/commit +0 -133
- data/solr/solr/bin/optimize +0 -134
- data/solr/solr/bin/readercycle +0 -129
- data/solr/solr/bin/rsyncd-disable +0 -77
- data/solr/solr/bin/rsyncd-enable +0 -76
- data/solr/solr/bin/rsyncd-start +0 -145
- data/solr/solr/bin/rsyncd-stop +0 -105
- data/solr/solr/bin/scripts-util +0 -99
- data/solr/solr/bin/snapcleaner +0 -154
- data/solr/solr/bin/snapinstaller +0 -198
- data/solr/solr/bin/snappuller +0 -269
- data/solr/solr/bin/snappuller-disable +0 -77
- data/solr/solr/bin/snappuller-enable +0 -77
- data/solr/solr/bin/snapshooter +0 -136
- data/solr/solr/conf/admin-extra.html +0 -31
- data/solr/solr/conf/elevate.xml +0 -36
- data/solr/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
- data/solr/solr/conf/protwords.txt +0 -21
- data/solr/solr/conf/schema.xml +0 -132
- data/solr/solr/conf/scripts.conf +0 -24
- data/solr/solr/conf/solrconfig.xml +0 -906
- data/solr/solr/conf/spellings.txt +0 -2
- data/solr/solr/conf/stopwords.txt +0 -58
- data/solr/solr/conf/synonyms.txt +0 -31
- data/solr/solr/conf/xslt/example.xsl +0 -132
- data/solr/solr/conf/xslt/example_atom.xsl +0 -67
- data/solr/solr/conf/xslt/example_rss.xsl +0 -66
- data/solr/solr/conf/xslt/luke.xsl +0 -337
- data/solr/solr/lib/localsolr.jar +0 -0
- data/solr/solr/lib/lucene-spatial-2.9-dev.jar +0 -0
- data/solr/start.jar +0 -0
- data/solr/webapps/solr.war +0 -0
@@ -1,83 +0,0 @@
|
|
1
|
-
#!/bin/sh
|
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
|
-
#Test script to tell if the server is accepting UTF-8
|
18
|
-
#The python writer currently escapes non-ascii chars, so it's good for testing
|
19
|
-
|
20
|
-
URL=http://localhost:8983/solr/select
|
21
|
-
|
22
|
-
if [ ! -z $1 ]; then
|
23
|
-
URL=$1
|
24
|
-
fi
|
25
|
-
|
26
|
-
curl "$URL/select?q=hello¶ms=explicit&wt=python" 2> /dev/null | grep 'hello' > /dev/null 2>&1
|
27
|
-
if [ $? = 0 ]; then
|
28
|
-
echo "Solr server is up."
|
29
|
-
else
|
30
|
-
echo "ERROR: Solr is not up."
|
31
|
-
exit 1
|
32
|
-
fi
|
33
|
-
|
34
|
-
curl "$URL/select?q=h%C3%A9llo&echoParams=explicit&wt=python" 2> /dev/null | grep 'h\\u00e9llo' > /dev/null 2>&1
|
35
|
-
if [ $? = 0 ]; then
|
36
|
-
echo "HTTP GET is accepting UTF-8"
|
37
|
-
else
|
38
|
-
echo "ERROR: HTTP GET is not accepting UTF-8"
|
39
|
-
fi
|
40
|
-
|
41
|
-
curl $URL/select --data-binary 'q=h%C3%A9llo&echoParams=explicit&wt=python' -H 'Content-type:application/x-www-form-urlencoded; charset=UTF-8' 2> /dev/null | grep 'h\\u00e9llo' > /dev/null 2>&1
|
42
|
-
if [ $? = 0 ]; then
|
43
|
-
echo "HTTP POST is accepting UTF-8"
|
44
|
-
else
|
45
|
-
echo "ERROR: HTTP POST is not accepting UTF-8"
|
46
|
-
fi
|
47
|
-
|
48
|
-
curl $URL/select --data-binary 'q=h%C3%A9llo&echoParams=explicit&wt=python' 2> /dev/null | grep 'h\\u00e9llo' > /dev/null 2>&1
|
49
|
-
if [ $? = 0 ]; then
|
50
|
-
echo "HTTP POST defaults to UTF-8"
|
51
|
-
else
|
52
|
-
echo "HTTP POST does not default to UTF-8"
|
53
|
-
fi
|
54
|
-
|
55
|
-
|
56
|
-
#A codepoint outside of the BMP
|
57
|
-
CODEPOINT='\\U00100058'
|
58
|
-
#URL encoded UTF8 of the codepoint
|
59
|
-
URL_UTF8='%F4%80%81%98'
|
60
|
-
#expected return of the python writer (currently uses UTF-16 surrogates)
|
61
|
-
EXPECTED='\\udbc0\\udc58'
|
62
|
-
|
63
|
-
curl "$URL/select?q=$URL_UTF8&echoParams=explicit&wt=python" 2> /dev/null | grep $EXPECTED > /dev/null 2>&1
|
64
|
-
if [ $? = 0 ]; then
|
65
|
-
echo "HTTP GET is accepting UTF-8 beyond the basic multilingual plane"
|
66
|
-
else
|
67
|
-
echo "ERROR: HTTP GET is not accepting UTF-8 beyond the basic multilingual plane"
|
68
|
-
fi
|
69
|
-
|
70
|
-
curl $URL/select --data-binary "q=$URL_UTF8&echoParams=explicit&wt=python" -H 'Content-type:application/x-www-form-urlencoded; charset=UTF-8' 2> /dev/null | grep $EXPECTED > /dev/null 2>&1
|
71
|
-
if [ $? = 0 ]; then
|
72
|
-
echo "HTTP POST is accepting UTF-8 beyond the basic multilingual plane"
|
73
|
-
else
|
74
|
-
echo "ERROR: HTTP POST is not accepting UTF-8 beyond the basic multilingual plane"
|
75
|
-
fi
|
76
|
-
|
77
|
-
curl "$URL/select?q=$URL_UTF8&echoParams=explicit&wt=python" --data-binary '' 2> /dev/null | grep $EXPECTED > /dev/null 2>&1
|
78
|
-
if [ $? = 0 ]; then
|
79
|
-
echo "HTTP POST + URL params is accepting UTF-8 beyond the basic multilingual plane"
|
80
|
-
else
|
81
|
-
echo "ERROR: HTTP POST + URL params is not accepting UTF-8 beyond the basic multilingual plane"
|
82
|
-
fi
|
83
|
-
|
@@ -1,42 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<!--
|
20
|
-
After posting this to SOLR with post.sh, searching for "êâîôû" from
|
21
|
-
the solr/admin/ search page must return this document.
|
22
|
-
-->
|
23
|
-
|
24
|
-
<add>
|
25
|
-
<doc>
|
26
|
-
<field name="id">UTF8TEST</field>
|
27
|
-
<field name="name">Test with some UTF-8 encoded characters</field>
|
28
|
-
<field name="manu">Apache Software Foundation</field>
|
29
|
-
<field name="cat">software</field>
|
30
|
-
<field name="cat">search</field>
|
31
|
-
<field name="features">No accents here</field>
|
32
|
-
<field name="features">This is an e acute: é</field>
|
33
|
-
<field name="features">eaiou with circumflexes: êâîôû</field>
|
34
|
-
<field name="features">eaiou with umlauts: ëäïöü</field>
|
35
|
-
<field name="features">tag with escaped chars: <nicetag/></field>
|
36
|
-
<field name="features">escaped ampersand: Bonnie & Clyde</field>
|
37
|
-
<field name="price">0</field>
|
38
|
-
<!-- no popularity, get the default from schema.xml -->
|
39
|
-
<field name="inStock">true</field>
|
40
|
-
</doc>
|
41
|
-
</add>
|
42
|
-
|
@@ -1,52 +0,0 @@
|
|
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">EN7800GTX/2DHTV/256M</field>
|
21
|
-
<field name="name">ASUS Extreme N7800GTX/2DHTV (256 MB)</field>
|
22
|
-
<field name="manu">ASUS Computer Inc.</field>
|
23
|
-
<field name="cat">electronics</field>
|
24
|
-
<field name="cat">graphics card</field>
|
25
|
-
<field name="features">NVIDIA GeForce 7800 GTX GPU/VPU clocked at 486MHz</field>
|
26
|
-
<field name="features">256MB GDDR3 Memory clocked at 1.35GHz</field>
|
27
|
-
<field name="features">PCI Express x16</field>
|
28
|
-
<field name="features">Dual DVI connectors, HDTV out, video input</field>
|
29
|
-
<field name="features">OpenGL 2.0, DirectX 9.0</field>
|
30
|
-
<field name="weight">16</field>
|
31
|
-
<field name="price">479.95</field>
|
32
|
-
<field name="popularity">7</field>
|
33
|
-
<field name="inStock">false</field>
|
34
|
-
</doc>
|
35
|
-
<!-- yes, you can add more than one document at a time -->
|
36
|
-
<doc>
|
37
|
-
<field name="id">100-435805</field>
|
38
|
-
<field name="name">ATI Radeon X1900 XTX 512 MB PCIE Video Card</field>
|
39
|
-
<field name="manu">ATI Technologies</field>
|
40
|
-
<field name="cat">electronics</field>
|
41
|
-
<field name="cat">graphics card</field>
|
42
|
-
<field name="features">ATI RADEON X1900 GPU/VPU clocked at 650MHz</field>
|
43
|
-
<field name="features">512MB GDDR3 SDRAM clocked at 1.55GHz</field>
|
44
|
-
<field name="features">PCI Express x16</field>
|
45
|
-
<field name="features">dual DVI, HDTV, svideo, composite out</field>
|
46
|
-
<field name="features">OpenGL 2.0, DirectX 9.0</field>
|
47
|
-
<field name="weight">48</field>
|
48
|
-
<field name="price">649.99</field>
|
49
|
-
<field name="popularity">7</field>
|
50
|
-
<field name="inStock">false</field>
|
51
|
-
</doc>
|
52
|
-
</add>
|
data/solr/lib/jetty-6.1.3.jar
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/solr/multicore/README.txt
DELETED
@@ -1,41 +0,0 @@
|
|
1
|
-
<?xml version="1.0" ?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<schema name="example core zero" version="1.1">
|
20
|
-
<types>
|
21
|
-
<fieldtype name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
|
22
|
-
</types>
|
23
|
-
|
24
|
-
<fields>
|
25
|
-
<!-- general -->
|
26
|
-
<field name="id" type="string" indexed="true" stored="true" multiValued="false" required="true"/>
|
27
|
-
<field name="type" type="string" indexed="true" stored="true" multiValued="false" />
|
28
|
-
<field name="name" type="string" indexed="true" stored="true" multiValued="false" />
|
29
|
-
<field name="core0" type="string" indexed="true" stored="true" multiValued="false" />
|
30
|
-
</fields>
|
31
|
-
|
32
|
-
<!-- field to use to determine and enforce document uniqueness. -->
|
33
|
-
<uniqueKey>id</uniqueKey>
|
34
|
-
|
35
|
-
<!-- field for the QueryParser to use when an explicit fieldname is absent -->
|
36
|
-
<defaultSearchField>name</defaultSearchField>
|
37
|
-
|
38
|
-
<!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
|
39
|
-
<solrQueryParser defaultOperator="OR"/>
|
40
|
-
</schema>
|
41
|
-
|
@@ -1,40 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<!--
|
20
|
-
This is a stripped down config file used for a simple example...
|
21
|
-
It is *not* a good example to work from.
|
22
|
-
-->
|
23
|
-
<config>
|
24
|
-
<updateHandler class="solr.DirectUpdateHandler2" />
|
25
|
-
|
26
|
-
<requestDispatcher handleSelect="true" >
|
27
|
-
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" />
|
28
|
-
</requestDispatcher>
|
29
|
-
|
30
|
-
<requestHandler name="standard" class="solr.StandardRequestHandler" default="true" />
|
31
|
-
<requestHandler name="/update" class="solr.XmlUpdateRequestHandler" />
|
32
|
-
<requestHandler name="/admin/" class="org.apache.solr.handler.admin.AdminHandlers" />
|
33
|
-
|
34
|
-
<!-- config for the admin interface -->
|
35
|
-
<admin>
|
36
|
-
<defaultQuery>solr</defaultQuery>
|
37
|
-
</admin>
|
38
|
-
|
39
|
-
</config>
|
40
|
-
|
@@ -1,41 +0,0 @@
|
|
1
|
-
<?xml version="1.0" ?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<schema name="example core one" version="1.1">
|
20
|
-
<types>
|
21
|
-
<fieldtype name="string" class="solr.StrField" sortMissingLast="true" omitNorms="true"/>
|
22
|
-
</types>
|
23
|
-
|
24
|
-
<fields>
|
25
|
-
<!-- general -->
|
26
|
-
<field name="id" type="string" indexed="true" stored="true" multiValued="false" required="true"/>
|
27
|
-
<field name="type" type="string" indexed="true" stored="true" multiValued="false" />
|
28
|
-
<field name="name" type="string" indexed="true" stored="true" multiValued="false" />
|
29
|
-
<field name="core1" type="string" indexed="true" stored="true" multiValued="false" />
|
30
|
-
</fields>
|
31
|
-
|
32
|
-
<!-- field to use to determine and enforce document uniqueness. -->
|
33
|
-
<uniqueKey>id</uniqueKey>
|
34
|
-
|
35
|
-
<!-- field for the QueryParser to use when an explicit fieldname is absent -->
|
36
|
-
<defaultSearchField>name</defaultSearchField>
|
37
|
-
|
38
|
-
<!-- SolrQueryParser configuration: defaultOperator="AND|OR" -->
|
39
|
-
<solrQueryParser defaultOperator="OR"/>
|
40
|
-
</schema>
|
41
|
-
|
@@ -1,40 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<!--
|
20
|
-
This is a stripped down config file used for a simple example...
|
21
|
-
It is *not* a good example to work from.
|
22
|
-
-->
|
23
|
-
<config>
|
24
|
-
<updateHandler class="solr.DirectUpdateHandler2" />
|
25
|
-
|
26
|
-
<requestDispatcher handleSelect="true" >
|
27
|
-
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" />
|
28
|
-
</requestDispatcher>
|
29
|
-
|
30
|
-
<requestHandler name="standard" class="solr.StandardRequestHandler" default="true" />
|
31
|
-
<requestHandler name="/update" class="solr.XmlUpdateRequestHandler" />
|
32
|
-
<requestHandler name="/admin/" class="org.apache.solr.handler.admin.AdminHandlers" />
|
33
|
-
|
34
|
-
<!-- config for the admin interface -->
|
35
|
-
<admin>
|
36
|
-
<defaultQuery>solr</defaultQuery>
|
37
|
-
</admin>
|
38
|
-
|
39
|
-
</config>
|
40
|
-
|
@@ -1,34 +0,0 @@
|
|
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
|
-
|
20
|
-
<doc>
|
21
|
-
<field name="id">F8V7067-APL-KIT</field>
|
22
|
-
<field name="name">Belkin Mobile Power Cord for iPod w/ Dock</field>
|
23
|
-
</doc>
|
24
|
-
|
25
|
-
<doc>
|
26
|
-
<field name="id">IW-02</field>
|
27
|
-
<field name="name">iPod & iPod Mini USB 2.0 Cable</field>
|
28
|
-
</doc>
|
29
|
-
|
30
|
-
|
31
|
-
</add>
|
32
|
-
|
33
|
-
|
34
|
-
|
@@ -1,22 +0,0 @@
|
|
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">MA147LL/A</field>
|
20
|
-
<field name="name">Apple 60 GB iPod with Video Playback Black</field>
|
21
|
-
|
22
|
-
</doc></add>
|
data/solr/multicore/solr.xml
DELETED
@@ -1,35 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
2
|
-
<!--
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
5
|
-
this work for additional information regarding copyright ownership.
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
8
|
-
the License. You may obtain a copy of the License at
|
9
|
-
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
11
|
-
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
15
|
-
See the License for the specific language governing permissions and
|
16
|
-
limitations under the License.
|
17
|
-
-->
|
18
|
-
|
19
|
-
<!--
|
20
|
-
All (relative) paths are relative to the installation path
|
21
|
-
|
22
|
-
persistent: Save changes made via the API to this file
|
23
|
-
sharedLib: path to a lib directory that will be shared across all cores
|
24
|
-
-->
|
25
|
-
<solr persistent="false">
|
26
|
-
|
27
|
-
<!--
|
28
|
-
adminPath: RequestHandler path to manage cores.
|
29
|
-
If 'null' (or absent), cores will not be manageable via request handler
|
30
|
-
-->
|
31
|
-
<cores adminPath="/admin/cores">
|
32
|
-
<core name="core0" instanceDir="core0" />
|
33
|
-
<core name="core1" instanceDir="core1" />
|
34
|
-
</cores>
|
35
|
-
</solr>
|