outoftime-sunspot 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (94) hide show
  1. data/History.txt +9 -6
  2. data/README.rdoc +45 -13
  3. data/Rakefile +5 -21
  4. data/VERSION.yml +4 -0
  5. data/bin/sunspot-solr +39 -0
  6. data/lib/sunspot/builder.rb +78 -0
  7. data/lib/sunspot/dsl/fields.rb +39 -0
  8. data/lib/sunspot/dsl/query.rb +32 -0
  9. data/lib/sunspot/dsl/scope.rb +35 -0
  10. data/lib/sunspot/dsl.rb +3 -0
  11. data/lib/sunspot/query.rb +9 -20
  12. data/lib/sunspot/search.rb +8 -25
  13. data/lib/sunspot.rb +2 -3
  14. data/solr/etc/jetty.xml +10 -4
  15. data/solr/solr/conf/{admin-extra.html → elevate.xml} +18 -13
  16. data/solr/solr/conf/solrconfig.xml +369 -67
  17. data/solr/webapps/solr.war +0 -0
  18. data/spec/api/build_search_spec.rb +195 -0
  19. data/spec/api/indexer_spec.rb +112 -0
  20. data/spec/api/search_retrieval_spec.rb +59 -0
  21. data/spec/api/session_spec.rb +44 -0
  22. data/spec/api/spec_helper.rb +1 -0
  23. data/spec/api/standard_search_builder_spec.rb +76 -0
  24. data/{test → spec}/custom_expectation.rb +0 -0
  25. data/{test/integration/test_field_types.rb → spec/integration/field_types_spec.rb} +9 -9
  26. data/{test/integration/test_keyword_search.rb → spec/integration/keyword_search_spec.rb} +5 -5
  27. data/spec/integration/spec_helper.rb +1 -0
  28. data/{test → spec}/integration/test_pagination.rb +5 -5
  29. data/{test → spec}/mocks/base_class.rb +0 -0
  30. data/{test → spec}/mocks/comment.rb +0 -0
  31. data/{test → spec}/mocks/mock_adapter.rb +0 -0
  32. data/{test → spec}/mocks/post.rb +0 -0
  33. data/{test/test_helper.rb → spec/spec_helper.rb} +6 -12
  34. data/tasks/gemspec.rake +18 -0
  35. data/tasks/rcov.rake +27 -5
  36. data/tasks/spec.rake +21 -0
  37. metadata +90 -125
  38. data/Manifest.txt +0 -104
  39. data/PostInstall.txt +0 -7
  40. data/config/hoe.rb +0 -74
  41. data/config/requirements.rb +0 -15
  42. data/lib/sunspot/conditions.rb +0 -50
  43. data/lib/sunspot/conditions_builder.rb +0 -37
  44. data/lib/sunspot/field_builder.rb +0 -37
  45. data/lib/sunspot/query_builder.rb +0 -30
  46. data/lib/sunspot/scope_builder.rb +0 -33
  47. data/lib/sunspot/version.rb +0 -10
  48. data/setup.rb +0 -1585
  49. data/solr/README.txt +0 -36
  50. data/solr/exampledocs/books.csv +0 -11
  51. data/solr/exampledocs/hd.xml +0 -46
  52. data/solr/exampledocs/ipod_other.xml +0 -50
  53. data/solr/exampledocs/ipod_video.xml +0 -35
  54. data/solr/exampledocs/mem.xml +0 -58
  55. data/solr/exampledocs/monitor.xml +0 -31
  56. data/solr/exampledocs/monitor2.xml +0 -30
  57. data/solr/exampledocs/mp500.xml +0 -39
  58. data/solr/exampledocs/post.jar +0 -0
  59. data/solr/exampledocs/post.sh +0 -28
  60. data/solr/exampledocs/sd500.xml +0 -33
  61. data/solr/exampledocs/solr.xml +0 -38
  62. data/solr/exampledocs/spellchecker.xml +0 -58
  63. data/solr/exampledocs/utf8-example.xml +0 -42
  64. data/solr/exampledocs/vidcard.xml +0 -52
  65. data/solr/solr/README.txt +0 -52
  66. data/solr/solr/bin/abc +0 -176
  67. data/solr/solr/bin/abo +0 -176
  68. data/solr/solr/bin/backup +0 -108
  69. data/solr/solr/bin/backupcleaner +0 -142
  70. data/solr/solr/bin/commit +0 -128
  71. data/solr/solr/bin/optimize +0 -129
  72. data/solr/solr/bin/readercycle +0 -129
  73. data/solr/solr/bin/rsyncd-disable +0 -77
  74. data/solr/solr/bin/rsyncd-enable +0 -76
  75. data/solr/solr/bin/rsyncd-start +0 -145
  76. data/solr/solr/bin/rsyncd-stop +0 -105
  77. data/solr/solr/bin/scripts-util +0 -83
  78. data/solr/solr/bin/snapcleaner +0 -148
  79. data/solr/solr/bin/snapinstaller +0 -168
  80. data/solr/solr/bin/snappuller +0 -248
  81. data/solr/solr/bin/snappuller-disable +0 -77
  82. data/solr/solr/bin/snappuller-enable +0 -77
  83. data/solr/solr/bin/snapshooter +0 -109
  84. data/solr/solr/conf/scripts.conf +0 -24
  85. data/tasks/deployment.rake +0 -34
  86. data/tasks/environment.rake +0 -7
  87. data/tasks/solr.rake +0 -12
  88. data/tasks/website.rake +0 -17
  89. data/test/api/test_build_search.rb +0 -216
  90. data/test/api/test_helper.rb +0 -4
  91. data/test/api/test_indexer.rb +0 -110
  92. data/test/api/test_retrieve_search.rb +0 -114
  93. data/test/api/test_session.rb +0 -46
  94. data/test/integration/test_helper.rb +0 -1
