rjack-solr 3.6.2.0-java → 4.0.0.0-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (315) hide show
  1. data/History.rdoc +5 -0
  2. data/Manifest.txt +268 -33
  3. data/NOTICE.txt +1 -1
  4. data/README.rdoc +6 -6
  5. data/assembly.xml +2 -2
  6. data/bin/rjack-solr-fg +1 -1
  7. data/init/rjack-solr +2 -2
  8. data/lib/rjack-solr.rb +7 -2
  9. data/lib/rjack-solr/base.rb +2 -2
  10. data/lib/rjack-solr/commons-cli-1.2.jar +0 -0
  11. data/lib/rjack-solr/config.rb +1 -1
  12. data/lib/rjack-solr/server.rb +1 -1
  13. data/lib/rjack-solr/solr-core-4.0.0.jar +0 -0
  14. data/lib/rjack-solr/solr-solrj-4.0.0.jar +0 -0
  15. data/pom.xml +19 -6
  16. data/test/test_solr.rb +7 -5
  17. data/webapp/META-INF/LICENSE.txt +0 -940
  18. data/webapp/META-INF/MANIFEST.MF +5 -5
  19. data/webapp/META-INF/NOTICE.txt +160 -93
  20. data/webapp/WEB-INF/web.xml +57 -43
  21. data/webapp/admin.html +140 -0
  22. data/webapp/css/chosen.css +392 -0
  23. data/webapp/css/styles/analysis.css +293 -0
  24. data/webapp/css/styles/cloud.css +331 -0
  25. data/webapp/css/styles/common.css +593 -0
  26. data/webapp/css/styles/cores.css +203 -0
  27. data/webapp/css/styles/dashboard.css +127 -0
  28. data/webapp/css/styles/dataimport.css +222 -0
  29. data/webapp/css/styles/index.css +195 -0
  30. data/webapp/css/styles/java-properties.css +33 -0
  31. data/webapp/css/styles/logging.css +323 -0
  32. data/webapp/css/styles/menu.css +272 -0
  33. data/webapp/css/styles/plugins.css +175 -0
  34. data/webapp/css/styles/query.css +137 -0
  35. data/webapp/css/styles/replication.css +494 -0
  36. data/webapp/css/styles/schema-browser.css +476 -0
  37. data/webapp/css/styles/threads.css +153 -0
  38. data/webapp/img/ZeroClipboard.swf +0 -0
  39. data/webapp/img/chosen-sprite.png +0 -0
  40. data/webapp/img/div.gif +0 -0
  41. data/webapp/{admin → img}/favicon.ico +0 -0
  42. data/webapp/img/filetypes/7z.png +0 -0
  43. data/webapp/img/filetypes/README +27 -0
  44. data/webapp/img/filetypes/ai.png +0 -0
  45. data/webapp/img/filetypes/aiff.png +0 -0
  46. data/webapp/img/filetypes/asc.png +0 -0
  47. data/webapp/img/filetypes/audio.png +0 -0
  48. data/webapp/img/filetypes/bin.png +0 -0
  49. data/webapp/img/filetypes/bz2.png +0 -0
  50. data/webapp/img/filetypes/c.png +0 -0
  51. data/webapp/img/filetypes/cfc.png +0 -0
  52. data/webapp/img/filetypes/cfm.png +0 -0
  53. data/webapp/img/filetypes/chm.png +0 -0
  54. data/webapp/img/filetypes/class.png +0 -0
  55. data/webapp/img/filetypes/conf.png +0 -0
  56. data/webapp/img/filetypes/cpp.png +0 -0
  57. data/webapp/img/filetypes/cs.png +0 -0
  58. data/webapp/img/filetypes/css.png +0 -0
  59. data/webapp/img/filetypes/csv.png +0 -0
  60. data/webapp/img/filetypes/deb.png +0 -0
  61. data/webapp/img/filetypes/divx.png +0 -0
  62. data/webapp/img/filetypes/doc.png +0 -0
  63. data/webapp/img/filetypes/dot.png +0 -0
  64. data/webapp/img/filetypes/eml.png +0 -0
  65. data/webapp/img/filetypes/enc.png +0 -0
  66. data/webapp/img/filetypes/file.png +0 -0
  67. data/webapp/img/filetypes/gif.png +0 -0
  68. data/webapp/img/filetypes/gz.png +0 -0
  69. data/webapp/img/filetypes/hlp.png +0 -0
  70. data/webapp/img/filetypes/htm.png +0 -0
  71. data/webapp/img/filetypes/html.png +0 -0
  72. data/webapp/img/filetypes/image.png +0 -0
  73. data/webapp/img/filetypes/iso.png +0 -0
  74. data/webapp/img/filetypes/jar.png +0 -0
  75. data/webapp/img/filetypes/java.png +0 -0
  76. data/webapp/img/filetypes/jpeg.png +0 -0
  77. data/webapp/img/filetypes/jpg.png +0 -0
  78. data/webapp/img/filetypes/js.png +0 -0
  79. data/webapp/img/filetypes/lua.png +0 -0
  80. data/webapp/img/filetypes/m.png +0 -0
  81. data/webapp/img/filetypes/mm.png +0 -0
  82. data/webapp/img/filetypes/mov.png +0 -0
  83. data/webapp/img/filetypes/mp3.png +0 -0
  84. data/webapp/img/filetypes/mpg.png +0 -0
  85. data/webapp/img/filetypes/odc.png +0 -0
  86. data/webapp/img/filetypes/odf.png +0 -0
  87. data/webapp/img/filetypes/odg.png +0 -0
  88. data/webapp/img/filetypes/odi.png +0 -0
  89. data/webapp/img/filetypes/odp.png +0 -0
  90. data/webapp/img/filetypes/ods.png +0 -0
  91. data/webapp/img/filetypes/odt.png +0 -0
  92. data/webapp/img/filetypes/ogg.png +0 -0
  93. data/webapp/img/filetypes/pdf.png +0 -0
  94. data/webapp/img/filetypes/pgp.png +0 -0
  95. data/webapp/img/filetypes/php.png +0 -0
  96. data/webapp/img/filetypes/pl.png +0 -0
  97. data/webapp/img/filetypes/png.png +0 -0
  98. data/webapp/img/filetypes/ppt.png +0 -0
  99. data/webapp/img/filetypes/ps.png +0 -0
  100. data/webapp/img/filetypes/py.png +0 -0
  101. data/webapp/img/filetypes/ram.png +0 -0
  102. data/webapp/img/filetypes/rar.png +0 -0
  103. data/webapp/img/filetypes/rb.png +0 -0
  104. data/webapp/img/filetypes/rm.png +0 -0
  105. data/webapp/img/filetypes/rpm.png +0 -0
  106. data/webapp/img/filetypes/rtf.png +0 -0
  107. data/webapp/img/filetypes/sig.png +0 -0
  108. data/webapp/img/filetypes/sql.png +0 -0
  109. data/webapp/img/filetypes/swf.png +0 -0
  110. data/webapp/img/filetypes/sxc.png +0 -0
  111. data/webapp/img/filetypes/sxd.png +0 -0
  112. data/webapp/img/filetypes/sxi.png +0 -0
  113. data/webapp/img/filetypes/sxw.png +0 -0
  114. data/webapp/img/filetypes/tar.png +0 -0
  115. data/webapp/img/filetypes/tex.png +0 -0
  116. data/webapp/img/filetypes/tgz.png +0 -0
  117. data/webapp/img/filetypes/txt.png +0 -0
  118. data/webapp/img/filetypes/vcf.png +0 -0
  119. data/webapp/img/filetypes/video.png +0 -0
  120. data/webapp/img/filetypes/vsd.png +0 -0
  121. data/webapp/img/filetypes/wav.png +0 -0
  122. data/webapp/img/filetypes/wma.png +0 -0
  123. data/webapp/img/filetypes/wmv.png +0 -0
  124. data/webapp/img/filetypes/xls.png +0 -0
  125. data/webapp/img/filetypes/xml.png +0 -0
  126. data/webapp/img/filetypes/xpi.png +0 -0
  127. data/webapp/img/filetypes/xvid.png +0 -0
  128. data/webapp/img/filetypes/zip.png +0 -0
  129. data/webapp/img/ico/arrow-000-small.png +0 -0
  130. data/webapp/img/ico/arrow-circle.png +0 -0
  131. data/webapp/img/ico/arrow-switch.png +0 -0
  132. data/webapp/img/ico/asterisk.png +0 -0
  133. data/webapp/img/ico/battery.png +0 -0
  134. data/webapp/img/ico/block-small.png +0 -0
  135. data/webapp/img/ico/block.png +0 -0
  136. data/webapp/img/ico/book-open-text.png +0 -0
  137. data/webapp/img/ico/box.png +0 -0
  138. data/webapp/img/ico/bug.png +0 -0
  139. data/webapp/img/ico/chart.png +0 -0
  140. data/webapp/img/ico/chevron-small-expand.png +0 -0
  141. data/webapp/img/ico/chevron-small.png +0 -0
  142. data/webapp/img/ico/clipboard-list.png +0 -0
  143. data/webapp/img/ico/clipboard-paste-document-text.png +0 -0
  144. data/webapp/img/ico/clipboard-paste.png +0 -0
  145. data/webapp/img/ico/clock-select-remain.png +0 -0
  146. data/webapp/img/ico/clock-select.png +0 -0
  147. data/webapp/img/ico/construction.png +0 -0
  148. data/webapp/img/ico/cross-0.png +0 -0
  149. data/webapp/img/ico/cross-1.png +0 -0
  150. data/webapp/img/ico/cross.png +0 -0
  151. data/webapp/img/ico/dashboard.png +0 -0
  152. data/webapp/img/ico/database.png +0 -0
  153. data/webapp/img/ico/databases.png +0 -0
  154. data/webapp/img/ico/disk-black.png +0 -0
  155. data/webapp/img/ico/document-convert.png +0 -0
  156. data/webapp/img/ico/document-import.png +0 -0
  157. data/webapp/img/ico/document-list.png +0 -0
  158. data/webapp/img/ico/document-text.png +0 -0
  159. data/webapp/img/ico/download-cloud.png +0 -0
  160. data/webapp/img/ico/exclamation-button.png +0 -0
  161. data/webapp/img/ico/eye.png +0 -0
  162. data/webapp/img/ico/folder-export.png +0 -0
  163. data/webapp/img/ico/folder-tree.png +0 -0
  164. data/webapp/img/ico/folder.png +0 -0
  165. data/webapp/img/ico/funnel-small.png +0 -0
  166. data/webapp/img/ico/funnel.png +0 -0
  167. data/webapp/img/ico/gear.png +0 -0
  168. data/webapp/img/ico/globe-network.png +0 -0
  169. data/webapp/img/ico/globe.png +0 -0
  170. data/webapp/img/ico/hammer-screwdriver.png +0 -0
  171. data/webapp/img/ico/hand.png +0 -0
  172. data/webapp/img/ico/highlighter-text.png +0 -0
  173. data/webapp/img/ico/hourglass--exclamation.png +0 -0
  174. data/webapp/img/ico/hourglass.png +0 -0
  175. data/webapp/img/ico/inbox-document-text.png +0 -0
  176. data/webapp/img/ico/information-button.png +0 -0
  177. data/webapp/img/ico/information-small.png +0 -0
  178. data/webapp/img/ico/information-white.png +0 -0
  179. data/webapp/img/ico/information.png +0 -0
  180. data/webapp/img/ico/jar.png +0 -0
  181. data/webapp/img/ico/magnifier.png +0 -0
  182. data/webapp/img/ico/mail.png +0 -0
  183. data/webapp/img/ico/memory.png +0 -0
  184. data/webapp/img/ico/molecule.png +0 -0
  185. data/webapp/img/ico/network-cloud.png +0 -0
  186. data/webapp/img/ico/network-status-away.png +0 -0
  187. data/webapp/img/ico/network-status-busy.png +0 -0
  188. data/webapp/img/ico/network-status-offline.png +0 -0
  189. data/webapp/img/ico/network-status.png +0 -0
  190. data/webapp/img/ico/network.png +0 -0
  191. data/webapp/img/ico/node-design.png +0 -0
  192. data/webapp/img/ico/node-master.png +0 -0
  193. data/webapp/img/ico/node-select.png +0 -0
  194. data/webapp/img/ico/node-slave.png +0 -0
  195. data/webapp/img/ico/node.png +0 -0
  196. data/webapp/img/ico/pencil-small.png +0 -0
  197. data/webapp/img/ico/plus-button.png +0 -0
  198. data/webapp/img/ico/processor.png +0 -0
  199. data/webapp/img/ico/prohibition.png +0 -0
  200. data/webapp/img/ico/property.png +0 -0
  201. data/webapp/img/ico/question-small-white.png +0 -0
  202. data/webapp/img/ico/question-white.png +0 -0
  203. data/webapp/img/ico/question.png +0 -0
  204. data/webapp/img/ico/receipt-invoice.png +0 -0
  205. data/webapp/img/ico/receipt.png +0 -0
  206. data/webapp/img/ico/script-code.png +0 -0
  207. data/webapp/img/ico/server-cast.png +0 -0
  208. data/webapp/img/ico/server.png +0 -0
  209. data/webapp/img/ico/sitemap.png +0 -0
  210. data/webapp/img/ico/slash.png +0 -0
  211. data/webapp/img/ico/status-away.png +0 -0
  212. data/webapp/img/ico/status-busy.png +0 -0
  213. data/webapp/img/ico/status-offline.png +0 -0
  214. data/webapp/img/ico/status.png +0 -0
  215. data/webapp/img/ico/system-monitor--exclamation.png +0 -0
  216. data/webapp/img/ico/system-monitor.png +0 -0
  217. data/webapp/img/ico/table.png +0 -0
  218. data/webapp/img/ico/terminal.png +0 -0
  219. data/webapp/img/ico/tick-circle.png +0 -0
  220. data/webapp/img/ico/tick-red.png +0 -0
  221. data/webapp/img/ico/tick.png +0 -0
  222. data/webapp/img/ico/toggle-small-expand.png +0 -0
  223. data/webapp/img/ico/toggle-small.png +0 -0
  224. data/webapp/img/ico/toolbox.png +0 -0
  225. data/webapp/img/ico/ui-accordion.png +0 -0
  226. data/webapp/img/ico/ui-address-bar.png +0 -0
  227. data/webapp/img/ico/ui-check-box-uncheck.png +0 -0
  228. data/webapp/img/ico/ui-check-box.png +0 -0
  229. data/webapp/img/ico/ui-radio-button-uncheck.png +0 -0
  230. data/webapp/img/ico/ui-radio-button.png +0 -0
  231. data/webapp/img/ico/ui-text-field-select.png +0 -0
  232. data/webapp/img/ico/users.png +0 -0
  233. data/webapp/img/ico/wooden-box.png +0 -0
  234. data/webapp/img/ico/zone.png +0 -0
  235. data/webapp/img/loader-light.gif +0 -0
  236. data/webapp/img/loader.gif +0 -0
  237. data/webapp/img/lucene-ico.png +0 -0
  238. data/webapp/img/solr-ico.png +0 -0
  239. data/webapp/{admin/solr_small.png → img/solr.png} +0 -0
  240. data/webapp/img/tree.png +0 -0
  241. data/webapp/js/lib/ZeroClipboard.js +317 -0
  242. data/webapp/js/lib/chosen.js +953 -0
  243. data/webapp/{admin/get-properties.jsp → js/lib/console.js} +13 -10
  244. data/webapp/js/lib/d3.js +9342 -0
  245. data/webapp/js/lib/highlight.js +1 -0
  246. data/webapp/{admin/jquery-1.4.3.min.js → js/lib/jquery-1.7.2.min.js} +0 -0
  247. data/webapp/js/lib/jquery.blockUI.js +499 -0
  248. data/webapp/js/lib/jquery.cookie.js +47 -0
  249. data/webapp/js/lib/jquery.form.js +782 -0
  250. data/webapp/js/lib/jquery.jstree.js +3510 -0
  251. data/webapp/js/lib/jquery.sammy.js +1856 -0
  252. data/webapp/js/lib/jquery.sparkline.js +1271 -0
  253. data/webapp/js/lib/jquery.timeago.js +165 -0
  254. data/webapp/js/lib/linker.js +48 -0
  255. data/webapp/js/lib/order.js +189 -0
  256. data/webapp/js/main.js +57 -0
  257. data/webapp/js/require.js +11319 -0
  258. data/webapp/js/scripts/analysis.js +549 -0
  259. data/webapp/js/scripts/app.js +368 -0
  260. data/webapp/js/scripts/cloud.js +719 -0
  261. data/webapp/js/scripts/cores.js +540 -0
  262. data/webapp/js/scripts/dashboard.js +540 -0
  263. data/webapp/js/scripts/dataimport.js +567 -0
  264. data/webapp/js/scripts/file.js +56 -0
  265. data/webapp/js/scripts/index.js +344 -0
  266. data/webapp/js/scripts/java-properties.js +107 -0
  267. data/webapp/js/scripts/logging.js +519 -0
  268. data/webapp/js/scripts/ping.js +72 -0
  269. data/webapp/js/scripts/plugins.js +426 -0
  270. data/webapp/js/scripts/query.js +170 -0
  271. data/webapp/js/scripts/replication.js +557 -0
  272. data/webapp/js/scripts/schema-browser.js +1206 -0
  273. data/webapp/js/scripts/threads.js +159 -0
  274. data/webapp/tpl/analysis.html +83 -0
  275. data/webapp/tpl/cloud.html +54 -0
  276. data/webapp/tpl/cores.html +215 -0
  277. data/webapp/tpl/dashboard.html +164 -0
  278. data/webapp/tpl/dataimport.html +123 -0
  279. data/webapp/tpl/index.html +250 -0
  280. data/webapp/tpl/logging.html +23 -0
  281. data/webapp/tpl/plugins.html +39 -0
  282. data/webapp/tpl/query.html +318 -0
  283. data/webapp/tpl/replication.html +207 -0
  284. data/webapp/tpl/schema-browser.html +178 -0
  285. data/webapp/tpl/threads.html +56 -0
  286. metadata +307 -40
  287. data/lib/rjack-solr/solr-core-3.6.2.jar +0 -0
  288. data/lib/rjack-solr/solr-solrj-3.6.2.jar +0 -0
  289. data/webapp/admin/_info.jsp +0 -120
  290. data/webapp/admin/action.jsp +0 -94
  291. data/webapp/admin/analysis.jsp +0 -496
  292. data/webapp/admin/analysis.xsl +0 -179
  293. data/webapp/admin/dataimport.jsp +0 -53
  294. data/webapp/admin/debug.jsp +0 -103
  295. data/webapp/admin/distributiondump.jsp +0 -160
  296. data/webapp/admin/form.jsp +0 -152
  297. data/webapp/admin/get-file.jsp +0 -72
  298. data/webapp/admin/header.jsp +0 -44
  299. data/webapp/admin/index.jsp +0 -162
  300. data/webapp/admin/meta.xsl +0 -34
  301. data/webapp/admin/ping.jsp +0 -52
  302. data/webapp/admin/ping.xsl +0 -71
  303. data/webapp/admin/raw-schema.jsp +0 -38
  304. data/webapp/admin/registry.jsp +0 -107
  305. data/webapp/admin/registry.xsl +0 -321
  306. data/webapp/admin/replication/header.jsp +0 -89
  307. data/webapp/admin/replication/index.jsp +0 -378
  308. data/webapp/admin/schema.jsp +0 -690
  309. data/webapp/admin/solr-admin.css +0 -215
  310. data/webapp/admin/stats.jsp +0 -92
  311. data/webapp/admin/stats.xsl +0 -220
  312. data/webapp/admin/tabular.xsl +0 -141
  313. data/webapp/admin/threaddump.jsp +0 -110
  314. data/webapp/admin/threaddump.xsl +0 -103
  315. data/webapp/index.jsp +0 -49
