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.
- checksums.yaml +4 -4
- data/bin/sunspot-solr +2 -6
- data/lib/sunspot/solr/server.rb +2 -3
- data/solr/README.txt +181 -181
- data/solr/bin/post +29 -19
- data/solr/bin/solr +247 -428
- data/solr/bin/solr.cmd +102 -256
- data/solr/bin/solr.in.cmd +15 -7
- data/solr/bin/solr.in.sh +26 -12
- data/solr/server/README.txt +110 -113
- data/solr/server/contexts/solr-jetty-context.xml +8 -8
- data/solr/server/etc/jetty-http.xml +47 -0
- data/solr/server/etc/jetty-https-ssl.xml +175 -159
- data/solr/server/etc/jetty-https.xml +53 -0
- data/solr/server/etc/jetty-ssl.xml +46 -0
- data/solr/server/etc/jetty.xml +189 -167
- data/solr/server/etc/webdefault.xml +527 -527
- data/solr/server/lib/javax.servlet-api-3.1.0.jar +0 -0
- data/solr/server/lib/jetty-continuation-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-deploy-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-http-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-io-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-jmx-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-rewrite-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-security-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-server-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-servlet-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-servlets-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-util-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-webapp-9.2.11.v20150529.jar +0 -0
- data/solr/server/lib/jetty-xml-9.2.11.v20150529.jar +0 -0
- data/solr/server/modules/http.mod +9 -0
- data/solr/server/modules/https.mod +9 -0
- data/solr/server/modules/server.mod +11 -0
- data/solr/server/modules/ssl.mod +9 -0
- data/solr/server/resources/jetty-logging.properties +1 -0
- data/solr/server/resources/log4j.properties +24 -24
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/commons-exec-1.3.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{hadoop-annotations-2.3.0.jar → hadoop-annotations-2.6.0.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.6.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/htrace-core-3.0.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.4.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-core-2.5.4.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/jackson-dataformat-smile-2.5.4.jar +0 -0
- 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
- 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
- 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
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-expressions-5.0.0.jar → lucene-expressions-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-grouping-5.0.0.jar → lucene-grouping-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/{lucene-queryparser-5.0.0.jar → lucene-queryparser-5.3.1.jar} +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-sandbox-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/t-digest-3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/web.xml +169 -181
- data/solr/server/solr-webapp/webapp/WEB-INF/weblogic.xml +28 -28
- data/solr/server/solr-webapp/webapp/admin.html +164 -163
- data/solr/server/solr-webapp/webapp/css/angular/analysis.css +304 -0
- data/solr/server/solr-webapp/webapp/css/angular/chosen.css +465 -0
- data/solr/server/solr-webapp/webapp/css/angular/cloud.css +398 -0
- data/solr/server/solr-webapp/webapp/css/angular/common.css +724 -0
- data/solr/server/solr-webapp/webapp/css/angular/cores.css +233 -0
- data/solr/server/solr-webapp/webapp/css/angular/dataimport.css +370 -0
- data/solr/server/solr-webapp/webapp/css/angular/documents.css +179 -0
- data/solr/server/solr-webapp/webapp/css/angular/files.css +53 -0
- data/solr/server/solr-webapp/webapp/css/angular/index.css +206 -0
- data/solr/server/solr-webapp/webapp/css/angular/logging.css +376 -0
- data/solr/server/solr-webapp/webapp/css/angular/menu.css +321 -0
- data/solr/server/solr-webapp/webapp/css/angular/plugins.css +212 -0
- data/solr/server/solr-webapp/webapp/css/angular/query.css +162 -0
- data/solr/server/solr-webapp/webapp/css/angular/replication.css +500 -0
- data/solr/server/solr-webapp/webapp/css/angular/schema-browser.css +567 -0
- data/solr/server/solr-webapp/webapp/css/angular/segments.css +173 -0
- data/solr/server/solr-webapp/webapp/css/angular/threads.css +161 -0
- data/solr/server/solr-webapp/webapp/css/chosen.css +421 -421
- data/solr/server/solr-webapp/webapp/css/styles/analysis.css +311 -311
- data/solr/server/solr-webapp/webapp/css/styles/cloud.css +410 -410
- data/solr/server/solr-webapp/webapp/css/styles/common.css +701 -701
- data/solr/server/solr-webapp/webapp/css/styles/cores.css +244 -244
- data/solr/server/solr-webapp/webapp/css/styles/dashboard.css +155 -155
- data/solr/server/solr-webapp/webapp/css/styles/dataimport.css +403 -403
- data/solr/server/solr-webapp/webapp/css/styles/documents.css +197 -197
- data/solr/server/solr-webapp/webapp/css/styles/files.css +54 -54
- data/solr/server/solr-webapp/webapp/css/styles/index.css +207 -207
- data/solr/server/solr-webapp/webapp/css/styles/java-properties.css +52 -52
- data/solr/server/solr-webapp/webapp/css/styles/logging.css +391 -391
- data/solr/server/solr-webapp/webapp/css/styles/menu.css +329 -328
- data/solr/server/solr-webapp/webapp/css/styles/plugins.css +195 -195
- data/solr/server/solr-webapp/webapp/css/styles/query.css +173 -173
- data/solr/server/solr-webapp/webapp/css/styles/replication.css +515 -515
- data/solr/server/solr-webapp/webapp/css/styles/schema-browser.css +578 -578
- data/solr/server/solr-webapp/webapp/css/styles/segments.css +145 -0
- data/solr/server/solr-webapp/webapp/css/styles/threads.css +172 -172
- data/solr/server/solr-webapp/webapp/img/chosen-sprite-2x.png +0 -0
- data/solr/server/solr-webapp/webapp/img/filetypes/README +27 -27
- data/solr/server/solr-webapp/webapp/img/solr.svg +39 -39
- data/solr/server/solr-webapp/webapp/index.html +208 -0
- data/solr/server/solr-webapp/webapp/js/angular/app.js +713 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/analysis.js +199 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/cloud.js +528 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/core-overview.js +225 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/cores.js +465 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/dataimport.js +284 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/documents.js +139 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/files.js +92 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/index.js +95 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/java-properties.js +45 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/logging.js +146 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/plugins.js +166 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/query.js +99 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/replication.js +227 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/schema-browser.js +432 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/segments.js +94 -0
- data/solr/server/solr-webapp/webapp/js/angular/controllers/threads.js +51 -0
- data/solr/server/solr-webapp/webapp/js/angular/services.js +214 -0
- data/solr/server/solr-webapp/webapp/js/lib/ZeroClipboard.js +342 -342
- data/solr/server/solr-webapp/webapp/js/lib/chosen.js +982 -982
- data/solr/server/solr-webapp/webapp/js/lib/console.js +29 -29
- data/solr/server/solr-webapp/webapp/js/lib/d3.js +9373 -9373
- data/solr/server/solr-webapp/webapp/js/lib/highlight.js +31 -31
- data/solr/server/solr-webapp/webapp/js/lib/jquery-1.7.2.min.js +30 -30
- data/solr/server/solr-webapp/webapp/js/lib/jquery.ajaxfileupload.js +184 -184
- data/solr/server/solr-webapp/webapp/js/lib/jquery.blockUI.js +523 -523
- data/solr/server/solr-webapp/webapp/js/lib/jquery.cookie.js +71 -71
- data/solr/server/solr-webapp/webapp/js/lib/jquery.form.js +806 -806
- data/solr/server/solr-webapp/webapp/js/lib/jquery.jstree.js +3534 -3534
- data/solr/server/solr-webapp/webapp/js/lib/jquery.sammy.js +1863 -1863
- data/solr/server/solr-webapp/webapp/js/lib/jquery.timeago.js +189 -189
- data/solr/server/solr-webapp/webapp/js/lib/linker.js +48 -48
- data/solr/server/solr-webapp/webapp/js/lib/naturalSort.js +82 -0
- data/solr/server/solr-webapp/webapp/js/lib/order.js +216 -216
- data/solr/server/solr-webapp/webapp/js/main.js +60 -58
- data/solr/server/solr-webapp/webapp/js/require.js +11349 -11349
- data/solr/server/solr-webapp/webapp/js/scripts/analysis.js +545 -545
- data/solr/server/solr-webapp/webapp/js/scripts/app.js +680 -679
- data/solr/server/solr-webapp/webapp/js/scripts/cloud.js +877 -877
- data/solr/server/solr-webapp/webapp/js/scripts/cores.js +719 -719
- data/solr/server/solr-webapp/webapp/js/scripts/dashboard.js +562 -562
- data/solr/server/solr-webapp/webapp/js/scripts/dataimport.js +812 -812
- data/solr/server/solr-webapp/webapp/js/scripts/documents.js +370 -370
- data/solr/server/solr-webapp/webapp/js/scripts/files.js +265 -265
- data/solr/server/solr-webapp/webapp/js/scripts/index.js +340 -340
- data/solr/server/solr-webapp/webapp/js/scripts/java-properties.js +106 -106
- data/solr/server/solr-webapp/webapp/js/scripts/logging.js +578 -576
- data/solr/server/solr-webapp/webapp/js/scripts/ping.js +72 -72
- data/solr/server/solr-webapp/webapp/js/scripts/plugins.js +462 -462
- data/solr/server/solr-webapp/webapp/js/scripts/query.js +229 -229
- data/solr/server/solr-webapp/webapp/js/scripts/replication.js +527 -527
- data/solr/server/solr-webapp/webapp/js/scripts/schema-browser.js +1229 -1229
- data/solr/server/solr-webapp/webapp/js/scripts/segments.js +206 -0
- data/solr/server/solr-webapp/webapp/js/scripts/threads.js +158 -158
- data/solr/server/solr-webapp/webapp/libs/angular-chosen.js +139 -0
- data/solr/server/solr-webapp/webapp/libs/angular-cookies.js +229 -0
- data/solr/server/solr-webapp/webapp/libs/angular-cookies.min.js +31 -0
- data/solr/server/solr-webapp/webapp/libs/angular-resource.min.js +36 -0
- data/solr/server/solr-webapp/webapp/libs/angular-route.js +1018 -0
- data/solr/server/solr-webapp/webapp/libs/angular-route.min.js +38 -0
- data/solr/server/solr-webapp/webapp/libs/angular-sanitize.js +703 -0
- data/solr/server/solr-webapp/webapp/libs/angular-sanitize.min.js +39 -0
- data/solr/server/solr-webapp/webapp/libs/angular.js +26093 -0
- data/solr/server/solr-webapp/webapp/libs/angular.min.js +273 -0
- data/solr/server/solr-webapp/webapp/libs/chosen.jquery.js +1194 -0
- data/solr/server/solr-webapp/webapp/libs/chosen.jquery.min.js +30 -0
- data/solr/server/solr-webapp/webapp/libs/d3.js +9373 -0
- data/solr/server/solr-webapp/webapp/libs/highlight.js +31 -0
- data/solr/server/solr-webapp/webapp/libs/jquery-2.1.3.min.js +29 -0
- data/solr/server/solr-webapp/webapp/libs/jquery.jstree.js +3534 -0
- data/solr/server/solr-webapp/webapp/libs/ngtimeago.js +102 -0
- data/solr/server/solr-webapp/webapp/partials/analysis.html +128 -0
- data/solr/server/solr-webapp/webapp/partials/cloud.html +104 -0
- data/solr/server/solr-webapp/webapp/partials/core_overview.html +227 -0
- data/solr/server/solr-webapp/webapp/partials/cores.html +231 -0
- data/solr/server/solr-webapp/webapp/partials/dataimport.html +209 -0
- data/solr/server/solr-webapp/webapp/partials/documents.html +118 -0
- data/solr/server/solr-webapp/webapp/partials/files.html +47 -0
- data/solr/server/solr-webapp/webapp/partials/index.html +261 -0
- data/solr/server/solr-webapp/webapp/partials/java-properties.html +27 -0
- data/solr/server/solr-webapp/webapp/partials/logging-levels.html +56 -0
- data/solr/server/solr-webapp/webapp/partials/logging.html +56 -0
- data/solr/server/solr-webapp/webapp/partials/plugins.html +72 -0
- data/solr/server/solr-webapp/webapp/partials/query.html +356 -0
- data/solr/server/solr-webapp/webapp/partials/replication.html +239 -0
- data/solr/server/solr-webapp/webapp/partials/schema-browser.html +206 -0
- data/solr/server/solr-webapp/webapp/partials/segments.html +99 -0
- data/solr/server/solr-webapp/webapp/partials/threads.html +65 -0
- data/solr/server/solr-webapp/webapp/tpl/analysis.html +83 -83
- data/solr/server/solr-webapp/webapp/tpl/cloud.html +87 -87
- data/solr/server/solr-webapp/webapp/tpl/cores.html +226 -226
- data/solr/server/solr-webapp/webapp/tpl/dashboard.html +201 -201
- data/solr/server/solr-webapp/webapp/tpl/dataimport.html +183 -183
- data/solr/server/solr-webapp/webapp/tpl/documents.html +107 -107
- data/solr/server/solr-webapp/webapp/tpl/files.html +44 -44
- data/solr/server/solr-webapp/webapp/tpl/index.html +250 -250
- data/solr/server/solr-webapp/webapp/tpl/logging.html +23 -23
- data/solr/server/solr-webapp/webapp/tpl/plugins.html +39 -39
- data/solr/server/solr-webapp/webapp/tpl/query.html +361 -361
- data/solr/server/solr-webapp/webapp/tpl/replication.html +216 -216
- data/solr/server/solr-webapp/webapp/tpl/schema-browser.html +192 -192
- data/solr/server/solr-webapp/webapp/tpl/segments.html +49 -0
- data/solr/server/solr-webapp/webapp/tpl/threads.html +56 -56
- data/solr/server/solr/README.txt +77 -77
- data/solr/server/solr/solr.xml +51 -51
- data/solr/server/solr/zoo.cfg +17 -17
- data/solr/server/start.jar +0 -0
- data/spec/server_spec.rb +3 -8
- metadata +132 -43
- data/solr/server/lib/jetty-continuation-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-deploy-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-http-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-io-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-jmx-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-security-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-server-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-servlet-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-util-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-webapp-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/jetty-xml-8.1.10.v20130312.jar +0 -0
- data/solr/server/lib/servlet-api-3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/.gitignore +0 -1
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-auth-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-common-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/hadoop-hdfs-2.3.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpclient-4.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpcore-4.3.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/httpmime-4.3.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-backward-codecs-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-codecs-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-core-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-highlighter-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-join-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-memory-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-misc-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-queries-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-spatial-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/lucene-suggest-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet-2.1.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/org.restlet.ext.servlet-2.1.1.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-core-5.0.0.jar +0 -0
- data/solr/server/solr-webapp/webapp/WEB-INF/lib/solr-solrj-5.0.0.jar +0 -0
- data/solr/server/webapps/solr.war +0 -0
|
@@ -1,107 +1,107 @@
|
|
|
1
|
-
<!--
|
|
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
|
-
<div id="documents" class="clearfix">
|
|
21
|
-
<div id="form">
|
|
22
|
-
<form action="#" method="post">
|
|
23
|
-
<label for="qt">
|
|
24
|
-
<a rel="help">Request-Handler (qt)</a>
|
|
25
|
-
</label>
|
|
26
|
-
<input type="text" id="qt" value="/update" title="Request handler in solrconfig.xml.">
|
|
27
|
-
<!-- TODO: Add support for uploading docs and a doc wizard -->
|
|
28
|
-
<label for="document-type">
|
|
29
|
-
<a rel="help">Document Type</a>
|
|
30
|
-
</label>
|
|
31
|
-
|
|
32
|
-
<div><select name="document-type" id="document-type" title="The type of the document field">
|
|
33
|
-
<!-- TODO: support the Builder -->
|
|
34
|
-
<option value="csv">CSV</option>
|
|
35
|
-
<option value="wizard">Document Builder</option>
|
|
36
|
-
<option value="upload">File Upload</option>
|
|
37
|
-
<option selected="true" value="json">JSON</option>
|
|
38
|
-
<option value="solr">Solr Command (raw XML or JSON)</option>
|
|
39
|
-
<option value="xml">XML</option>
|
|
40
|
-
<!-- TODO: If other, then, show a text box -->
|
|
41
|
-
<!--<option>Other</option>-->
|
|
42
|
-
</select></div>
|
|
43
|
-
|
|
44
|
-
<div id="document-container">
|
|
45
|
-
<div id="wizard">
|
|
46
|
-
<div id="wizard-fields">
|
|
47
|
-
<div><span class="description">Field</span>: <select id="wiz-field-select" name="wiz-field-select"></select>
|
|
48
|
-
</div>
|
|
49
|
-
<div><span id="wiz-field-data"><span class="description">Field Data</span>:</span> <textarea id="wizard-doc"
|
|
50
|
-
name="wizard-doc"
|
|
51
|
-
rows="10"
|
|
52
|
-
cols="40">Enter your field text here and then click "Add Field" to add the field to the document.</textarea></div>
|
|
53
|
-
</div>
|
|
54
|
-
<div id="wizard-add"><a id="add-field-href" href="#"><img border="0" src="./img/ico/plus-button.png"/>Add
|
|
55
|
-
Field</a></div>
|
|
56
|
-
</div>
|
|
57
|
-
<label for="document">
|
|
58
|
-
<a rel="help">Document(s)</a>
|
|
59
|
-
</label>
|
|
60
|
-
<textarea name="document" id="document" title="The Document" rows="10"
|
|
61
|
-
cols="70">{"id":"change.me","title":"change.me"}</textarea>
|
|
62
|
-
|
|
63
|
-
<div id="file-upload">
|
|
64
|
-
<input type="file" id="the-file" name="the-file"/>
|
|
65
|
-
</div>
|
|
66
|
-
</div>
|
|
67
|
-
|
|
68
|
-
<div id="advanced">
|
|
69
|
-
<!-- TODO: only show for JSON/XML-->
|
|
70
|
-
<div id="attribs">
|
|
71
|
-
<div id="upload-only">
|
|
72
|
-
<label for="erh-params"><!-- TODO: cleaner way to do this? -->
|
|
73
|
-
<a rel="help">Extracting Req. Handler Params</a>
|
|
74
|
-
</label>
|
|
75
|
-
<input type="text" id="erh-params" value="&literal.id=change.me"
|
|
76
|
-
title="Extracting Request Handler Parameters" size="50">
|
|
77
|
-
</div>
|
|
78
|
-
<div id="general-attribs">
|
|
79
|
-
<label for="commitWithin">
|
|
80
|
-
<a rel="help">Commit Within</a>
|
|
81
|
-
</label>
|
|
82
|
-
<input type="text" id="commitWithin" value="1000" title="Commit Within (ms)">
|
|
83
|
-
<label for="overwrite">
|
|
84
|
-
<a rel="help">Overwrite</a>
|
|
85
|
-
</label>
|
|
86
|
-
<input type="text" id="overwrite" value="true" title="Overwrite">
|
|
87
|
-
</div>
|
|
88
|
-
<!-- Boost is json only, since the XML has it embedded -->
|
|
89
|
-
<div id="json-only">
|
|
90
|
-
<label for="boost">
|
|
91
|
-
<a rel="help">Boost</a>
|
|
92
|
-
</label>
|
|
93
|
-
<input type="text" id="boost" value="1.0" title="Document Boost">
|
|
94
|
-
</div>
|
|
95
|
-
</div>
|
|
96
|
-
</div>
|
|
97
|
-
|
|
98
|
-
<button type="submit" id="submit">Submit Document</button>
|
|
99
|
-
</form>
|
|
100
|
-
</div>
|
|
101
|
-
<div id="result">
|
|
102
|
-
<div id="response">
|
|
103
|
-
<!--<iframe src="about:blank"></iframe>-->
|
|
104
|
-
</div>
|
|
105
|
-
|
|
106
|
-
</div>
|
|
107
|
-
</div>
|
|
1
|
+
<!--
|
|
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
|
+
<div id="documents" class="clearfix">
|
|
21
|
+
<div id="form">
|
|
22
|
+
<form action="#" method="post">
|
|
23
|
+
<label for="qt">
|
|
24
|
+
<a rel="help">Request-Handler (qt)</a>
|
|
25
|
+
</label>
|
|
26
|
+
<input type="text" id="qt" value="/update" title="Request handler in solrconfig.xml.">
|
|
27
|
+
<!-- TODO: Add support for uploading docs and a doc wizard -->
|
|
28
|
+
<label for="document-type">
|
|
29
|
+
<a rel="help">Document Type</a>
|
|
30
|
+
</label>
|
|
31
|
+
|
|
32
|
+
<div><select name="document-type" id="document-type" title="The type of the document field">
|
|
33
|
+
<!-- TODO: support the Builder -->
|
|
34
|
+
<option value="csv">CSV</option>
|
|
35
|
+
<option value="wizard">Document Builder</option>
|
|
36
|
+
<option value="upload">File Upload</option>
|
|
37
|
+
<option selected="true" value="json">JSON</option>
|
|
38
|
+
<option value="solr">Solr Command (raw XML or JSON)</option>
|
|
39
|
+
<option value="xml">XML</option>
|
|
40
|
+
<!-- TODO: If other, then, show a text box -->
|
|
41
|
+
<!--<option>Other</option>-->
|
|
42
|
+
</select></div>
|
|
43
|
+
|
|
44
|
+
<div id="document-container">
|
|
45
|
+
<div id="wizard">
|
|
46
|
+
<div id="wizard-fields">
|
|
47
|
+
<div><span class="description">Field</span>: <select id="wiz-field-select" name="wiz-field-select"></select>
|
|
48
|
+
</div>
|
|
49
|
+
<div><span id="wiz-field-data"><span class="description">Field Data</span>:</span> <textarea id="wizard-doc"
|
|
50
|
+
name="wizard-doc"
|
|
51
|
+
rows="10"
|
|
52
|
+
cols="40">Enter your field text here and then click "Add Field" to add the field to the document.</textarea></div>
|
|
53
|
+
</div>
|
|
54
|
+
<div id="wizard-add"><a id="add-field-href" href="#"><img border="0" src="./img/ico/plus-button.png"/>Add
|
|
55
|
+
Field</a></div>
|
|
56
|
+
</div>
|
|
57
|
+
<label for="document">
|
|
58
|
+
<a rel="help">Document(s)</a>
|
|
59
|
+
</label>
|
|
60
|
+
<textarea name="document" id="document" title="The Document" rows="10"
|
|
61
|
+
cols="70">{"id":"change.me","title":"change.me"}</textarea>
|
|
62
|
+
|
|
63
|
+
<div id="file-upload">
|
|
64
|
+
<input type="file" id="the-file" name="the-file"/>
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
|
|
68
|
+
<div id="advanced">
|
|
69
|
+
<!-- TODO: only show for JSON/XML-->
|
|
70
|
+
<div id="attribs">
|
|
71
|
+
<div id="upload-only">
|
|
72
|
+
<label for="erh-params"><!-- TODO: cleaner way to do this? -->
|
|
73
|
+
<a rel="help">Extracting Req. Handler Params</a>
|
|
74
|
+
</label>
|
|
75
|
+
<input type="text" id="erh-params" value="&literal.id=change.me"
|
|
76
|
+
title="Extracting Request Handler Parameters" size="50">
|
|
77
|
+
</div>
|
|
78
|
+
<div id="general-attribs">
|
|
79
|
+
<label for="commitWithin">
|
|
80
|
+
<a rel="help">Commit Within</a>
|
|
81
|
+
</label>
|
|
82
|
+
<input type="text" id="commitWithin" value="1000" title="Commit Within (ms)">
|
|
83
|
+
<label for="overwrite">
|
|
84
|
+
<a rel="help">Overwrite</a>
|
|
85
|
+
</label>
|
|
86
|
+
<input type="text" id="overwrite" value="true" title="Overwrite">
|
|
87
|
+
</div>
|
|
88
|
+
<!-- Boost is json only, since the XML has it embedded -->
|
|
89
|
+
<div id="json-only">
|
|
90
|
+
<label for="boost">
|
|
91
|
+
<a rel="help">Boost</a>
|
|
92
|
+
</label>
|
|
93
|
+
<input type="text" id="boost" value="1.0" title="Document Boost">
|
|
94
|
+
</div>
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
|
|
98
|
+
<button type="submit" id="submit">Submit Document</button>
|
|
99
|
+
</form>
|
|
100
|
+
</div>
|
|
101
|
+
<div id="result">
|
|
102
|
+
<div id="response">
|
|
103
|
+
<!--<iframe src="about:blank"></iframe>-->
|
|
104
|
+
</div>
|
|
105
|
+
|
|
106
|
+
</div>
|
|
107
|
+
</div>
|
|
@@ -1,44 +1,44 @@
|
|
|
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="files" class="clearfix">
|
|
18
|
-
|
|
19
|
-
<div id="frame">
|
|
20
|
-
|
|
21
|
-
<div id="tree-holder">
|
|
22
|
-
|
|
23
|
-
<div id="tree" class="tree">#tree</div>
|
|
24
|
-
|
|
25
|
-
</div>
|
|
26
|
-
<div id="file-content" class="clearfix">
|
|
27
|
-
|
|
28
|
-
<div class="top clearfix">
|
|
29
|
-
|
|
30
|
-
<a id="url" class="address-bar" href="#"></a>
|
|
31
|
-
|
|
32
|
-
</div>
|
|
33
|
-
|
|
34
|
-
<div class="view-file">
|
|
35
|
-
|
|
36
|
-
<div class="response">Loading …</div>
|
|
37
|
-
|
|
38
|
-
</div>
|
|
39
|
-
|
|
40
|
-
</div>
|
|
41
|
-
|
|
42
|
-
</div>
|
|
43
|
-
|
|
44
|
-
</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="files" class="clearfix">
|
|
18
|
+
|
|
19
|
+
<div id="frame">
|
|
20
|
+
|
|
21
|
+
<div id="tree-holder">
|
|
22
|
+
|
|
23
|
+
<div id="tree" class="tree">#tree</div>
|
|
24
|
+
|
|
25
|
+
</div>
|
|
26
|
+
<div id="file-content" class="clearfix">
|
|
27
|
+
|
|
28
|
+
<div class="top clearfix">
|
|
29
|
+
|
|
30
|
+
<a id="url" class="address-bar" href="#"></a>
|
|
31
|
+
|
|
32
|
+
</div>
|
|
33
|
+
|
|
34
|
+
<div class="view-file">
|
|
35
|
+
|
|
36
|
+
<div class="response">Loading …</div>
|
|
37
|
+
|
|
38
|
+
</div>
|
|
39
|
+
|
|
40
|
+
</div>
|
|
41
|
+
|
|
42
|
+
</div>
|
|
43
|
+
|
|
44
|
+
</div>
|
|
@@ -1,250 +1,250 @@
|
|
|
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="index" class="clearfix">
|
|
18
|
-
|
|
19
|
-
<div class="clearfix">
|
|
20
|
-
|
|
21
|
-
<div class="index-left">
|
|
22
|
-
|
|
23
|
-
<div class="block" id="instance">
|
|
24
|
-
|
|
25
|
-
<h2><span>Instance</span></h2>
|
|
26
|
-
|
|
27
|
-
<div class="content">
|
|
28
|
-
|
|
29
|
-
<ul class="data">
|
|
30
|
-
|
|
31
|
-
<li class="start_time"><dl class="clearfix">
|
|
32
|
-
<dt><span>Start</span></dt>
|
|
33
|
-
<dd class="timeago"></dd>
|
|
34
|
-
</dl></li>
|
|
35
|
-
|
|
36
|
-
<li class="host"><dl class="clearfix">
|
|
37
|
-
<dt><span>Host</span></dt>
|
|
38
|
-
<dd></dd>
|
|
39
|
-
</dl></li>
|
|
40
|
-
|
|
41
|
-
<li class="dir dir_cwd"><dl class="clearfix">
|
|
42
|
-
<dt><span>CWD</span></dt>
|
|
43
|
-
<dd></dd>
|
|
44
|
-
</dl></li>
|
|
45
|
-
|
|
46
|
-
<li class="dir dir_instance"><dl class="clearfix">
|
|
47
|
-
<dt><span>Instance</span></dt>
|
|
48
|
-
<dd></dd>
|
|
49
|
-
</dl></li>
|
|
50
|
-
|
|
51
|
-
<li class="dir dir_data"><dl class="clearfix">
|
|
52
|
-
<dt><span>Data</span></dt>
|
|
53
|
-
<dd></dd>
|
|
54
|
-
</dl></li>
|
|
55
|
-
|
|
56
|
-
<li class="dir dir_index"><dl class="clearfix">
|
|
57
|
-
<dt><span>Index</span></dt>
|
|
58
|
-
<dd></dd>
|
|
59
|
-
</dl></li>
|
|
60
|
-
|
|
61
|
-
</ul>
|
|
62
|
-
|
|
63
|
-
</div>
|
|
64
|
-
|
|
65
|
-
</div>
|
|
66
|
-
|
|
67
|
-
<div class="block" id="versions">
|
|
68
|
-
|
|
69
|
-
<h2><span>Versions</span></h2>
|
|
70
|
-
|
|
71
|
-
<div class="content">
|
|
72
|
-
|
|
73
|
-
<ul class="data">
|
|
74
|
-
|
|
75
|
-
<li class="solr solr_spec_version"><dl class="clearfix">
|
|
76
|
-
<dt><span>solr-spec</span></dt>
|
|
77
|
-
<dd></dd>
|
|
78
|
-
</dl></li>
|
|
79
|
-
|
|
80
|
-
<li class="solr_impl_version"><dl class="clearfix">
|
|
81
|
-
<dt class=""><span>solr-impl</span></dt>
|
|
82
|
-
<dd></dd>
|
|
83
|
-
</dl></li>
|
|
84
|
-
|
|
85
|
-
<li class="lucene lucene_spec_version"><dl class="clearfix">
|
|
86
|
-
<dt><span>lucene-spec</span></dt>
|
|
87
|
-
<dd></dd>
|
|
88
|
-
</dl></li>
|
|
89
|
-
|
|
90
|
-
<li class="lucene_impl_version"><dl class="clearfix">
|
|
91
|
-
<dt><span>lucene-impl</span></dt>
|
|
92
|
-
<dd></dd>
|
|
93
|
-
</dl></li>
|
|
94
|
-
|
|
95
|
-
</ul>
|
|
96
|
-
|
|
97
|
-
</div>
|
|
98
|
-
|
|
99
|
-
</div>
|
|
100
|
-
|
|
101
|
-
</div>
|
|
102
|
-
|
|
103
|
-
<div class="index-right">
|
|
104
|
-
|
|
105
|
-
<div class="block" id="system">
|
|
106
|
-
|
|
107
|
-
<h2><span>System</span></h2>
|
|
108
|
-
<a class="reload"><span>reload</span></a>
|
|
109
|
-
|
|
110
|
-
<div class="content">
|
|
111
|
-
|
|
112
|
-
<div id="physical-memory-bar">
|
|
113
|
-
|
|
114
|
-
<p data-desc="physical-memory-bar">Physical Memory</p>
|
|
115
|
-
<div class="bar-holder">
|
|
116
|
-
|
|
117
|
-
<div class="bar-max bar">
|
|
118
|
-
<span class="bar-max val"></span>
|
|
119
|
-
|
|
120
|
-
<div class="bar-total bar">
|
|
121
|
-
<span class="bar-total val"></span>
|
|
122
|
-
|
|
123
|
-
</div>
|
|
124
|
-
|
|
125
|
-
</div>
|
|
126
|
-
|
|
127
|
-
</div>
|
|
128
|
-
|
|
129
|
-
</div>
|
|
130
|
-
|
|
131
|
-
<div id="swap-space-bar">
|
|
132
|
-
|
|
133
|
-
<p data-desc="swap-space-bar">Swap Space</p>
|
|
134
|
-
<div class="bar-holder">
|
|
135
|
-
|
|
136
|
-
<div class="bar-max bar">
|
|
137
|
-
<span class="bar-max val"></span>
|
|
138
|
-
|
|
139
|
-
<div class="bar-total bar">
|
|
140
|
-
<span class="bar-total val"></span>
|
|
141
|
-
|
|
142
|
-
</div>
|
|
143
|
-
|
|
144
|
-
</div>
|
|
145
|
-
|
|
146
|
-
</div>
|
|
147
|
-
|
|
148
|
-
</div>
|
|
149
|
-
|
|
150
|
-
<div id="file-descriptor-bar">
|
|
151
|
-
|
|
152
|
-
<p data-desc="file-descriptor-bar">File Descriptor Count</p>
|
|
153
|
-
<div class="bar-holder">
|
|
154
|
-
|
|
155
|
-
<div class="bar-max bar">
|
|
156
|
-
<span class="bar-max val"></span>
|
|
157
|
-
|
|
158
|
-
<div class="bar-total bar">
|
|
159
|
-
<span class="bar-total val"></span>
|
|
160
|
-
|
|
161
|
-
</div>
|
|
162
|
-
|
|
163
|
-
</div>
|
|
164
|
-
|
|
165
|
-
</div>
|
|
166
|
-
|
|
167
|
-
</div>
|
|
168
|
-
|
|
169
|
-
<p class="no-info">Sorry, no information available</p>
|
|
170
|
-
|
|
171
|
-
</div>
|
|
172
|
-
|
|
173
|
-
</div>
|
|
174
|
-
|
|
175
|
-
</div>
|
|
176
|
-
|
|
177
|
-
</div>
|
|
178
|
-
|
|
179
|
-
<div class="clearfix">
|
|
180
|
-
|
|
181
|
-
<div class="index-left">
|
|
182
|
-
|
|
183
|
-
<div class="block" id="jvm">
|
|
184
|
-
|
|
185
|
-
<h2><span>JVM</span></h2>
|
|
186
|
-
|
|
187
|
-
<div class="content clearfix">
|
|
188
|
-
|
|
189
|
-
<ul class="data">
|
|
190
|
-
|
|
191
|
-
<li class="jvm_version"><dl class="clearfix">
|
|
192
|
-
<dt><span>Runtime</span></dt>
|
|
193
|
-
<dd></dd>
|
|
194
|
-
</dl></li>
|
|
195
|
-
|
|
196
|
-
<li class="processors"><dl class="clearfix">
|
|
197
|
-
<dt><span>Processors</span></dt>
|
|
198
|
-
<dd></dd>
|
|
199
|
-
</dl></li>
|
|
200
|
-
|
|
201
|
-
<li class="command_line_args"><dl class="clearfix">
|
|
202
|
-
<dt><span>Args</span></dt>
|
|
203
|
-
<dd></dd>
|
|
204
|
-
</dl></li>
|
|
205
|
-
|
|
206
|
-
</ul>
|
|
207
|
-
|
|
208
|
-
</div>
|
|
209
|
-
|
|
210
|
-
</div>
|
|
211
|
-
|
|
212
|
-
</div>
|
|
213
|
-
<div class="index-right">
|
|
214
|
-
|
|
215
|
-
<div class="block" id="jvm-memory">
|
|
216
|
-
|
|
217
|
-
<h2><span data-desc="jvm-memory-bar">JVM-Memory</span></h2>
|
|
218
|
-
|
|
219
|
-
<div class="content">
|
|
220
|
-
|
|
221
|
-
<div id="jvm-memory-bar">
|
|
222
|
-
<div class="bar-holder">
|
|
223
|
-
|
|
224
|
-
<div class="bar-max bar">
|
|
225
|
-
<span class="bar-max val"></span>
|
|
226
|
-
|
|
227
|
-
<div class="bar-total bar">
|
|
228
|
-
<span class="bar-total val"></span>
|
|
229
|
-
|
|
230
|
-
<div class="bar-used bar">
|
|
231
|
-
<span class="bar-used val"></span>
|
|
232
|
-
|
|
233
|
-
</div>
|
|
234
|
-
|
|
235
|
-
</div>
|
|
236
|
-
|
|
237
|
-
</div>
|
|
238
|
-
|
|
239
|
-
</div>
|
|
240
|
-
</div>
|
|
241
|
-
|
|
242
|
-
</div>
|
|
243
|
-
|
|
244
|
-
</div>
|
|
245
|
-
|
|
246
|
-
</div>
|
|
247
|
-
|
|
248
|
-
</div>
|
|
249
|
-
|
|
250
|
-
</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="index" class="clearfix">
|
|
18
|
+
|
|
19
|
+
<div class="clearfix">
|
|
20
|
+
|
|
21
|
+
<div class="index-left">
|
|
22
|
+
|
|
23
|
+
<div class="block" id="instance">
|
|
24
|
+
|
|
25
|
+
<h2><span>Instance</span></h2>
|
|
26
|
+
|
|
27
|
+
<div class="content">
|
|
28
|
+
|
|
29
|
+
<ul class="data">
|
|
30
|
+
|
|
31
|
+
<li class="start_time"><dl class="clearfix">
|
|
32
|
+
<dt><span>Start</span></dt>
|
|
33
|
+
<dd class="timeago"></dd>
|
|
34
|
+
</dl></li>
|
|
35
|
+
|
|
36
|
+
<li class="host"><dl class="clearfix">
|
|
37
|
+
<dt><span>Host</span></dt>
|
|
38
|
+
<dd></dd>
|
|
39
|
+
</dl></li>
|
|
40
|
+
|
|
41
|
+
<li class="dir dir_cwd"><dl class="clearfix">
|
|
42
|
+
<dt><span>CWD</span></dt>
|
|
43
|
+
<dd></dd>
|
|
44
|
+
</dl></li>
|
|
45
|
+
|
|
46
|
+
<li class="dir dir_instance"><dl class="clearfix">
|
|
47
|
+
<dt><span>Instance</span></dt>
|
|
48
|
+
<dd></dd>
|
|
49
|
+
</dl></li>
|
|
50
|
+
|
|
51
|
+
<li class="dir dir_data"><dl class="clearfix">
|
|
52
|
+
<dt><span>Data</span></dt>
|
|
53
|
+
<dd></dd>
|
|
54
|
+
</dl></li>
|
|
55
|
+
|
|
56
|
+
<li class="dir dir_index"><dl class="clearfix">
|
|
57
|
+
<dt><span>Index</span></dt>
|
|
58
|
+
<dd></dd>
|
|
59
|
+
</dl></li>
|
|
60
|
+
|
|
61
|
+
</ul>
|
|
62
|
+
|
|
63
|
+
</div>
|
|
64
|
+
|
|
65
|
+
</div>
|
|
66
|
+
|
|
67
|
+
<div class="block" id="versions">
|
|
68
|
+
|
|
69
|
+
<h2><span>Versions</span></h2>
|
|
70
|
+
|
|
71
|
+
<div class="content">
|
|
72
|
+
|
|
73
|
+
<ul class="data">
|
|
74
|
+
|
|
75
|
+
<li class="solr solr_spec_version"><dl class="clearfix">
|
|
76
|
+
<dt><span>solr-spec</span></dt>
|
|
77
|
+
<dd></dd>
|
|
78
|
+
</dl></li>
|
|
79
|
+
|
|
80
|
+
<li class="solr_impl_version"><dl class="clearfix">
|
|
81
|
+
<dt class=""><span>solr-impl</span></dt>
|
|
82
|
+
<dd></dd>
|
|
83
|
+
</dl></li>
|
|
84
|
+
|
|
85
|
+
<li class="lucene lucene_spec_version"><dl class="clearfix">
|
|
86
|
+
<dt><span>lucene-spec</span></dt>
|
|
87
|
+
<dd></dd>
|
|
88
|
+
</dl></li>
|
|
89
|
+
|
|
90
|
+
<li class="lucene_impl_version"><dl class="clearfix">
|
|
91
|
+
<dt><span>lucene-impl</span></dt>
|
|
92
|
+
<dd></dd>
|
|
93
|
+
</dl></li>
|
|
94
|
+
|
|
95
|
+
</ul>
|
|
96
|
+
|
|
97
|
+
</div>
|
|
98
|
+
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
<div class="index-right">
|
|
104
|
+
|
|
105
|
+
<div class="block" id="system">
|
|
106
|
+
|
|
107
|
+
<h2><span>System</span></h2>
|
|
108
|
+
<a class="reload"><span>reload</span></a>
|
|
109
|
+
|
|
110
|
+
<div class="content">
|
|
111
|
+
|
|
112
|
+
<div id="physical-memory-bar">
|
|
113
|
+
|
|
114
|
+
<p data-desc="physical-memory-bar">Physical Memory</p>
|
|
115
|
+
<div class="bar-holder">
|
|
116
|
+
|
|
117
|
+
<div class="bar-max bar">
|
|
118
|
+
<span class="bar-max val"></span>
|
|
119
|
+
|
|
120
|
+
<div class="bar-total bar">
|
|
121
|
+
<span class="bar-total val"></span>
|
|
122
|
+
|
|
123
|
+
</div>
|
|
124
|
+
|
|
125
|
+
</div>
|
|
126
|
+
|
|
127
|
+
</div>
|
|
128
|
+
|
|
129
|
+
</div>
|
|
130
|
+
|
|
131
|
+
<div id="swap-space-bar">
|
|
132
|
+
|
|
133
|
+
<p data-desc="swap-space-bar">Swap Space</p>
|
|
134
|
+
<div class="bar-holder">
|
|
135
|
+
|
|
136
|
+
<div class="bar-max bar">
|
|
137
|
+
<span class="bar-max val"></span>
|
|
138
|
+
|
|
139
|
+
<div class="bar-total bar">
|
|
140
|
+
<span class="bar-total val"></span>
|
|
141
|
+
|
|
142
|
+
</div>
|
|
143
|
+
|
|
144
|
+
</div>
|
|
145
|
+
|
|
146
|
+
</div>
|
|
147
|
+
|
|
148
|
+
</div>
|
|
149
|
+
|
|
150
|
+
<div id="file-descriptor-bar">
|
|
151
|
+
|
|
152
|
+
<p data-desc="file-descriptor-bar">File Descriptor Count</p>
|
|
153
|
+
<div class="bar-holder">
|
|
154
|
+
|
|
155
|
+
<div class="bar-max bar">
|
|
156
|
+
<span class="bar-max val"></span>
|
|
157
|
+
|
|
158
|
+
<div class="bar-total bar">
|
|
159
|
+
<span class="bar-total val"></span>
|
|
160
|
+
|
|
161
|
+
</div>
|
|
162
|
+
|
|
163
|
+
</div>
|
|
164
|
+
|
|
165
|
+
</div>
|
|
166
|
+
|
|
167
|
+
</div>
|
|
168
|
+
|
|
169
|
+
<p class="no-info">Sorry, no information available</p>
|
|
170
|
+
|
|
171
|
+
</div>
|
|
172
|
+
|
|
173
|
+
</div>
|
|
174
|
+
|
|
175
|
+
</div>
|
|
176
|
+
|
|
177
|
+
</div>
|
|
178
|
+
|
|
179
|
+
<div class="clearfix">
|
|
180
|
+
|
|
181
|
+
<div class="index-left">
|
|
182
|
+
|
|
183
|
+
<div class="block" id="jvm">
|
|
184
|
+
|
|
185
|
+
<h2><span>JVM</span></h2>
|
|
186
|
+
|
|
187
|
+
<div class="content clearfix">
|
|
188
|
+
|
|
189
|
+
<ul class="data">
|
|
190
|
+
|
|
191
|
+
<li class="jvm_version"><dl class="clearfix">
|
|
192
|
+
<dt><span>Runtime</span></dt>
|
|
193
|
+
<dd></dd>
|
|
194
|
+
</dl></li>
|
|
195
|
+
|
|
196
|
+
<li class="processors"><dl class="clearfix">
|
|
197
|
+
<dt><span>Processors</span></dt>
|
|
198
|
+
<dd></dd>
|
|
199
|
+
</dl></li>
|
|
200
|
+
|
|
201
|
+
<li class="command_line_args"><dl class="clearfix">
|
|
202
|
+
<dt><span>Args</span></dt>
|
|
203
|
+
<dd></dd>
|
|
204
|
+
</dl></li>
|
|
205
|
+
|
|
206
|
+
</ul>
|
|
207
|
+
|
|
208
|
+
</div>
|
|
209
|
+
|
|
210
|
+
</div>
|
|
211
|
+
|
|
212
|
+
</div>
|
|
213
|
+
<div class="index-right">
|
|
214
|
+
|
|
215
|
+
<div class="block" id="jvm-memory">
|
|
216
|
+
|
|
217
|
+
<h2><span data-desc="jvm-memory-bar">JVM-Memory</span></h2>
|
|
218
|
+
|
|
219
|
+
<div class="content">
|
|
220
|
+
|
|
221
|
+
<div id="jvm-memory-bar">
|
|
222
|
+
<div class="bar-holder">
|
|
223
|
+
|
|
224
|
+
<div class="bar-max bar">
|
|
225
|
+
<span class="bar-max val"></span>
|
|
226
|
+
|
|
227
|
+
<div class="bar-total bar">
|
|
228
|
+
<span class="bar-total val"></span>
|
|
229
|
+
|
|
230
|
+
<div class="bar-used bar">
|
|
231
|
+
<span class="bar-used val"></span>
|
|
232
|
+
|
|
233
|
+
</div>
|
|
234
|
+
|
|
235
|
+
</div>
|
|
236
|
+
|
|
237
|
+
</div>
|
|
238
|
+
|
|
239
|
+
</div>
|
|
240
|
+
</div>
|
|
241
|
+
|
|
242
|
+
</div>
|
|
243
|
+
|
|
244
|
+
</div>
|
|
245
|
+
|
|
246
|
+
</div>
|
|
247
|
+
|
|
248
|
+
</div>
|
|
249
|
+
|
|
250
|
+
</div>
|