data/solr/README.txt DELETED
@@ -1,36 +0,0 @@
1
- # Licensed to the Apache Software Foundation (ASF) under one or more
2
- # contributor license agreements. See the NOTICE file distributed with
3
- # this work for additional information regarding copyright ownership.
4
- # The ASF licenses this file to You under the Apache License, Version 2.0
5
- # (the "License"); you may not use this file except in compliance with
6
- # the License. You may obtain a copy of the License at
7
- #
8
- # http://www.apache.org/licenses/LICENSE-2.0
9
- #
10
- # Unless required by applicable law or agreed to in writing, software
11
- # distributed under the License is distributed on an "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- # See the License for the specific language governing permissions and
14
- # limitations under the License.
15
-
16
- Solr example configuration
17
- --------------------------
18
-
19
- To run this example configuration, use
20
-
21
- java -jar start.jar
22
-
23
- in this directory, and when Solr is started connect to
24
-
25
- http://localhost:8983/solr/admin/
26
-
27
- To add documents to the index, use the post.sh script in
28
- the exampledocs subdirectory (while Solr is running),
29
- for example:
30
-
31
- cd exampledocs
32
- ./post.sh *.xml
33
-
34
- See also README.txt in the solr subdirectory, and check
35
- http://wiki.apache.org/solr/SolrResources for a list of
36
- tutorials and introductory articles.
@@ -1,11 +0,0 @@
1
- id,cat,name,price,inStock,author_t,series_t,sequence_i,genre_s
2
- 0553573403,book,A Game of Thrones,7.99,true,George R.R. Martin,"A Song of Ice and Fire",1,fantasy
3
- 0553579908,book,A Clash of Kings,7.99,true,George R.R. Martin,"A Song of Ice and Fire",2,fantasy
4
- 055357342X,book,A Storm of Swords,7.99,true,George R.R. Martin,"A Song of Ice and Fire",3,fantasy
5
- 0553293354,book,Foundation,7.99,true,Isaac Asimov,Foundation Novels,1,scifi
6
- 0812521390,book,The Black Company,6.99,false,Glen Cook,The Chronicles of The Black Company,1,fantasy
7
- 0812550706,book,Ender's Game,6.99,true,Orson Scott Card,Ender,1,scifi
8
- 0441385532,book,Jhereg,7.95,false,Steven Brust,Vlad Taltos,1,fantasy
9
- 0380014300,book,Nine Princes In Amber,6.99,true,Roger Zelazny,the Chronicles of Amber,1,fantasy
10
- 0805080481,book,The Book of Three,5.99,true,Lloyd Alexander,The Chronicles of Prydain,1,fantasy
11
- 080508049X,book,The Black Cauldron,5.99,true,Lloyd Alexander,The Chronicles of Prydain,2,fantasy
@@ -1,46 +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">SP2514N</field>
21
- <field name="name">Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133</field>
22
- <field name="manu">Samsung Electronics Co. Ltd.</field>
23
- <field name="cat">electronics</field>
24
- <field name="cat">hard drive</field>
25
- <field name="features">7200RPM, 8MB cache, IDE Ultra ATA-133</field>
26
- <field name="features">NoiseGuard, SilentSeek technology, Fluid Dynamic Bearing (FDB) motor</field>
27
- <field name="price">92</field>
28
- <field name="popularity">6</field>
29
- <field name="inStock">true</field>
30
- </doc>
31
-
32
- <doc>
33
- <field name="id">6H500F0</field>
34
- <field name="name">Maxtor DiamondMax 11 - hard drive - 500 GB - SATA-300</field>
35
- <field name="manu">Maxtor Corp.</field>
36
- <field name="cat">electronics</field>
37
- <field name="cat">hard drive</field>
38
- <field name="features">SATA 3.0Gb/s, NCQ</field>
39
- <field name="features">8.5ms seek</field>
40
- <field name="features">16MB cache</field>
41
- <field name="price">350</field>
42
- <field name="popularity">6</field>
43
- <field name="inStock">true</field>
44
- </doc>
45
- </add>
46
-
@@ -1,50 +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
- <field name="manu">Belkin</field>
24
- <field name="cat">electronics</field>
25
- <field name="cat">connector</field>
26
- <field name="features">car power adapter, white</field>
27
- <field name="weight">4</field>
28
- <field name="price">19.95</field>
29
- <field name="popularity">1</field>
30
- <field name="inStock">false</field>
31
- </doc>
32
-
33
- <doc>
34
- <field name="id">IW-02</field>
35
- <field name="name">iPod &amp; iPod Mini USB 2.0 Cable</field>
36
- <field name="manu">Belkin</field>
37
- <field name="cat">electronics</field>
38
- <field name="cat">connector</field>
39
- <field name="features">car power adapter for iPod, white</field>
40
- <field name="weight">2</field>
41
- <field name="price">11.50</field>
42
- <field name="popularity">1</field>
43
- <field name="inStock">false</field>
44
- </doc>
45
-
46
-
47
- </add>
48
-
49
-
50
-
@@ -1,35 +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
- <field name="manu">Apple Computer Inc.</field>
22
- <field name="cat">electronics</field>
23
- <field name="cat">music</field>
24
- <field name="features">iTunes, Podcasts, Audiobooks</field>
25
- <field name="features">Stores up to 15,000 songs, 25,000 photos, or 150 hours of video</field>
26
- <field name="features">2.5-inch, 320x240 color TFT LCD display with LED backlight</field>
27
- <field name="features">Up to 20 hours of battery life</field>
28
- <field name="features">Plays AAC, MP3, WAV, AIFF, Audible, Apple Lossless, H.264 video</field>
29
- <field name="features">Notes, Calendar, Phone book, Hold button, Date display, Photo wallet, Built-in games, JPEG photo playback, Upgradeable firmware, USB 2.0 compatibility, Playback speed control, Rechargeable capability, Battery level indication</field>
30
- <field name="includes">earbud headphones, USB cable</field>
31
- <field name="weight">5.5</field>
32
- <field name="price">399.00</field>
33
- <field name="popularity">10</field>
34
- <field name="inStock">true</field>
35
- </doc></add>
@@ -1,58 +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">TWINX2048-3200PRO</field>
21
- <field name="name">CORSAIR XMS 2GB (2 x 1GB) 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) Dual Channel Kit System Memory - Retail</field>
22
- <field name="manu">Corsair Microsystems Inc.</field>
23
- <field name="cat">electronics</field>
24
- <field name="cat">memory</field>
25
- <field name="features">CAS latency 2, 2-3-3-6 timing, 2.75v, unbuffered, heat-spreader</field>
26
- <field name="price">185</field>
27
- <field name="popularity">5</field>
28
- <field name="inStock">true</field>
29
- </doc>
30
-
31
- <doc>
32
- <field name="id">VS1GB400C3</field>
33
- <field name="name">CORSAIR ValueSelect 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - Retail</field>
34
- <field name="manu">Corsair Microsystems Inc.</field>
35
- <field name="cat">electronics</field>
36
- <field name="cat">memory</field>
37
- <field name="price">74.99</field>
38
- <field name="popularity">7</field>
39
- <field name="inStock">true</field>
40
- </doc>
41
-
42
- <doc>
43
- <field name="id">VDBDB1A16</field>
44
- <field name="name">A-DATA V-Series 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - OEM</field>
45
- <field name="manu">A-DATA Technology Inc.</field>
46
- <field name="cat">electronics</field>
47
- <field name="cat">memory</field>
48
- <field name="features">CAS latency 3, 2.7v</field>
49
- <!-- note: price is missing on this one -->
50
- <field name="popularity">5</field>
51
- <field name="inStock">true</field>
52
-
53
- </doc>
54
-
55
-
56
-
57
- </add>
58
-
@@ -1,31 +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">3007WFP</field>
20
- <field name="name">Dell Widescreen UltraSharp 3007WFP</field>
21
- <field name="manu">Dell, Inc.</field>
22
- <field name="cat">electronics</field>
23
- <field name="cat">monitor</field>
24
- <field name="features">30" TFT active matrix LCD, 2560 x 1600, .25mm dot pitch, 700:1 contrast</field>
25
- <field name="includes">USB cable</field>
26
- <field name="weight">401.6</field>
27
- <field name="price">2199</field>
28
- <field name="popularity">6</field>
29
- <field name="inStock">true</field>
30
- </doc></add>
31
-
@@ -1,30 +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">VA902B</field>
20
- <field name="name">ViewSonic VA902B - flat panel display - TFT - 19"</field>
21
- <field name="manu">ViewSonic Corp.</field>
22
- <field name="cat">electronics</field>
23
- <field name="cat">monitor</field>
24
- <field name="features">19" TFT active matrix LCD, 8ms response time, 1280 x 1024 native resolution</field>
25
- <field name="weight">190.4</field>
26
- <field name="price">279.95</field>
27
- <field name="popularity">6</field>
28
- <field name="inStock">true</field>
29
- </doc></add>
30
-
@@ -1,39 +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">0579B002</field>
20
- <field name="name">Canon PIXMA MP500 All-In-One Photo Printer</field>
21
- <field name="manu">Canon Inc.</field>
22
- <field name="cat">electronics</field>
23
- <field name="cat">multifunction printer</field>
24
- <field name="cat">printer</field>
25
- <field name="cat">scanner</field>
26
- <field name="cat">copier</field>
27
- <field name="features">Multifunction ink-jet color photo printer</field>
28
- <field name="features">Flatbed scanner, optical scan resolution of 1,200 x 2,400 dpi</field>
29
- <field name="features">2.5" color LCD preview screen</field>
30
- <field name="features">Duplex Copying</field>
31
- <field name="features">Printing speed up to 29ppm black, 19ppm color</field>
32
- <field name="features">Hi-Speed USB</field>
33
- <field name="features">memory card: CompactFlash, Micro Drive, SmartMedia, Memory Stick, Memory Stick Pro, SD Card, and MultiMediaCard</field>
34
- <field name="weight">352</field>
35
- <field name="price">179.99</field>
36
- <field name="popularity">6</field>
37
- <field name="inStock">true</field>
38
- </doc></add>
39
-
Binary file
@@ -1,28 +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
- FILES=$*
18
- URL=http://localhost:8983/solr/update
19
-
20
- for f in $FILES; do
21
- echo Posting file $f to $URL
22
- curl $URL --data-binary @$f -H 'Content-type:text/xml; charset=utf-8'
23
- echo
24
- done
25
-
26
- #send the commit command to make sure all the changes are flushed and visible
27
- curl $URL --data-binary '<commit/>' -H 'Content-type:text/xml; charset=utf-8'
28
- echo
@@ -1,33 +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">9885A004</field>
20
- <field name="name">Canon PowerShot SD500</field>
21
- <field name="manu">Canon Inc.</field>
22
- <field name="cat">electronics</field>
23
- <field name="cat">camera</field>
24
- <field name="features">3x zoop, 7.1 megapixel Digital ELPH</field>
25
- <field name="features">movie clips up to 640x480 @30 fps</field>
26
- <field name="features">2.0" TFT LCD, 118,000 pixels</field>
27
- <field name="features">built in flash, red-eye reduction</field>
28
- <field name="includes">32MB SD card, USB cable, AV cable, battery</field>
29
- <field name="weight">6.4</field>
30
- <field name="price">329.95</field>
31
- <field name="popularity">7</field>
32
- <field name="inStock">true</field>
33
- </doc></add>
@@ -1,38 +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">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">Optimizied 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
-
@@ -1,58 +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
- <add>
18
- <doc>
19
- <field name="id">1</field>
20
- <field name="word">ipod</field>
21
- </doc>
22
- <doc>
23
- <field name="id">2</field>
24
- <field name="word">ipod nano</field>
25
- </doc>
26
- <doc>
27
- <field name="id">3</field>
28
- <field name="word">ipod video</field>
29
- </doc>
30
- <doc>
31
- <field name="id">4</field>
32
- <field name="word">ipod shuffle</field>
33
- </doc>
34
- <doc>
35
- <field name="id">5</field>
36
- <field name="word">wii</field>
37
- </doc>
38
- <doc>
39
- <field name="id">6</field>
40
- <field name="word">blackberry</field>
41
- </doc>
42
- <doc>
43
- <field name="id">7</field>
44
- <field name="word">blackjack</field>
45
- </doc>
46
- <doc>
47
- <field name="id">8</field>
48
- <field name="word">creative</field>
49
- </doc>
50
- <doc>
51
- <field name="id">9</field>
52
- <field name="word">creative labs</field>
53
- </doc>
54
- <doc>
55
- <field name="id">10</field>
56
- <field name="word">creative zen</field>
57
- </doc>
58
- </add>
@@ -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: &lt;nicetag/&gt;</field>
36
- <field name="features">escaped ampersand: Bonnie &amp; 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>