data/History.rdoc CHANGED
@@ -1,3 +1,8 @@
1
+ === 4.0.0.0 (2013-1-3)
2
+ * Upgrade to Solr 4.0.0
3
+ * Introduces new dependencies on lucene ~> 4.0.0,
4
+ httpclient-4 ~> 4.2.1, zookeeper ~> 3.3.6, guava ~> 13.0
5
+
1
6
  === 3.6.2.0 (2012-12-28)
2
7
  * Upgrade to Solr 3.6.2
3
8
  * Upgrade/broaden to rjack-jetty [7.6.7,9.1). This includes 9.0.0.1
data/Manifest.txt CHANGED
@@ -22,50 +22,285 @@ webapp/WEB-INF/lib
22
22
  webapp/WEB-INF/web.xml
23
23
  webapp/WEB-INF/weblogic.xml
24
24
  webapp/admin
25
- webapp/admin/_info.jsp
26
- webapp/admin/action.jsp
27
- webapp/admin/analysis.jsp
28
- webapp/admin/analysis.xsl
29
- webapp/admin/dataimport.jsp
30
- webapp/admin/debug.jsp
31
- webapp/admin/distributiondump.jsp
32
- webapp/admin/favicon.ico
33
- webapp/admin/form.jsp
34
- webapp/admin/get-file.jsp
35
- webapp/admin/get-properties.jsp
36
- webapp/admin/header.jsp
37
- webapp/admin/index.jsp
38
- webapp/admin/jquery-1.4.3.min.js
39
- webapp/admin/meta.xsl
40
- webapp/admin/ping.jsp
41
- webapp/admin/ping.xsl
42
- webapp/admin/raw-schema.jsp
43
- webapp/admin/registry.jsp
44
- webapp/admin/registry.xsl
25
+ webapp/admin.html
45
26
  webapp/admin/replication
