sunspot_solr 2.2.2 → 2.2.3

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 (256) hide show
  1. checksums.yaml +4 -4
  2. data/bin/sunspot-solr +2 -6
  3. data/lib/sunspot/solr/server.rb +2 -3
  4. data/solr/README.txt +181 -181
  5. data/solr/bin/post +29 -19
  6. data/solr/bin/solr +247 -428
  7. data/solr/bin/solr.cmd +102 -256
  8. data/solr/bin/solr.in.cmd +15 -7
  9. data/solr/bin/solr.in.sh +26 -12
  10. data/solr/server/README.txt +110 -113
  11. data/solr/server/contexts/solr-jetty-context.xml +8 -8
  12. data/solr/server/etc/jetty-http.xml +47 -0
  13. data/solr/server/etc/jetty-https-ssl.xml +175 -159
  14. data/solr/server/etc/jetty-https.xml +53 -0
  15. data/solr/server/etc/jetty-ssl.xml +46 -0
  16. data/solr/server/etc/jetty.xml +189 -167
  17. data/solr/server/etc/webdefault.xml +527 -527
  18. data/solr/server/lib/javax.servlet-api-3.1.0.jar +0 -0
  19. data/solr/server/lib/jetty-continuation-9.2.11.v20150529.jar +0 -0
  20. data/solr/server/lib/jetty-deploy-9.2.11.v20150529.jar +0 -0
  21. data/solr/server/lib/jetty-http-9.2.11.v20150529.jar +0 -0
  22. data/solr/server/lib/jetty-io-9.2.11.v20150529.jar +0 -0
  23. data/solr/server/lib/jetty-jmx-9.2.11.v20150529.jar +0 -0
  24. data/solr/server/lib/jetty-rewrite-9.2.11.v20150529.jar +0 -0
  25. data/solr/server/lib/jetty-security-9.2.11.v20150529.jar +0 -0
  26. data/solr/server/lib/jetty-server-9.2.11.v20150529.jar +0 -0
  27. data/solr/server/lib/jetty-servlet-9.2.11.v20150529.jar +0 -0
  28. data/solr/server/lib/jetty-servlets-9.2.11.v20150529.jar +0 -0
  29. data/solr/server/lib/jetty-util-9.2.11.v20150529.jar +0 -0
  30. data/solr/server/lib/jetty-webapp-9.2.11.v20150529.jar +0 -0
  31. data/solr/server/lib/jetty-xml-9.2.11.v20150529.jar +0 -0
  32. data/solr/server/modules/http.mod +9 -0
  33. data/solr/server/modules/https.mod +9 -0
  34. data/solr/server/modules/server.mod +11 -0
  35. data/solr/server/modules/ssl.mod +9 -0
  36. data/solr/server/resources/jetty-logging.properties +1 -0
  37. data/solr/server/resources/log4j.properties +24 -24
  38. data/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar +0 -0
  39. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{hadoop-annotations-2.3.0.jar → hadoop-annotations-2.6.0.jar} +0 -0
  40. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.6.0.jar +0 -0
  41. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.6.0.jar +0 -0
  42. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.6.0.jar +0 -0
  43. data/solr/server/solr-webapp/webapp/WEB-INF/lib/htrace-core-3.0.4.jar +0 -0
  44. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.4.1.jar +0 -0
  45. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.1.jar +0 -0
  46. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.4.1.jar +0 -0
  47. data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.5.4.jar +0 -0
  48. data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.5.4.jar +0 -0
  49. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-common-5.0.0.jar → lucene-analyzers-common-5.3.1.jar} +0 -0
  50. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-kuromoji-5.0.0.jar → lucene-analyzers-kuromoji-5.3.1.jar} +0 -0
  51. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-analyzers-phonetic-5.0.0.jar → lucene-analyzers-phonetic-5.3.1.jar} +0 -0
  52. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar +0 -0
  53. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.3.1.jar +0 -0
  54. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.3.1.jar +0 -0
  55. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-expressions-5.0.0.jar → lucene-expressions-5.3.1.jar} +0 -0
  56. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-grouping-5.0.0.jar → lucene-grouping-5.3.1.jar} +0 -0
  57. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.3.1.jar +0 -0
  58. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.3.1.jar +0 -0
  59. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.3.1.jar +0 -0
  60. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.3.1.jar +0 -0
  61. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.3.1.jar +0 -0
  62. data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-queryparser-5.0.0.jar → lucene-queryparser-5.3.1.jar} +0 -0
  63. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-5.3.1.jar +0 -0
  64. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.3.1.jar +0 -0
  65. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.3.1.jar +0 -0
  66. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.3.0.jar +0 -0
  67. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.3.0.jar +0 -0
  68. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.3.1.jar +0 -0
  69. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.3.1.jar +0 -0
  70. data/solr/server/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar +0 -0
  71. data/solr/server/solr-webapp/webapp/WEB-INF/web.xml +169 -181
  72. data/solr/server/solr-webapp/webapp/WEB-INF/weblogic.xml +28 -28
  73. data/solr/server/solr-webapp/webapp/admin.html +164 -163
  74. data/solr/server/solr-webapp/webapp/css/angular/analysis.css +304 -0
  75. data/solr/server/solr-webapp/webapp/css/angular/chosen.css +465 -0
  76. data/solr/server/solr-webapp/webapp/css/angular/cloud.css +398 -0
  77. data/solr/server/solr-webapp/webapp/css/angular/common.css +724 -0
  78. data/solr/server/solr-webapp/webapp/css/angular/cores.css +233 -0
  79. data/solr/server/solr-webapp/webapp/css/angular/dataimport.css +370 -0
  80. data/solr/server/solr-webapp/webapp/css/angular/documents.css +179 -0
  81. data/solr/server/solr-webapp/webapp/css/angular/files.css +53 -0
  82. data/solr/server/solr-webapp/webapp/css/angular/index.css +206 -0
  83. data/solr/server/solr-webapp/webapp/css/angular/logging.css +376 -0
  84. data/solr/server/solr-webapp/webapp/css/angular/menu.css +321 -0
  85. data/solr/server/solr-webapp/webapp/css/angular/plugins.css +212 -0
  86. data/solr/server/solr-webapp/webapp/css/angular/query.css +162 -0
  87. data/solr/server/solr-webapp/webapp/css/angular/replication.css +500 -0
  88. data/solr/server/solr-webapp/webapp/css/angular/schema-browser.css +567 -0
  89. data/solr/server/solr-webapp/webapp/css/angular/segments.css +173 -0
  90. data/solr/server/solr-webapp/webapp/css/angular/threads.css +161 -0
  91. data/solr/server/solr-webapp/webapp/css/chosen.css +421 -421
  92. data/solr/server/solr-webapp/webapp/css/styles/analysis.css +311 -311
  93. data/solr/server/solr-webapp/webapp/css/styles/cloud.css +410 -410
  94. data/solr/server/solr-webapp/webapp/css/styles/common.css +701 -701
  95. data/solr/server/solr-webapp/webapp/css/styles/cores.css +244 -244
  96. data/solr/server/solr-webapp/webapp/css/styles/dashboard.css +155 -155
  97. data/solr/server/solr-webapp/webapp/css/styles/dataimport.css +403 -403
  98. data/solr/server/solr-webapp/webapp/css/styles/documents.css +197 -197
  99. data/solr/server/solr-webapp/webapp/css/styles/files.css +54 -54
  100. data/solr/server/solr-webapp/webapp/css/styles/index.css +207 -207
  101. data/solr/server/solr-webapp/webapp/css/styles/java-properties.css +52 -52
  102. data/solr/server/solr-webapp/webapp/css/styles/logging.css +391 -391
  103. data/solr/server/solr-webapp/webapp/css/styles/menu.css +329 -328
  104. data/solr/server/solr-webapp/webapp/css/styles/plugins.css +195 -195
  105. data/solr/server/solr-webapp/webapp/css/styles/query.css +173 -173
  106. data/solr/server/solr-webapp/webapp/css/styles/replication.css +515 -515
  107. data/solr/server/solr-webapp/webapp/css/styles/schema-browser.css +578 -578
  108. data/solr/server/solr-webapp/webapp/css/styles/segments.css +145 -0
  109. data/solr/server/solr-webapp/webapp/css/styles/threads.css +172 -172
  110. data/solr/server/solr-webapp/webapp/img/chosen-sprite-2x.png +0 -0
  111. data/solr/server/solr-webapp/webapp/img/filetypes/README +27 -27
  112. data/solr/server/solr-webapp/webapp/img/solr.svg +39 -39
  113. data/solr/server/solr-webapp/webapp/index.html +208 -0
  114. data/solr/server/solr-webapp/webapp/js/angular/app.js +713 -0
  115. data/solr/server/solr-webapp/webapp/js/angular/controllers/analysis.js +199 -0
  116. data/solr/server/solr-webapp/webapp/js/angular/controllers/cloud.js +528 -0
  117. data/solr/server/solr-webapp/webapp/js/angular/controllers/core-overview.js +225 -0
  118. data/solr/server/solr-webapp/webapp/js/angular/controllers/cores.js +465 -0
  119. data/solr/server/solr-webapp/webapp/js/angular/controllers/dataimport.js +284 -0
  120. data/solr/server/solr-webapp/webapp/js/angular/controllers/documents.js +139 -0
  121. data/solr/server/solr-webapp/webapp/js/angular/controllers/files.js +92 -0
  122. data/solr/server/solr-webapp/webapp/js/angular/controllers/index.js +95 -0
  123. data/solr/server/solr-webapp/webapp/js/angular/controllers/java-properties.js +45 -0
  124. data/solr/server/solr-webapp/webapp/js/angular/controllers/logging.js +146 -0
  125. data/solr/server/solr-webapp/webapp/js/angular/controllers/plugins.js +166 -0
  126. data/solr/server/solr-webapp/webapp/js/angular/controllers/query.js +99 -0
  127. data/solr/server/solr-webapp/webapp/js/angular/controllers/replication.js +227 -0
  128. data/solr/server/solr-webapp/webapp/js/angular/controllers/schema-browser.js +432 -0
  129. data/solr/server/solr-webapp/webapp/js/angular/controllers/segments.js +94 -0
  130. data/solr/server/solr-webapp/webapp/js/angular/controllers/threads.js +51 -0
  131. data/solr/server/solr-webapp/webapp/js/angular/services.js +214 -0
  132. data/solr/server/solr-webapp/webapp/js/lib/ZeroClipboard.js +342 -342
  133. data/solr/server/solr-webapp/webapp/js/lib/chosen.js +982 -982
  134. data/solr/server/solr-webapp/webapp/js/lib/console.js +29 -29
  135. data/solr/server/solr-webapp/webapp/js/lib/d3.js +9373 -9373
  136. data/solr/server/solr-webapp/webapp/js/lib/highlight.js +31 -31
  137. data/solr/server/solr-webapp/webapp/js/lib/jquery-1.7.2.min.js +30 -30
  138. data/solr/server/solr-webapp/webapp/js/lib/jquery.ajaxfileupload.js +184 -184
  139. data/solr/server/solr-webapp/webapp/js/lib/jquery.blockUI.js +523 -523
  140. data/solr/server/solr-webapp/webapp/js/lib/jquery.cookie.js +71 -71
  141. data/solr/server/solr-webapp/webapp/js/lib/jquery.form.js +806 -806
  142. data/solr/server/solr-webapp/webapp/js/lib/jquery.jstree.js +3534 -3534
  143. data/solr/server/solr-webapp/webapp/js/lib/jquery.sammy.js +1863 -1863
  144. data/solr/server/solr-webapp/webapp/js/lib/jquery.timeago.js +189 -189
  145. data/solr/server/solr-webapp/webapp/js/lib/linker.js +48 -48
  146. data/solr/server/solr-webapp/webapp/js/lib/naturalSort.js +82 -0
  147. data/solr/server/solr-webapp/webapp/js/lib/order.js +216 -216
  148. data/solr/server/solr-webapp/webapp/js/main.js +60 -58
  149. data/solr/server/solr-webapp/webapp/js/require.js +11349 -11349
  150. data/solr/server/solr-webapp/webapp/js/scripts/analysis.js +545 -545
  151. data/solr/server/solr-webapp/webapp/js/scripts/app.js +680 -679
  152. data/solr/server/solr-webapp/webapp/js/scripts/cloud.js +877 -877
  153. data/solr/server/solr-webapp/webapp/js/scripts/cores.js +719 -719
  154. data/solr/server/solr-webapp/webapp/js/scripts/dashboard.js +562 -562
  155. data/solr/server/solr-webapp/webapp/js/scripts/dataimport.js +812 -812
  156. data/solr/server/solr-webapp/webapp/js/scripts/documents.js +370 -370
  157. data/solr/server/solr-webapp/webapp/js/scripts/files.js +265 -265
  158. data/solr/server/solr-webapp/webapp/js/scripts/index.js +340 -340
  159. data/solr/server/solr-webapp/webapp/js/scripts/java-properties.js +106 -106
  160. data/solr/server/solr-webapp/webapp/js/scripts/logging.js +578 -576
  161. data/solr/server/solr-webapp/webapp/js/scripts/ping.js +72 -72
  162. data/solr/server/solr-webapp/webapp/js/scripts/plugins.js +462 -462
  163. data/solr/server/solr-webapp/webapp/js/scripts/query.js +229 -229
  164. data/solr/server/solr-webapp/webapp/js/scripts/replication.js +527 -527
  165. data/solr/server/solr-webapp/webapp/js/scripts/schema-browser.js +1229 -1229
  166. data/solr/server/solr-webapp/webapp/js/scripts/segments.js +206 -0
  167. data/solr/server/solr-webapp/webapp/js/scripts/threads.js +158 -158
  168. data/solr/server/solr-webapp/webapp/libs/angular-chosen.js +139 -0
  169. data/solr/server/solr-webapp/webapp/libs/angular-cookies.js +229 -0
  170. data/solr/server/solr-webapp/webapp/libs/angular-cookies.min.js +31 -0
  171. data/solr/server/solr-webapp/webapp/libs/angular-resource.min.js +36 -0
  172. data/solr/server/solr-webapp/webapp/libs/angular-route.js +1018 -0
  173. data/solr/server/solr-webapp/webapp/libs/angular-route.min.js +38 -0
  174. data/solr/server/solr-webapp/webapp/libs/angular-sanitize.js +703 -0
  175. data/solr/server/solr-webapp/webapp/libs/angular-sanitize.min.js +39 -0
  176. data/solr/server/solr-webapp/webapp/libs/angular.js +26093 -0
  177. data/solr/server/solr-webapp/webapp/libs/angular.min.js +273 -0
  178. data/solr/server/solr-webapp/webapp/libs/chosen.jquery.js +1194 -0
  179. data/solr/server/solr-webapp/webapp/libs/chosen.jquery.min.js +30 -0
  180. data/solr/server/solr-webapp/webapp/libs/d3.js +9373 -0
  181. data/solr/server/solr-webapp/webapp/libs/highlight.js +31 -0
  182. data/solr/server/solr-webapp/webapp/libs/jquery-2.1.3.min.js +29 -0
  183. data/solr/server/solr-webapp/webapp/libs/jquery.jstree.js +3534 -0
  184. data/solr/server/solr-webapp/webapp/libs/ngtimeago.js +102 -0
  185. data/solr/server/solr-webapp/webapp/partials/analysis.html +128 -0
  186. data/solr/server/solr-webapp/webapp/partials/cloud.html +104 -0
  187. data/solr/server/solr-webapp/webapp/partials/core_overview.html +227 -0
  188. data/solr/server/solr-webapp/webapp/partials/cores.html +231 -0
  189. data/solr/server/solr-webapp/webapp/partials/dataimport.html +209 -0
  190. data/solr/server/solr-webapp/webapp/partials/documents.html +118 -0
  191. data/solr/server/solr-webapp/webapp/partials/files.html +47 -0
  192. data/solr/server/solr-webapp/webapp/partials/index.html +261 -0
  193. data/solr/server/solr-webapp/webapp/partials/java-properties.html +27 -0
  194. data/solr/server/solr-webapp/webapp/partials/logging-levels.html +56 -0
  195. data/solr/server/solr-webapp/webapp/partials/logging.html +56 -0
  196. data/solr/server/solr-webapp/webapp/partials/plugins.html +72 -0
  197. data/solr/server/solr-webapp/webapp/partials/query.html +356 -0
  198. data/solr/server/solr-webapp/webapp/partials/replication.html +239 -0
  199. data/solr/server/solr-webapp/webapp/partials/schema-browser.html +206 -0
  200. data/solr/server/solr-webapp/webapp/partials/segments.html +99 -0
  201. data/solr/server/solr-webapp/webapp/partials/threads.html +65 -0
  202. data/solr/server/solr-webapp/webapp/tpl/analysis.html +83 -83
  203. data/solr/server/solr-webapp/webapp/tpl/cloud.html +87 -87
  204. data/solr/server/solr-webapp/webapp/tpl/cores.html +226 -226
  205. data/solr/server/solr-webapp/webapp/tpl/dashboard.html +201 -201
  206. data/solr/server/solr-webapp/webapp/tpl/dataimport.html +183 -183
  207. data/solr/server/solr-webapp/webapp/tpl/documents.html +107 -107
  208. data/solr/server/solr-webapp/webapp/tpl/files.html +44 -44
  209. data/solr/server/solr-webapp/webapp/tpl/index.html +250 -250
  210. data/solr/server/solr-webapp/webapp/tpl/logging.html +23 -23
  211. data/solr/server/solr-webapp/webapp/tpl/plugins.html +39 -39
  212. data/solr/server/solr-webapp/webapp/tpl/query.html +361 -361
  213. data/solr/server/solr-webapp/webapp/tpl/replication.html +216 -216
  214. data/solr/server/solr-webapp/webapp/tpl/schema-browser.html +192 -192
  215. data/solr/server/solr-webapp/webapp/tpl/segments.html +49 -0
  216. data/solr/server/solr-webapp/webapp/tpl/threads.html +56 -56
  217. data/solr/server/solr/README.txt +77 -77
  218. data/solr/server/solr/solr.xml +51 -51
  219. data/solr/server/solr/zoo.cfg +17 -17
  220. data/solr/server/start.jar +0 -0
  221. data/spec/server_spec.rb +3 -8
  222. metadata +132 -43
  223. data/solr/server/lib/jetty-continuation-8.1.10.v20130312.jar +0 -0
  224. data/solr/server/lib/jetty-deploy-8.1.10.v20130312.jar +0 -0
  225. data/solr/server/lib/jetty-http-8.1.10.v20130312.jar +0 -0
  226. data/solr/server/lib/jetty-io-8.1.10.v20130312.jar +0 -0
  227. data/solr/server/lib/jetty-jmx-8.1.10.v20130312.jar +0 -0
  228. data/solr/server/lib/jetty-security-8.1.10.v20130312.jar +0 -0
  229. data/solr/server/lib/jetty-server-8.1.10.v20130312.jar +0 -0
  230. data/solr/server/lib/jetty-servlet-8.1.10.v20130312.jar +0 -0
  231. data/solr/server/lib/jetty-util-8.1.10.v20130312.jar +0 -0
  232. data/solr/server/lib/jetty-webapp-8.1.10.v20130312.jar +0 -0
  233. data/solr/server/lib/jetty-xml-8.1.10.v20130312.jar +0 -0
  234. data/solr/server/lib/servlet-api-3.0.jar +0 -0
  235. data/solr/server/solr-webapp/webapp/.gitignore +0 -1
  236. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.3.0.jar +0 -0
  237. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.3.0.jar +0 -0
  238. data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.3.0.jar +0 -0
  239. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.3.1.jar +0 -0
  240. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.3.jar +0 -0
  241. data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.3.1.jar +0 -0
  242. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.0.0.jar +0 -0
  243. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.0.0.jar +0 -0
  244. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.0.0.jar +0 -0
  245. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.0.0.jar +0 -0
  246. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.0.0.jar +0 -0
  247. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.0.0.jar +0 -0
  248. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.0.0.jar +0 -0
  249. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.0.0.jar +0 -0
  250. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.0.0.jar +0 -0
  251. data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.0.0.jar +0 -0
  252. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.1.1.jar +0 -0
  253. data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.1.1.jar +0 -0
  254. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.0.0.jar +0 -0
  255. data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.0.0.jar +0 -0
  256. data/solr/server/webapps/solr.war +0 -0