46
- webapp/admin/replication/header.jsp
47
- webapp/admin/replication/index.jsp
48
- webapp/admin/schema.jsp
49
- webapp/admin/solr-admin.css
50
- webapp/admin/solr_small.png
51
- webapp/admin/stats.jsp
52
- webapp/admin/stats.xsl
53
- webapp/admin/tabular.xsl
54
- webapp/admin/threaddump.jsp
55
- webapp/admin/threaddump.xsl
56
27
  webapp/css
28
+ webapp/css/chosen.css
57
29
  webapp/css/styles
30
+ webapp/css/styles/analysis.css
31
+ webapp/css/styles/cloud.css
32
+ webapp/css/styles/common.css
33
+ webapp/css/styles/cores.css
34
+ webapp/css/styles/dashboard.css
35
+ webapp/css/styles/dataimport.css
36
+ webapp/css/styles/index.css
37
+ webapp/css/styles/java-properties.css
38
+ webapp/css/styles/logging.css
39
+ webapp/css/styles/menu.css
40
+ webapp/css/styles/plugins.css
41
+ webapp/css/styles/query.css
42
+ webapp/css/styles/replication.css
43
+ webapp/css/styles/schema-browser.css
44
+ webapp/css/styles/threads.css
58
45
  webapp/favicon.ico
59
46
  webapp/img
47
+ webapp/img/ZeroClipboard.swf
48
+ webapp/img/chosen-sprite.png
49
+ webapp/img/div.gif
50
+ webapp/img/favicon.ico
60
51
  webapp/img/filetypes
52
+ webapp/img/filetypes/7z.png
53
+ webapp/img/filetypes/README
54
+ webapp/img/filetypes/ai.png
55
+ webapp/img/filetypes/aiff.png
56
+ webapp/img/filetypes/asc.png
57
+ webapp/img/filetypes/audio.png
58
+ webapp/img/filetypes/bin.png
59
+ webapp/img/filetypes/bz2.png
60
+ webapp/img/filetypes/c.png
61
+ webapp/img/filetypes/cfc.png
62
+ webapp/img/filetypes/cfm.png
63
+ webapp/img/filetypes/chm.png
64
+ webapp/img/filetypes/class.png
65
+ webapp/img/filetypes/conf.png
66
+ webapp/img/filetypes/cpp.png
67
+ webapp/img/filetypes/cs.png
68
+ webapp/img/filetypes/css.png
69
+ webapp/img/filetypes/csv.png
70
+ webapp/img/filetypes/deb.png
71
+ webapp/img/filetypes/divx.png
72
+ webapp/img/filetypes/doc.png
73
+ webapp/img/filetypes/dot.png
74
+ webapp/img/filetypes/eml.png
75
+ webapp/img/filetypes/enc.png
76
+ webapp/img/filetypes/file.png
77
+ webapp/img/filetypes/gif.png
78
+ webapp/img/filetypes/gz.png
79
+ webapp/img/filetypes/hlp.png
80
+ webapp/img/filetypes/htm.png
81
+ webapp/img/filetypes/html.png
82
+ webapp/img/filetypes/image.png
83
+ webapp/img/filetypes/iso.png
84
+ webapp/img/filetypes/jar.png
85
+ webapp/img/filetypes/java.png
86
+ webapp/img/filetypes/jpeg.png
87
+ webapp/img/filetypes/jpg.png
88
+ webapp/img/filetypes/js.png
89
+ webapp/img/filetypes/lua.png
90
+ webapp/img/filetypes/m.png
91
+ webapp/img/filetypes/mm.png
92
+ webapp/img/filetypes/mov.png
93
+ webapp/img/filetypes/mp3.png
94
+ webapp/img/filetypes/mpg.png
95
+ webapp/img/filetypes/odc.png
96
+ webapp/img/filetypes/odf.png
97
+ webapp/img/filetypes/odg.png
98
+ webapp/img/filetypes/odi.png
99
+ webapp/img/filetypes/odp.png
100
+ webapp/img/filetypes/ods.png
101
+ webapp/img/filetypes/odt.png
102
+ webapp/img/filetypes/ogg.png
103
+ webapp/img/filetypes/pdf.png
104
+ webapp/img/filetypes/pgp.png
105
+ webapp/img/filetypes/php.png
106
+ webapp/img/filetypes/pl.png
107
+ webapp/img/filetypes/png.png
108
+ webapp/img/filetypes/ppt.png
109
+ webapp/img/filetypes/ps.png
110
+ webapp/img/filetypes/py.png
111
+ webapp/img/filetypes/ram.png
112
+ webapp/img/filetypes/rar.png
113
+ webapp/img/filetypes/rb.png
114
+ webapp/img/filetypes/rm.png
115
+ webapp/img/filetypes/rpm.png
116
+ webapp/img/filetypes/rtf.png
117
+ webapp/img/filetypes/sig.png
118
+ webapp/img/filetypes/sql.png
119
+ webapp/img/filetypes/swf.png
120
+ webapp/img/filetypes/sxc.png
121
+ webapp/img/filetypes/sxd.png
122
+ webapp/img/filetypes/sxi.png
123
+ webapp/img/filetypes/sxw.png
124
+ webapp/img/filetypes/tar.png
125
+ webapp/img/filetypes/tex.png
126
+ webapp/img/filetypes/tgz.png
127
+ webapp/img/filetypes/txt.png
128
+ webapp/img/filetypes/vcf.png
129
+ webapp/img/filetypes/video.png
130
+ webapp/img/filetypes/vsd.png
131
+ webapp/img/filetypes/wav.png
132
+ webapp/img/filetypes/wma.png
133
+ webapp/img/filetypes/wmv.png
134
+ webapp/img/filetypes/xls.png
135
+ webapp/img/filetypes/xml.png
136
+ webapp/img/filetypes/xpi.png
137
+ webapp/img/filetypes/xvid.png
138
+ webapp/img/filetypes/zip.png
61
139
  webapp/img/ico