@@ -1,23 +1,23 @@
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
- <div id="logging" class="clearfix">
18
-
19
- <div id="frame">
20
-
21
- </div>
22
-
23
- </div>
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
+ <div id="logging" class="clearfix">
18
+
19
+ <div id="frame">
20
+
21
+ </div>
22
+
23
+ </div>
@@ -1,39 +1,39 @@
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
- <div id="plugins" class="clearfix">
18
-
19
- <div id="frame">
20
-
21
- </div>
22
-
23
- <div id="navigation" class="clearfix">
24
-
25
- <ul>
26
- </ul>
27
-
28
- </div>
29
-
30
- <div id="recording">
31
- <div class="wrapper clearfix">
32
-
33
- <p class="loader">Watching for Changes</p>
34
- <button class="primary">Stop &amp; Show Changes</button>
35
-
36
- </div>
37
- </div>
38
-
39
- </div>
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
+ <div id="plugins" class="clearfix">
18
+
19
+ <div id="frame">
20
+
21
+ </div>
22
+
23
+ <div id="navigation" class="clearfix">
24
+
25
+ <ul>
26
+ </ul>
27
+
28
+ </div>
29
+
30
+ <div id="recording">
31
+ <div class="wrapper clearfix">
32
+
33
+ <p class="loader">Watching for Changes</p>
34
+ <button class="primary">Stop &amp; Show Changes</button>
35
+
36
+ </div>
37
+ </div>
38
+
39
+ </div>
@@ -1,361 +1,361 @@
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
- <div id="query" class="clearfix">
18
-
19
- <div id="form">
20
-
21
- <form action="#" method="get">
22
-
23
- <label for="qt">
24
- <a rel="help">Request-Handler (qt)</a>
25
- </label>
26
- <input type="text" id="qt" value="/select" title="Request handler in solrconfig.xml.">
27
-
28
- <fieldset class="common">
29
- <legend>common</legend>
30
- <div class="fieldset">
31
-
32
- <label for="q">
33
- q
34
- </label>
35
- <textarea name="q" id="q" title="The query string.">*:*</textarea>
36
-
37
- <label for="fq">
38
- <a rel="help">fq</a>
39
- </label>
40
- <div class="multiple">
41
- <div class="row clearfix">
42
- <input type="text" id="fq" name="fq" title="Filter query.">
43
- <div class="buttons">
44
- <a class="rem" data-action="0"><span>[-]</span></a>
45
- <a class="add" data-action="1"><span>[+]</span></a>
46
- </div>
47
- </div>
48
- </div>
49
-
50
- <label for="sort">
51
- <a rel="help">sort</a>
52
- </label>
53
- <input type="text" id="sort" name="sort" title="Sort field or function with asc|desc.">
54
-
55
- <label for="start">
56
- <a rel="help">start</a>,
57
- <a rel="help">rows</a>
58
- </label>
59
- <div class="clearfix">
60
- <input type="text" name="start" id="start" placeholder="0" pattern="[0-9]+" title="Number of leading documents to skip. (Integer)">
61
- <input type="text" name="rows" id="rows" placeholder="10" pattern="[0-9]+" title="Number of documents to return after 'start'. (Integer)">
62
- </div>
63
-
64
- <label for="fl">
65
- <a rel="help">fl</a>
66
- </label>
67
- <input type="text" name="fl" id="fl" value="" title="Field list, comma separated.">
68
-
69
- <label for="df">
70
- <a rel="help">df</a>
71
- </label>
72
- <input type="text" name="df" id="df" value="" title="Default search field">
73
-
74
- <label for="custom_parameters">
75
- <a rel="help">Raw Query Parameters</a>
76
- </label>
77
- <input type="text" id="custom_parameters" value="" placeholder="key1=val1&amp;key2=val2">
78
-
79
- <label for="wt">
80
- <a rel="help">wt</a>
81
- </label>
82
- <select name="wt" id="wt" title="The writer type (response format).">
83
- <option>json</option>
84
- <option>xml</option>
85
- <option>python</option>
86
- <option>ruby</option>
87
- <option>php</option>
88
- <option>csv</option>
89
- </select>
90
-
91
- <label for="indent" class="checkbox">
92
- <input type="checkbox" name="indent" id="indent" value="true" title="Indent results." checked="checked">
93
- <a rel="help">indent</a>
94
- </label>
95
-
96
- <label for="debugQuery" class="checkbox">
97
- <input type="checkbox" name="debugQuery" id="debugQuery" value="true" title="Show timing and diagnostics.">
98
- <a rel="help">debugQuery</a>
99
- </label>
100
-
101
- </div>
102
- </fieldset>
103
-
104
- <fieldset class="dismax optional">
105
- <legend>
106
- <label for="dismax" class="checkbox">
107
- <input type="checkbox" name="defType" id="dismax" value="dismax">
108
- dismax
109
- </label>
110
- </legend>
111
- <div class="fieldset">
112
-
113
- <label for="q_alt">q.alt</label>
114
- <input type="text" name="q.alt" id="q_alt" title="Alternate query when 'q' is absent.">
115
-
116
- <label for="qf">qf</label>
117
- <input type="text" name="qf" id="qf" title="Query fields with optional boosts.">
118
-
119
- <label for="mm">mm</label>
120
- <input type="text" name="mm" id="mm" title="Min-should-match expression.">
121
-
122
- <label for="pf">pf</label>
123
- <input type="text" name="pf" id="pf" title="Phrase boosted fields.">
124
-
125
- <label for="ps">ps</label>
126
- <input type="text" name="ps" id="ps" title="Phrase boost slop.">
127
-
128
- <label for="qs">qs</label>
129
- <input type="text" name="qs" id="qs" title="Query string phrase slop.">
130
-
131
- <label for="tie">tie</label>
132
- <input type="text" name="tie" id="tie" title="Score tie-breaker. Try 0.1.">
133
-
134
- <label for="bq">bq</label>
135
- <input type="text" name="bq" id="bq" title="Boost query.">
136
-
137
- <label for="bf">bf</label>
138
- <input type="text" name="bf" id="bf" title="Boost function (added).">
139
-
140
- </div>
141
- </fieldset>
142
-
143
- <fieldset class="edismax optional">
144
- <legend>
145
- <label for="edismax" class="checkbox">
146
- <input type="checkbox" name="defType" id="edismax" value="edismax">
147
- <strong>e</strong>dismax
148
- </label>
149
- </legend>
150
- <div class="fieldset">
151
-
152
- <label for="edismax_q_alt">q.alt</label>
153
- <input type="text" name="q.alt" id="edismax_q_alt" title="Alternate query when 'q' is absent.">
154
-
155
- <label for="edismax_qf">qf</label>
156
- <input type="text" name="qf" id="edismax_qf" title="Query fields with optional boosts.">
157
-
158
- <label for="edismax_mm">mm</label>
159
- <input type="text" name="mm" id="edismax_mm" title="Min-should-match expression.">
160
-
161
- <label for="edismax_pf">pf</label>
162
- <input type="text" name="pf" id="edismax_pf" title="Phrase boosted fields.">
163
-
164
- <label for="edismax_ps">ps</label>
165
- <input type="text" name="ps" id="edismax_ps" title="Phrase boost slop.">
166
-
167
- <label for="edismax_qs">qs</label>
168
- <input type="text" name="qs" id="edismax_qs" title="Query string phrase slop.">
169
-
170
- <label for="edismax_tie">tie</label>
171
- <input type="text" name="tie" id="edismax_tie" title="Score tie-breaker. Try 0.1.">
172
-
173
- <label for="edismax_bq">bq</label>
174
- <input type="text" name="bq" id="edismax_bq" title="Boost query.">
175
-
176
- <label for="edismax_bf">bf</label>
177
- <input type="text" name="bf" id="edismax_bf" title="Boost function (added).">
178
-
179
- <label for="edismax_uf" title="User Fields">uf</label>
180
- <input type="text" name="uf" id="edismax_uf">
181
-
182
- <label for="edismax_pf2" title="bigram phrase boost fields">pf2</label>
183
- <input type="text" name="pf2" id="edismax_pf2">
184
-
185
- <label for="edismax_pf3" title="trigram phrase boost fields">pf3</label>
186
- <input type="text" name="pf3" id="edismax_pf3">
187
-
188
- <label for="edismax_ps2" title="phrase slop for bigram phrases">ps2</label>
189
- <input type="text" name="ps2" id="edismax_ps2">
190
-
191
- <label for="edismax_ps3" title="phrase slop for trigram phrases">ps3</label>
192
- <input type="text" name="ps3" id="edismax_ps3">
193
-
194
- <label for="edismax_boost" title="multiplicative boost function">boost</label>
195
- <input type="text" name="boost" id="edismax_boost">
196
-
197
- <label for="edismax_stopwords" class="checkbox" title="remove stopwords from mandatory 'matching' component">
198
- <input type="checkbox" name="stopwords" id="edismax_stopwords" value="true" checked="checked">
199
- stopwords
200
- </label>
201
-
202
- <label for="edismax_lowercaseOperators" class="checkbox" title="Enable lower-case 'and' and 'or' as operators">
203
- <input type="checkbox" name="lowercaseOperators" id="edismax_lowercaseOperators" value="true" checked="checked">
204
- lowercaseOperators
205
- </label>
206
-
207
- </div>
208
- </fieldset>
209
-
210
- <fieldset class="hl optional">
211
- <legend>
212
- <label for="hl" class="checkbox">
213
- <input type="checkbox" name="hl" id="hl" value="true" title="Enable highlighting.">
214
- hl
215
- </label>
216
- </legend>
217
- <div class="fieldset">
218
-
219
- <label for="hl_fl">hl.fl</label>
220
- <input type="text" name="hl.fl" id="hl_fl" value="" title="Fields to highlight on.">
221
-
222
- <label for="hl_simple_pre">hl.simple.pre</label>
223
- <input type="text" name="hl.simple.pre" id="hl_simple_pre" value="<em>">
224
-
225
- <label for="hl_simple_post">hl.simple.post</label>
226
- <input type="text" name="hl.simple.post" id="hl_simple_post" value="</em>">
227
-
228
- <label for="hl_requireFieldMatch" class="checkbox">
229
- <input type="checkbox" name="hl.requireFieldMatch" id="hl_requireFieldMatch" value="true">
230
- hl.requireFieldMatch
231
- </label>
232
-
233
- <label for="hl_usePhraseHighlighter" class="checkbox">
234
- <input type="checkbox" name="hl.usePhraseHighlighter" id="hl_usePhraseHighlighter" value="true">
235
- hl.usePhraseHighlighter
236
- </label>
237
-
238
- <label for="hl_highlightMultiTerm" class="checkbox">
239
- <input type="checkbox" name="hl.highlightMultiTerm" id="hl_highlightMultiTerm" value="true">
240
- hl.highlightMultiTerm
241
- </label>
242
-
243
- </div>
244
- </fieldset>
245
-
246
- <fieldset class="facet optional">
247
- <legend>
248
- <label for="facet" class="checkbox">
249
- <input type="checkbox" name="facet" id="facet" value="true">
250
- facet
251
- </label>
252
- </legend>
253
- <div class="fieldset">
254
-
255
- <label for="facet_query">facet.query</label>
256
- <textarea name="facet.query" id="facet_query"></textarea>
257
-
258
- <label for="facet_field">facet.field</label>
259
- <input type="text" name="facet.field" id="facet_field">
260
-
261
- <label for="facet_prefix">facet.prefix</label>
262
- <input type="text" name="facet.prefix" id="facet_prefix">
263
-
264
- </div>
265
- </fieldset>
266
-
267
- <fieldset class="spatial optional">
268
- <legend>
269
- <label for="spatial" class="checkbox">
270
- <input type="checkbox" name="spatial" id="spatial" value="true">
271
- spatial
272
- </label>
273
- </legend>
274
- <div class="fieldset">
275
-
276
- <label for="pt">pt</label>
277
- <input type="text" name="pt" id="pt">
278
-
279
- <label for="sfield">sfield</label>
280
- <input type="text" name="sfield" id="sfield">
281
-
282
- <label for="d">d</label>
283
- <input type="text" name="d" id="d">
284
-
285
- </div>
286
- </fieldset>
287
-
288
- <fieldset class="spellcheck optional">
289
- <legend>
290
- <label for="spellcheck" class="checkbox">
291
- <input type="checkbox" name="spellcheck" id="spellcheck" value="true">
292
- spellcheck
293
- </label>
294
- </legend>
295
- <div class="fieldset">
296
-
297
- <label for="spellcheck_build" class="checkbox">
298
- <input type="checkbox" name="spellcheck.build" id="spellcheck_build" value="true">
299
- spellcheck.build
300
- </label>
301
-
302
- <label for="spellcheck_reload" class="checkbox">
303
- <input type="checkbox" name="spellcheck.reload" id="spellcheck_reload" value="true">
304
- spellcheck.reload
305
- </label>
306
-
307
- <label for="spellcheck_q">spellcheck.q</label>
308
- <input type="text" name="spellcheck.q" id="spellcheck_q">
309
-
310
- <label for="spellcheck_dictionary">spellcheck.dictionary</label>
311
- <input type="text" name="spellcheck.dictionary" id="spellcheck_dictionary">
312
-
313
- <label for="spellcheck_count">spellcheck.count</label>
314
- <input type="text" name="spellcheck.count" id="spellcheck_count">
315
-
316
- <label for="spellcheck_onlyMorePopular" class="checkbox">
317
- <input type="checkbox" name="spellcheck.onlyMorePopular" id="spellcheck_onlyMorePopular" value="true">
318
- spellcheck.onlyMorePopular
319
- </label>
320
-
321
- <label for="spellcheck_extendedResults" class="checkbox">
322
- <input type="checkbox" name="spellcheck.extendedResults" id="spellcheck_extendedResults" value="true">
323
- spellcheck.extendedResults
324
- </label>
325
-
326
- <label for="spellcheck_collate" class="checkbox">
327
- <input type="checkbox" name="spellcheck.collate" id="spellcheck_collate" value="true">
328
- spellcheck.collate
329
- </label>
330
-
331
- <label for="spellcheck_maxCollations">spellcheck.maxCollations</label>
332
- <input type="text" name="spellcheck.maxCollations" id="spellcheck_maxCollations">
333
-
334
- <label for="spellcheck_maxCollationTries">spellcheck.maxCollationTries</label>
335
- <input type="text" name="spellcheck.maxCollationTries" id="spellcheck_maxCollationTries">
336
-
337
- <label for="spellcheck_accuracy">spellcheck.accuracy</label>
338
- <input type="text" name="spellcheck.accuracy" id="spellcheck_accuracy">
339
-
340
- </fieldset>
341
-
342
-
343
- <button type="submit">Execute Query</button>
344
-
345
- </form>
346
-
347
- </div>
348
-
349
- <div id="result">
350
-
351
- <a id="url" class="address-bar" href="#"></a>
352
-
353
- <div id="response">
354
-
355
- <iframe src="about:blank"></iframe>
356
-
357
- </div>
358
-
359
- </div>
360
-
361
- </div>
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
+ <div id="query" class="clearfix">
18
+
19
+ <div id="form">
20
+
21
+ <form action="#" method="get">
22
+
23
+ <label for="qt">
24
+ <a rel="help">Request-Handler (qt)</a>
25
+ </label>
26
+ <input type="text" id="qt" value="/select" title="Request handler in solrconfig.xml.">
27
+
28
+ <fieldset class="common">
29
+ <legend>common</legend>
30
+ <div class="fieldset">
31
+
32
+ <label for="q">
33
+ q
34
+ </label>
35
+ <textarea name="q" id="q" title="The query string.">*:*</textarea>
36
+
37
+ <label for="fq">
38
+ <a rel="help">fq</a>
39
+ </label>
40
+ <div class="multiple">
41
+ <div class="row clearfix">
42
+ <input type="text" id="fq" name="fq" title="Filter query.">
43
+ <div class="buttons">
44
+ <a class="rem" data-action="0"><span>[-]</span></a>
45
+ <a class="add" data-action="1"><span>[+]</span></a>
46
+ </div>
47
+ </div>
48
+ </div>
49
+
50
+ <label for="sort">
51
+ <a rel="help">sort</a>
52
+ </label>
53
+ <input type="text" id="sort" name="sort" title="Sort field or function with asc|desc.">
54
+
55
+ <label for="start">
56
+ <a rel="help">start</a>,
57
+ <a rel="help">rows</a>
58
+ </label>
59
+ <div class="clearfix">
60
+ <input type="text" name="start" id="start" placeholder="0" pattern="[0-9]+" title="Number of leading documents to skip. (Integer)">
61
+ <input type="text" name="rows" id="rows" placeholder="10" pattern="[0-9]+" title="Number of documents to return after 'start'. (Integer)">
62
+ </div>
63
+
64
+ <label for="fl">
65
+ <a rel="help">fl</a>
66
+ </label>
67
+ <input type="text" name="fl" id="fl" value="" title="Field list, comma separated.">
68
+
69
+ <label for="df">
70
+ <a rel="help">df</a>
71
+ </label>
72
+ <input type="text" name="df" id="df" value="" title="Default search field">
73
+
74
+ <label for="custom_parameters">
75
+ <a rel="help">Raw Query Parameters</a>
76
+ </label>
77
+ <input type="text" id="custom_parameters" value="" placeholder="key1=val1&amp;key2=val2">
78
+
79
+ <label for="wt">
80
+ <a rel="help">wt</a>
81
+ </label>
82
+ <select name="wt" id="wt" title="The writer type (response format).">
83
+ <option>json</option>
84
+ <option>xml</option>
85
+ <option>python</option>
86
+ <option>ruby</option>
87
+ <option>php</option>
88
+ <option>csv</option>
89
+ </select>
90
+
91
+ <label for="indent" class="checkbox">
92
+ <input type="checkbox" name="indent" id="indent" value="true" title="Indent results." checked="checked">
93
+ <a rel="help">indent</a>
94
+ </label>
95
+
96
+ <label for="debugQuery" class="checkbox">
97
+ <input type="checkbox" name="debugQuery" id="debugQuery" value="true" title="Show timing and diagnostics.">
98
+ <a rel="help">debugQuery</a>
99
+ </label>
100
+
101
+ </div>
102
+ </fieldset>
103
+
104
+ <fieldset class="dismax optional">
105
+ <legend>
106
+ <label for="dismax" class="checkbox">
107
+ <input type="checkbox" name="defType" id="dismax" value="dismax">
108
+ dismax
109
+ </label>
110
+ </legend>
111
+ <div class="fieldset">
112
+
113
+ <label for="q_alt">q.alt</label>
114
+ <input type="text" name="q.alt" id="q_alt" title="Alternate query when 'q' is absent.">
115
+
116
+ <label for="qf">qf</label>
117
+ <input type="text" name="qf" id="qf" title="Query fields with optional boosts.">
118
+
119
+ <label for="mm">mm</label>
120
+ <input type="text" name="mm" id="mm" title="Min-should-match expression.">
121
+
122
+ <label for="pf">pf</label>
123
+ <input type="text" name="pf" id="pf" title="Phrase boosted fields.">
124
+
125
+ <label for="ps">ps</label>
126
+ <input type="text" name="ps" id="ps" title="Phrase boost slop.">
127
+
128
+ <label for="qs">qs</label>
129
+ <input type="text" name="qs" id="qs" title="Query string phrase slop.">
130
+
131
+ <label for="tie">tie</label>
132
+ <input type="text" name="tie" id="tie" title="Score tie-breaker. Try 0.1.">
133
+
134
+ <label for="bq">bq</label>
135
+ <input type="text" name="bq" id="bq" title="Boost query.">
136
+
137
+ <label for="bf">bf</label>
138
+ <input type="text" name="bf" id="bf" title="Boost function (added).">
139
+
140
+ </div>
141
+ </fieldset>
142
+
143
+ <fieldset class="edismax optional">
144
+ <legend>
145
+ <label for="edismax" class="checkbox">
146
+ <input type="checkbox" name="defType" id="edismax" value="edismax">
147
+ <strong>e</strong>dismax
148
+ </label>
149
+ </legend>
150
+ <div class="fieldset">
151
+
152
+ <label for="edismax_q_alt">q.alt</label>
153
+ <input type="text" name="q.alt" id="edismax_q_alt" title="Alternate query when 'q' is absent.">
154
+
155
+ <label for="edismax_qf">qf</label>
156
+ <input type="text" name="qf" id="edismax_qf" title="Query fields with optional boosts.">
157
+
158
+ <label for="edismax_mm">mm</label>
159
+ <input type="text" name="mm" id="edismax_mm" title="Min-should-match expression.">
160
+
161
+ <label for="edismax_pf">pf</label>
162
+ <input type="text" name="pf" id="edismax_pf" title="Phrase boosted fields.">
163
+
164
+ <label for="edismax_ps">ps</label>
165
+ <input type="text" name="ps" id="edismax_ps" title="Phrase boost slop.">
166
+
167
+ <label for="edismax_qs">qs</label>
168
+ <input type="text" name="qs" id="edismax_qs" title="Query string phrase slop.">
169
+
170
+ <label for="edismax_tie">tie</label>
171
+ <input type="text" name="tie" id="edismax_tie" title="Score tie-breaker. Try 0.1.">
172
+
173
+ <label for="edismax_bq">bq</label>
174
+ <input type="text" name="bq" id="edismax_bq" title="Boost query.">
175
+
176
+ <label for="edismax_bf">bf</label>
177
+ <input type="text" name="bf" id="edismax_bf" title="Boost function (added).">
178
+
179
+ <label for="edismax_uf" title="User Fields">uf</label>
180
+ <input type="text" name="uf" id="edismax_uf">
181
+
182
+ <label for="edismax_pf2" title="bigram phrase boost fields">pf2</label>
183
+ <input type="text" name="pf2" id="edismax_pf2">
184
+
185
+ <label for="edismax_pf3" title="trigram phrase boost fields">pf3</label>
186
+ <input type="text" name="pf3" id="edismax_pf3">
187
+
188
+ <label for="edismax_ps2" title="phrase slop for bigram phrases">ps2</label>
189
+ <input type="text" name="ps2" id="edismax_ps2">
190
+
191
+ <label for="edismax_ps3" title="phrase slop for trigram phrases">ps3</label>
192
+ <input type="text" name="ps3" id="edismax_ps3">
193
+
194
+ <label for="edismax_boost" title="multiplicative boost function">boost</label>
195
+ <input type="text" name="boost" id="edismax_boost">
196
+
197
+ <label for="edismax_stopwords" class="checkbox" title="remove stopwords from mandatory 'matching' component">
198
+ <input type="checkbox" name="stopwords" id="edismax_stopwords" value="true" checked="checked">
199
+ stopwords
200
+ </label>
201
+
202
+ <label for="edismax_lowercaseOperators" class="checkbox" title="Enable lower-case 'and' and 'or' as operators">
203
+ <input type="checkbox" name="lowercaseOperators" id="edismax_lowercaseOperators" value="true" checked="checked">
204
+ lowercaseOperators
205
+ </label>
206
+
207
+ </div>
208
+ </fieldset>
209
+
210
+ <fieldset class="hl optional">
211
+ <legend>
212
+ <label for="hl" class="checkbox">
213
+ <input type="checkbox" name="hl" id="hl" value="true" title="Enable highlighting.">
214
+ hl
215
+ </label>
216
+ </legend>
217
+ <div class="fieldset">
218
+
219
+ <label for="hl_fl">hl.fl</label>
220
+ <input type="text" name="hl.fl" id="hl_fl" value="" title="Fields to highlight on.">
221
+
222
+ <label for="hl_simple_pre">hl.simple.pre</label>
223
+ <input type="text" name="hl.simple.pre" id="hl_simple_pre" value="<em>">
224
+
225
+ <label for="hl_simple_post">hl.simple.post</label>
226
+ <input type="text" name="hl.simple.post" id="hl_simple_post" value="</em>">
227
+
228
+ <label for="hl_requireFieldMatch" class="checkbox">
229
+ <input type="checkbox" name="hl.requireFieldMatch" id="hl_requireFieldMatch" value="true">
230
+ hl.requireFieldMatch
231
+ </label>
232
+
233
+ <label for="hl_usePhraseHighlighter" class="checkbox">
234
+ <input type="checkbox" name="hl.usePhraseHighlighter" id="hl_usePhraseHighlighter" value="true">
235
+ hl.usePhraseHighlighter
236
+ </label>
237
+
238
+ <label for="hl_highlightMultiTerm" class="checkbox">
239
+ <input type="checkbox" name="hl.highlightMultiTerm" id="hl_highlightMultiTerm" value="true">
240
+ hl.highlightMultiTerm
241
+ </label>
242
+
243
+ </div>
244
+ </fieldset>
245
+
246
+ <fieldset class="facet optional">
247
+ <legend>
248
+ <label for="facet" class="checkbox">
249
+ <input type="checkbox" name="facet" id="facet" value="true">
250
+ facet
251
+ </label>
252
+ </legend>
253
+ <div class="fieldset">
254
+
255
+ <label for="facet_query">facet.query</label>
256
+ <textarea name="facet.query" id="facet_query"></textarea>
257
+
258
+ <label for="facet_field">facet.field</label>
259
+ <input type="text" name="facet.field" id="facet_field">
260
+
261
+ <label for="facet_prefix">facet.prefix</label>
262
+ <input type="text" name="facet.prefix" id="facet_prefix">
263
+
264
+ </div>
265
+ </fieldset>
266
+
267
+ <fieldset class="spatial optional">
268
+ <legend>
269
+ <label for="spatial" class="checkbox">
270
+ <input type="checkbox" name="spatial" id="spatial" value="true">
271
+ spatial
272
+ </label>
273
+ </legend>
274
+ <div class="fieldset">
275
+
276
+ <label for="pt">pt</label>
277
+ <input type="text" name="pt" id="pt">
278
+
279
+ <label for="sfield">sfield</label>
280
+ <input type="text" name="sfield" id="sfield">
281
+
282
+ <label for="d">d</label>
283
+ <input type="text" name="d" id="d">
284
+
285
+ </div>
286
+ </fieldset>
287
+
288
+ <fieldset class="spellcheck optional">
289
+ <legend>
290
+ <label for="spellcheck" class="checkbox">
291
+ <input type="checkbox" name="spellcheck" id="spellcheck" value="true">
292
+ spellcheck
293
+ </label>
294
+ </legend>
295
+ <div class="fieldset">
296
+
297
+ <label for="spellcheck_build" class="checkbox">
298
+ <input type="checkbox" name="spellcheck.build" id="spellcheck_build" value="true">
299
+ spellcheck.build
300
+ </label>
301
+
302
+ <label for="spellcheck_reload" class="checkbox">
303
+ <input type="checkbox" name="spellcheck.reload" id="spellcheck_reload" value="true">
304
+ spellcheck.reload
305
+ </label>
306
+
307
+ <label for="spellcheck_q">spellcheck.q</label>
308
+ <input type="text" name="spellcheck.q" id="spellcheck_q">
309
+
310
+ <label for="spellcheck_dictionary">spellcheck.dictionary</label>
311
+ <input type="text" name="spellcheck.dictionary" id="spellcheck_dictionary">
312
+
313
+ <label for="spellcheck_count">spellcheck.count</label>
314
+ <input type="text" name="spellcheck.count" id="spellcheck_count">
315
+
316
+ <label for="spellcheck_onlyMorePopular" class="checkbox">
317
+ <input type="checkbox" name="spellcheck.onlyMorePopular" id="spellcheck_onlyMorePopular" value="true">
318
+ spellcheck.onlyMorePopular
319
+ </label>
320
+
321
+ <label for="spellcheck_extendedResults" class="checkbox">
322
+ <input type="checkbox" name="spellcheck.extendedResults" id="spellcheck_extendedResults" value="true">
323
+ spellcheck.extendedResults
324
+ </label>
325
+
326
+ <label for="spellcheck_collate" class="checkbox">
327
+ <input type="checkbox" name="spellcheck.collate" id="spellcheck_collate" value="true">
328
+ spellcheck.collate
329
+ </label>
330
+
331
+ <label for="spellcheck_maxCollations">spellcheck.maxCollations</label>
332
+ <input type="text" name="spellcheck.maxCollations" id="spellcheck_maxCollations">
333
+
334
+ <label for="spellcheck_maxCollationTries">spellcheck.maxCollationTries</label>
335
+ <input type="text" name="spellcheck.maxCollationTries" id="spellcheck_maxCollationTries">
336
+
337
+ <label for="spellcheck_accuracy">spellcheck.accuracy</label>
338
+ <input type="text" name="spellcheck.accuracy" id="spellcheck_accuracy">
339
+
340
+ </fieldset>
341
+
342
+
343
+ <button type="submit">Execute Query</button>
344
+
345
+ </form>
346
+
347
+ </div>
348
+
349
+ <div id="result">
350
+
351
+ <a id="url" class="address-bar" href="#"></a>
352
+
353
+ <div id="response">
354
+
355
+ <iframe src="about:blank"></iframe>
356
+
357
+ </div>
358
+
359
+ </div>
360
+
361
+ </div>