62
- webapp/index.jsp
140
+ webapp/img/ico/arrow-000-small.png
141
+ webapp/img/ico/arrow-circle.png
142
+ webapp/img/ico/arrow-switch.png
143
+ webapp/img/ico/asterisk.png
144
+ webapp/img/ico/battery.png
145
+ webapp/img/ico/block-small.png
146
+ webapp/img/ico/block.png
147
+ webapp/img/ico/book-open-text.png
148
+ webapp/img/ico/box.png
149
+ webapp/img/ico/bug.png
150
+ webapp/img/ico/chart.png
151
+ webapp/img/ico/chevron-small-expand.png
152
+ webapp/img/ico/chevron-small.png
153
+ webapp/img/ico/clipboard-list.png
154
+ webapp/img/ico/clipboard-paste-document-text.png
155
+ webapp/img/ico/clipboard-paste.png
156
+ webapp/img/ico/clock-select-remain.png
157
+ webapp/img/ico/clock-select.png
158
+ webapp/img/ico/construction.png
159
+ webapp/img/ico/cross-0.png
160
+ webapp/img/ico/cross-1.png
161
+ webapp/img/ico/cross.png
162
+ webapp/img/ico/dashboard.png
163
+ webapp/img/ico/database.png
164
+ webapp/img/ico/databases.png
165
+ webapp/img/ico/disk-black.png
166
+ webapp/img/ico/document-convert.png
167
+ webapp/img/ico/document-import.png
168
+ webapp/img/ico/document-list.png
169
+ webapp/img/ico/document-text.png
170
+ webapp/img/ico/download-cloud.png
171
+ webapp/img/ico/exclamation-button.png
172
+ webapp/img/ico/eye.png
173
+ webapp/img/ico/folder-export.png
174
+ webapp/img/ico/folder-tree.png
175
+ webapp/img/ico/folder.png
176
+ webapp/img/ico/funnel-small.png
177
+ webapp/img/ico/funnel.png
178
+ webapp/img/ico/gear.png
179
+ webapp/img/ico/globe-network.png
180
+ webapp/img/ico/globe.png
181
+ webapp/img/ico/hammer-screwdriver.png
182
+ webapp/img/ico/hand.png
183
+ webapp/img/ico/highlighter-text.png
184
+ webapp/img/ico/hourglass--exclamation.png
185
+ webapp/img/ico/hourglass.png
186
+ webapp/img/ico/inbox-document-text.png
187
+ webapp/img/ico/information-button.png
188
+ webapp/img/ico/information-small.png
189
+ webapp/img/ico/information-white.png
190
+ webapp/img/ico/information.png
191
+ webapp/img/ico/jar.png
192
+ webapp/img/ico/magnifier.png
193
+ webapp/img/ico/mail.png
194
+ webapp/img/ico/memory.png
195
+ webapp/img/ico/molecule.png
196
+ webapp/img/ico/network-cloud.png
197
+ webapp/img/ico/network-status-away.png
198
+ webapp/img/ico/network-status-busy.png
199
+ webapp/img/ico/network-status-offline.png
200
+ webapp/img/ico/network-status.png
201
+ webapp/img/ico/network.png
202
+ webapp/img/ico/node-design.png
203
+ webapp/img/ico/node-master.png
204
+ webapp/img/ico/node-select.png
205
+ webapp/img/ico/node-slave.png
206
+ webapp/img/ico/node.png
207
+ webapp/img/ico/pencil-small.png
208
+ webapp/img/ico/plus-button.png
209
+ webapp/img/ico/processor.png
210
+ webapp/img/ico/prohibition.png
211
+ webapp/img/ico/property.png
212
+ webapp/img/ico/question-small-white.png
213
+ webapp/img/ico/question-white.png
214
+ webapp/img/ico/question.png
215
+ webapp/img/ico/receipt-invoice.png
216
+ webapp/img/ico/receipt.png
217
+ webapp/img/ico/script-code.png
218
+ webapp/img/ico/server-cast.png
219
+ webapp/img/ico/server.png
220
+ webapp/img/ico/sitemap.png
221
+ webapp/img/ico/slash.png
222
+ webapp/img/ico/status-away.png
223
+ webapp/img/ico/status-busy.png
224
+ webapp/img/ico/status-offline.png
225
+ webapp/img/ico/status.png
226
+ webapp/img/ico/system-monitor--exclamation.png
227
+ webapp/img/ico/system-monitor.png
228
+ webapp/img/ico/table.png
229
+ webapp/img/ico/terminal.png
230
+ webapp/img/ico/tick-circle.png
231
+ webapp/img/ico/tick-red.png
232
+ webapp/img/ico/tick.png
233
+ webapp/img/ico/toggle-small-expand.png
234
+ webapp/img/ico/toggle-small.png
235
+ webapp/img/ico/toolbox.png
236
+ webapp/img/ico/ui-accordion.png
237
+ webapp/img/ico/ui-address-bar.png
238
+ webapp/img/ico/ui-check-box-uncheck.png
239
+ webapp/img/ico/ui-check-box.png
240
+ webapp/img/ico/ui-radio-button-uncheck.png
241
+ webapp/img/ico/ui-radio-button.png
242
+ webapp/img/ico/ui-text-field-select.png
243
+ webapp/img/ico/users.png
244
+ webapp/img/ico/wooden-box.png
245
+ webapp/img/ico/zone.png
246
+ webapp/img/loader-light.gif
247
+ webapp/img/loader.gif
248
+ webapp/img/lucene-ico.png
249
+ webapp/img/solr-ico.png
250
+ webapp/img/solr.png
251
+ webapp/img/tree.png
63
252
  webapp/js
64
253
  webapp/js/lib
254
+ webapp/js/lib/ZeroClipboard.js
255
+ webapp/js/lib/chosen.js
256
+ webapp/js/lib/console.js
257
+ webapp/js/lib/d3.js
258
+ webapp/js/lib/highlight.js
259
+ webapp/js/lib/jquery-1.7.2.min.js
260
+ webapp/js/lib/jquery.blockUI.js
261
+ webapp/js/lib/jquery.cookie.js
262
+ webapp/js/lib/jquery.form.js
263
+ webapp/js/lib/jquery.jstree.js
264
+ webapp/js/lib/jquery.sammy.js
265
+ webapp/js/lib/jquery.sparkline.js
266
+ webapp/js/lib/jquery.timeago.js
267
+ webapp/js/lib/linker.js
268
+ webapp/js/lib/order.js
269
+ webapp/js/main.js
270
+ webapp/js/require.js
65
271
  webapp/js/scripts
272
+ webapp/js/scripts/analysis.js
273
+ webapp/js/scripts/app.js
274
+ webapp/js/scripts/cloud.js
275
+ webapp/js/scripts/cores.js
276
+ webapp/js/scripts/dashboard.js
277
+ webapp/js/scripts/dataimport.js
278
+ webapp/js/scripts/file.js
279
+ webapp/js/scripts/index.js
280
+ webapp/js/scripts/java-properties.js
281
+ webapp/js/scripts/logging.js
282
+ webapp/js/scripts/ping.js
283
+ webapp/js/scripts/plugins.js
284
+ webapp/js/scripts/query.js
285
+ webapp/js/scripts/replication.js
286
+ webapp/js/scripts/schema-browser.js
287
+ webapp/js/scripts/threads.js
66
288
  webapp/tpl
289
+ webapp/tpl/analysis.html
290
+ webapp/tpl/cloud.html
291
+ webapp/tpl/cores.html
292
+ webapp/tpl/dashboard.html
293
+ webapp/tpl/dataimport.html
294
+ webapp/tpl/index.html
295
+ webapp/tpl/logging.html
296
+ webapp/tpl/plugins.html
297
+ webapp/tpl/query.html
298
+ webapp/tpl/replication.html
299
+ webapp/tpl/schema-browser.html
300
+ webapp/tpl/threads.html
301
+ lib/rjack-solr/commons-cli-1.2.jar
67
302
  lib/rjack-solr/commons-fileupload-1.2.1.jar
68
303
  lib/rjack-solr/commons-io-2.1.jar
69
304
  lib/rjack-solr/commons-lang-2.6.jar
70
- lib/rjack-solr/solr-core-3.6.2.jar
71
- lib/rjack-solr/solr-solrj-3.6.2.jar
305
+ lib/rjack-solr/solr-core-4.0.0.jar
306
+ lib/rjack-solr/solr-solrj-4.0.0.jar
data/NOTICE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  rjack-solr gem
2
- Copyright (c) 2012 David Kellum
2
+ Copyright (c) 2012-2013 David Kellum
3
3
 
4
4
  This product includes software developed by:
5
5
 
data/README.rdoc CHANGED
@@ -10,15 +10,15 @@ A gem packaging of {Solr}[http://lucene.apache.org/solr].
10
10
 
11
11
  == Synopsis
12
12
 
13
- Solr is run as a service on Jetty 7.x, and defaults to finding its
14
- conf/ and data/ directories under the current working directory. To
15
- get started, you can use the SOLR release's sample config:
13
+ Solr is run as a service, and defaults to finding its conf/ and data/
14
+ directories under ./collection1. To get started, you can use the SOLR
15
+ release's sample config:
16
16
 
17
17
  % mkdir -p /var/local/rjack-solr
18
18
  % cd /var/local/rjack-solr
19
- % svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_3_6_1/solr/example/solr/conf
19
+ % svn checkout http://svn.apache.org/repos/asf/lucene/dev/tags/lucene_solr_4_0_0/solr/example/solr/collection1
20
20
 
21
- # Edit conf/schema.xml and remove/comment out the text_ja fieldType
21
+ # Edit collection1/conf/schema.xml and remove/comment out the text_ja fieldType
22
22
  # The Kuromoji Japanese Morphological is not included in
23
23
  # rjack-lucene, due to size.
24
24
 
@@ -40,7 +40,7 @@ And pass <code>rjack-solr-fg -c ./config.rb</code>
40
40
 
41
41
  === rjack-solr gem
42
42
 
43
- Copyright (c) 2012 David Kellum
43
+ Copyright (c) 2012-2013 David Kellum
44
44
 
45
45
  Licensed under the Apache License, Version 2.0 (the "License"); you
46
46
  may not use this file except in compliance with the License. You
data/assembly.xml CHANGED
@@ -9,11 +9,11 @@
9
9
  <useProjectArtifact>false</useProjectArtifact>
10
10
  <excludes>
11
11
  <exclude>commons-codec:commons-codec</exclude>
12
- <exclude>jakarta-regexp:*</exclude>
13
12
  <exclude>org.apache.lucene:*</exclude>
14
13
  <exclude>org.apache.solr:solr</exclude>
15
14
  <exclude>org.slf4j:*</exclude>
16
- <exclude>javax.servlet:servlet-api</exclude>
15
+ <exclude>org.apache.zookeeper:*</exclude>
16
+ <exclude>com.google.guava:*</exclude>
17
17
  </excludes>
18
18
  </dependencySet>
19
19
  </dependencySets>
data/bin/rjack-solr-fg CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env jruby
2
2
  # -*- ruby -*-
3
3
  #--
4
- # Copyright (c) 2012 David Kellum
4
+ # Copyright (c) 2012-2013 David Kellum
5
5
  #
6
6
  # Licensed under the Apache License, Version 2.0 (the "License"); you
7
7
  # may not use this file except in compliance with the License. You
data/init/rjack-solr CHANGED
@@ -7,7 +7,7 @@
7
7
  #. hashdot.vm.options += -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled
8
8
 
9
9
  #--
10
- # Copyright (c) 2012 David Kellum
10
+ # Copyright (c) 2012-2013 David Kellum
11
11
  #
12
12
  # Licensed under the Apache License, Version 2.0 (the "License"); you
13
13
  # may not use this file except in compliance with the License. You
@@ -23,7 +23,7 @@
23
23
  #++
24
24
 
25
25
  require 'rubygems'
26
- gem( "rjack-solr", "= 3.6.2.0" )
26
+ gem( "rjack-solr", "= 4.0.0.0" )
27
27
 
28
28
  module BinScript
29
29
 
data/lib/rjack-solr.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2012 David Kellum
2
+ # Copyright (c) 2012-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -17,7 +17,12 @@
17
17
  require 'rjack-commons-codec'
18
18
  require 'rjack-lucene'
19
19
  require 'rjack-jetty'
20
- require 'rjack-httpclient-3'
20
+ require 'rjack-httpclient-4'
21
+
22
+ require 'rjack-slf4j'
23
+ require 'rjack-slf4j/log4j-over-slf4j'
24
+ require 'rjack-zookeeper'
25
+ require 'rjack-guava'
21
26
 
22
27
  require 'rjack-solr/base'
23
28
 
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2012 David Kellum
2
+ # Copyright (c) 2012-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
@@ -18,7 +18,7 @@ module RJack
18
18
  module Solr
19
19
 
20
20
  # SOLR (java) version
21
- CORE_VERSION = '3.6.2'
21
+ CORE_VERSION = '4.0.0'
22
22
 
23
23
  # rjack gem version
24
24
  VERSION = CORE_VERSION + '.0'
Binary file