Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html Sun Aug 30 13:27:07 2015 @@ -0,0 +1,250 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<div id="index" class="clearfix"> + + <div class="clearfix"> + + <div class="index-left"> + + <div class="block" id="instance"> + + <h2><span>Instance</span></h2> + + <div class="content"> + + <ul class="data"> + + <li class="start_time"><dl class="clearfix"> + <dt><span>Start</span></dt> + <dd class="timeago"></dd> + </dl></li> + + <li class="host"><dl class="clearfix"> + <dt><span>Host</span></dt> + <dd></dd> + </dl></li> + + <li class="dir dir_cwd"><dl class="clearfix"> + <dt><span>CWD</span></dt> + <dd></dd> + </dl></li> + + <li class="dir dir_instance"><dl class="clearfix"> + <dt><span>Instance</span></dt> + <dd></dd> + </dl></li> + + <li class="dir dir_data"><dl class="clearfix"> + <dt><span>Data</span></dt> + <dd></dd> + </dl></li> + + <li class="dir dir_index"><dl class="clearfix"> + <dt><span>Index</span></dt> + <dd></dd> + </dl></li> + + </ul> + + </div> + + </div> + + <div class="block" id="versions"> + + <h2><span>Versions</span></h2> + + <div class="content"> + + <ul class="data"> + + <li class="solr solr_spec_version"><dl class="clearfix"> + <dt><span>solr-spec</span></dt> + <dd></dd> + </dl></li> + + <li class="solr_impl_version"><dl class="clearfix"> + <dt class=""><span>solr-impl</span></dt> + <dd></dd> + </dl></li> + + <li class="lucene lucene_spec_version"><dl class="clearfix"> + <dt><span>lucene-spec</span></dt> + <dd></dd> + </dl></li> + + <li class="lucene_impl_version"><dl class="clearfix"> + <dt><span>lucene-impl</span></dt> + <dd></dd> + </dl></li> + + </ul> + + </div> + + </div> + + </div> + + <div class="index-right"> + + <div class="block" id="system"> + + <h2><span>System</span></h2> + <a class="reload"><span>reload</span></a> + + <div class="content"> + + <div id="physical-memory-bar"> + + <p data-desc="physical-memory-bar">Physical Memory</p> + <div class="bar-holder"> + + <div class="bar-max bar"> + <span class="bar-max val"></span> + + <div class="bar-total bar"> + <span class="bar-total val"></span> + + </div> + + </div> + + </div> + + </div> + + <div id="swap-space-bar"> + + <p data-desc="swap-space-bar">Swap Space</p> + <div class="bar-holder"> + + <div class="bar-max bar"> + <span class="bar-max val"></span> + + <div class="bar-total bar"> + <span class="bar-total val"></span> + + </div> + + </div> + + </div> + + </div> + + <div id="file-descriptor-bar"> + + <p data-desc="file-descriptor-bar">File Descriptor Count</p> + <div class="bar-holder"> + + <div class="bar-max bar"> + <span class="bar-max val"></span> + + <div class="bar-total bar"> + <span class="bar-total val"></span> + + </div> + + </div> + + </div> + + </div> + + <p class="no-info">Sorry, no information available</p> + + </div> + + </div> + + </div> + + </div> + + <div class="clearfix"> + + <div class="index-left"> + + <div class="block" id="jvm"> + + <h2><span>JVM</span></h2> + + <div class="content clearfix"> + + <ul class="data"> + + <li class="jvm_version"><dl class="clearfix"> + <dt><span>Runtime</span></dt> + <dd></dd> + </dl></li> + + <li class="processors"><dl class="clearfix"> + <dt><span>Processors</span></dt> + <dd></dd> + </dl></li> + + <li class="command_line_args"><dl class="clearfix"> + <dt><span>Args</span></dt> + <dd></dd> + </dl></li> + + </ul> + + </div> + + </div> + + </div> + <div class="index-right"> + + <div class="block" id="jvm-memory"> + + <h2><span data-desc="jvm-memory-bar">JVM-Memory</span></h2> + + <div class="content"> + + <div id="jvm-memory-bar"> + <div class="bar-holder"> + + <div class="bar-max bar"> + <span class="bar-max val"></span> + + <div class="bar-total bar"> + <span class="bar-total val"></span> + + <div class="bar-used bar"> + <span class="bar-used val"></span> + + </div> + + </div> + + </div> + + </div> + </div> + + </div> + + </div> + + </div> + + </div> + +</div> \ No newline at end of file
Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/index.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/logging.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/logging.html?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/logging.html (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/logging.html Sun Aug 30 13:27:07 2015 @@ -0,0 +1,23 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<div id="logging" class="clearfix"> + + <div id="frame"> + + </div> + +</div> Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/logging.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/logging.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/logging.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/plugins.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/plugins.html?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/plugins.html (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/plugins.html Sun Aug 30 13:27:07 2015 @@ -0,0 +1,39 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<div id="plugins" class="clearfix"> + + <div id="frame"> + + </div> + + <div id="navigation" class="clearfix"> + + <ul> + </ul> + + </div> + + <div id="recording"> + <div class="wrapper clearfix"> + + <p class="loader">Watching for Changes</p> + <button class="primary">Stop & Show Changes</button> + + </div> + </div> + +</div> Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/plugins.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/plugins.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/plugins.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/query.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/query.html?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/query.html (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/query.html Sun Aug 30 13:27:07 2015 @@ -0,0 +1,361 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<div id="query" class="clearfix"> + + <div id="form"> + + <form action="#" method="get"> + + <label for="qt"> + <a rel="help">Request-Handler (qt)</a> + </label> + <input type="text" id="qt" value="/select" title="Request handler in solrconfig.xml."> + + <fieldset class="common"> + <legend>common</legend> + <div class="fieldset"> + + <label for="q"> + q + </label> + <textarea name="q" id="q" title="The query string.">*:*</textarea> + + <label for="fq"> + <a rel="help">fq</a> + </label> + <div class="multiple"> + <div class="row clearfix"> + <input type="text" id="fq" name="fq" title="Filter query."> + <div class="buttons"> + <a class="rem" data-action="0"><span>[-]</span></a> + <a class="add" data-action="1"><span>[+]</span></a> + </div> + </div> + </div> + + <label for="sort"> + <a rel="help">sort</a> + </label> + <input type="text" id="sort" name="sort" title="Sort field or function with asc|desc."> + + <label for="start"> + <a rel="help">start</a>, + <a rel="help">rows</a> + </label> + <div class="clearfix"> + <input type="text" name="start" id="start" placeholder="0" pattern="[0-9]+" title="Number of leading documents to skip. (Integer)"> + <input type="text" name="rows" id="rows" placeholder="10" pattern="[0-9]+" title="Number of documents to return after 'start'. (Integer)"> + </div> + + <label for="fl"> + <a rel="help">fl</a> + </label> + <input type="text" name="fl" id="fl" value="" title="Field list, comma separated."> + + <label for="df"> + <a rel="help">df</a> + </label> + <input type="text" name="df" id="df" value="" title="Default search field"> + + <label for="custom_parameters"> + <a rel="help">Raw Query Parameters</a> + </label> + <input type="text" id="custom_parameters" value="" placeholder="key1=val1&key2=val2"> + + <label for="wt"> + <a rel="help">wt</a> + </label> + <select name="wt" id="wt" title="The writer type (response format)."> + <option>json</option> + <option>xml</option> + <option>python</option> + <option>ruby</option> + <option>php</option> + <option>csv</option> + </select> + + <label for="indent" class="checkbox"> + <input type="checkbox" name="indent" id="indent" value="true" title="Indent results." checked="checked"> + <a rel="help">indent</a> + </label> + + <label for="debugQuery" class="checkbox"> + <input type="checkbox" name="debugQuery" id="debugQuery" value="true" title="Show timing and diagnostics."> + <a rel="help">debugQuery</a> + </label> + + </div> + </fieldset> + + <fieldset class="dismax optional"> + <legend> + <label for="dismax" class="checkbox"> + <input type="checkbox" name="defType" id="dismax" value="dismax"> + dismax + </label> + </legend> + <div class="fieldset"> + + <label for="q_alt">q.alt</label> + <input type="text" name="q.alt" id="q_alt" title="Alternate query when 'q' is absent."> + + <label for="qf">qf</label> + <input type="text" name="qf" id="qf" title="Query fields with optional boosts."> + + <label for="mm">mm</label> + <input type="text" name="mm" id="mm" title="Min-should-match expression."> + + <label for="pf">pf</label> + <input type="text" name="pf" id="pf" title="Phrase boosted fields."> + + <label for="ps">ps</label> + <input type="text" name="ps" id="ps" title="Phrase boost slop."> + + <label for="qs">qs</label> + <input type="text" name="qs" id="qs" title="Query string phrase slop."> + + <label for="tie">tie</label> + <input type="text" name="tie" id="tie" title="Score tie-breaker. Try 0.1."> + + <label for="bq">bq</label> + <input type="text" name="bq" id="bq" title="Boost query."> + + <label for="bf">bf</label> + <input type="text" name="bf" id="bf" title="Boost function (added)."> + + </div> + </fieldset> + + <fieldset class="edismax optional"> + <legend> + <label for="edismax" class="checkbox"> + <input type="checkbox" name="defType" id="edismax" value="edismax"> + <strong>e</strong>dismax + </label> + </legend> + <div class="fieldset"> + + <label for="edismax_q_alt">q.alt</label> + <input type="text" name="q.alt" id="edismax_q_alt" title="Alternate query when 'q' is absent."> + + <label for="edismax_qf">qf</label> + <input type="text" name="qf" id="edismax_qf" title="Query fields with optional boosts."> + + <label for="edismax_mm">mm</label> + <input type="text" name="mm" id="edismax_mm" title="Min-should-match expression."> + + <label for="edismax_pf">pf</label> + <input type="text" name="pf" id="edismax_pf" title="Phrase boosted fields."> + + <label for="edismax_ps">ps</label> + <input type="text" name="ps" id="edismax_ps" title="Phrase boost slop."> + + <label for="edismax_qs">qs</label> + <input type="text" name="qs" id="edismax_qs" title="Query string phrase slop."> + + <label for="edismax_tie">tie</label> + <input type="text" name="tie" id="edismax_tie" title="Score tie-breaker. Try 0.1."> + + <label for="edismax_bq">bq</label> + <input type="text" name="bq" id="edismax_bq" title="Boost query."> + + <label for="edismax_bf">bf</label> + <input type="text" name="bf" id="edismax_bf" title="Boost function (added)."> + + <label for="edismax_uf" title="User Fields">uf</label> + <input type="text" name="uf" id="edismax_uf"> + + <label for="edismax_pf2" title="bigram phrase boost fields">pf2</label> + <input type="text" name="pf2" id="edismax_pf2"> + + <label for="edismax_pf3" title="trigram phrase boost fields">pf3</label> + <input type="text" name="pf3" id="edismax_pf3"> + + <label for="edismax_ps2" title="phrase slop for bigram phrases">ps2</label> + <input type="text" name="ps2" id="edismax_ps2"> + + <label for="edismax_ps3" title="phrase slop for trigram phrases">ps3</label> + <input type="text" name="ps3" id="edismax_ps3"> + + <label for="edismax_boost" title="multiplicative boost function">boost</label> + <input type="text" name="boost" id="edismax_boost"> + + <label for="edismax_stopwords" class="checkbox" title="remove stopwords from mandatory 'matching' component"> + <input type="checkbox" name="stopwords" id="edismax_stopwords" value="true" checked="checked"> + stopwords + </label> + + <label for="edismax_lowercaseOperators" class="checkbox" title="Enable lower-case 'and' and 'or' as operators"> + <input type="checkbox" name="lowercaseOperators" id="edismax_lowercaseOperators" value="true" checked="checked"> + lowercaseOperators + </label> + + </div> + </fieldset> + + <fieldset class="hl optional"> + <legend> + <label for="hl" class="checkbox"> + <input type="checkbox" name="hl" id="hl" value="true" title="Enable highlighting."> + hl + </label> + </legend> + <div class="fieldset"> + + <label for="hl_fl">hl.fl</label> + <input type="text" name="hl.fl" id="hl_fl" value="" title="Fields to highlight on."> + + <label for="hl_simple_pre">hl.simple.pre</label> + <input type="text" name="hl.simple.pre" id="hl_simple_pre" value="<em>"> + + <label for="hl_simple_post">hl.simple.post</label> + <input type="text" name="hl.simple.post" id="hl_simple_post" value="</em>"> + + <label for="hl_requireFieldMatch" class="checkbox"> + <input type="checkbox" name="hl.requireFieldMatch" id="hl_requireFieldMatch" value="true"> + hl.requireFieldMatch + </label> + + <label for="hl_usePhraseHighlighter" class="checkbox"> + <input type="checkbox" name="hl.usePhraseHighlighter" id="hl_usePhraseHighlighter" value="true"> + hl.usePhraseHighlighter + </label> + + <label for="hl_highlightMultiTerm" class="checkbox"> + <input type="checkbox" name="hl.highlightMultiTerm" id="hl_highlightMultiTerm" value="true"> + hl.highlightMultiTerm + </label> + + </div> + </fieldset> + + <fieldset class="facet optional"> + <legend> + <label for="facet" class="checkbox"> + <input type="checkbox" name="facet" id="facet" value="true"> + facet + </label> + </legend> + <div class="fieldset"> + + <label for="facet_query">facet.query</label> + <textarea name="facet.query" id="facet_query"></textarea> + + <label for="facet_field">facet.field</label> + <input type="text" name="facet.field" id="facet_field"> + + <label for="facet_prefix">facet.prefix</label> + <input type="text" name="facet.prefix" id="facet_prefix"> + + </div> + </fieldset> + + <fieldset class="spatial optional"> + <legend> + <label for="spatial" class="checkbox"> + <input type="checkbox" name="spatial" id="spatial" value="true"> + spatial + </label> + </legend> + <div class="fieldset"> + + <label for="pt">pt</label> + <input type="text" name="pt" id="pt"> + + <label for="sfield">sfield</label> + <input type="text" name="sfield" id="sfield"> + + <label for="d">d</label> + <input type="text" name="d" id="d"> + + </div> + </fieldset> + + <fieldset class="spellcheck optional"> + <legend> + <label for="spellcheck" class="checkbox"> + <input type="checkbox" name="spellcheck" id="spellcheck" value="true"> + spellcheck + </label> + </legend> + <div class="fieldset"> + + <label for="spellcheck_build" class="checkbox"> + <input type="checkbox" name="spellcheck.build" id="spellcheck_build" value="true"> + spellcheck.build + </label> + + <label for="spellcheck_reload" class="checkbox"> + <input type="checkbox" name="spellcheck.reload" id="spellcheck_reload" value="true"> + spellcheck.reload + </label> + + <label for="spellcheck_q">spellcheck.q</label> + <input type="text" name="spellcheck.q" id="spellcheck_q"> + + <label for="spellcheck_dictionary">spellcheck.dictionary</label> + <input type="text" name="spellcheck.dictionary" id="spellcheck_dictionary"> + + <label for="spellcheck_count">spellcheck.count</label> + <input type="text" name="spellcheck.count" id="spellcheck_count"> + + <label for="spellcheck_onlyMorePopular" class="checkbox"> + <input type="checkbox" name="spellcheck.onlyMorePopular" id="spellcheck_onlyMorePopular" value="true"> + spellcheck.onlyMorePopular + </label> + + <label for="spellcheck_extendedResults" class="checkbox"> + <input type="checkbox" name="spellcheck.extendedResults" id="spellcheck_extendedResults" value="true"> + spellcheck.extendedResults + </label> + + <label for="spellcheck_collate" class="checkbox"> + <input type="checkbox" name="spellcheck.collate" id="spellcheck_collate" value="true"> + spellcheck.collate + </label> + + <label for="spellcheck_maxCollations">spellcheck.maxCollations</label> + <input type="text" name="spellcheck.maxCollations" id="spellcheck_maxCollations"> + + <label for="spellcheck_maxCollationTries">spellcheck.maxCollationTries</label> + <input type="text" name="spellcheck.maxCollationTries" id="spellcheck_maxCollationTries"> + + <label for="spellcheck_accuracy">spellcheck.accuracy</label> + <input type="text" name="spellcheck.accuracy" id="spellcheck_accuracy"> + + </fieldset> + + + <button type="submit">Execute Query</button> + + </form> + + </div> + + <div id="result"> + + <a id="url" class="address-bar" href="#"></a> + + <div id="response"> + + <iframe src="about:blank"></iframe> + + </div> + + </div> + +</div> \ No newline at end of file Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/query.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/query.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/query.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/replication.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/replication.html?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/replication.html (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/replication.html Sun Aug 30 13:27:07 2015 @@ -0,0 +1,216 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<div id="replication" class="clearfix"> + + <div id="frame"> + + <div id="error"></div> + + <div class="replicating block"> + + <div id="progress"> + + <div id="start"><div class="info"> + + <span>Wed May 11 19:41:48 UTC 2011</span> + + </div></div> + + <div id="speed"><div class="info"> + + <span>5.1 MB</span>/s + + </div></div> + + <div id="bar"> + + <div id="bar-info"><div class="info"> + + <div class="files"><span>24</span> Files</div> + <div class="size"><span>226.85 MB</span></div> + + </div></div> + + <div id="eta"><div class="info"> + + ETA: <span>25s</span> + + </div></div> + + <div id="done" style="width: 20.0%;"> + + <div class="percent"> + + <span>20</span>% + + </div> + + <div id="done-info"><div class="info"> + + <div class="files"><span>2</span> Files</div> + <div class="size"><span>91.76 MB</span></div> + + </div></div> + + </div> + + </div> + + </div> + + <div id="current-file" class="clearfix"> + + <div class="label"><span class="loader">Current File:</span></div> + <div class="file">_a.fdt</div> + <div class="progress"> + <span class="done">84 MB</span> / <span class="total">102.98 MB</span> [<span class="percent">81</span>%] + </div> + + </div> + + </div> + + <div id="iterations" class="slaveOnly block clearfix"> + + <div class="label"><span class="">Iterations:</span></div> + <div class="iterations"> + <ul> + </ul> + <a> + <span class="expand">Show all Iterations</span> + <span class="collapse">Hide past Iterations</span> + </a> + </div> + + </div> + + <div id="details" class="block clearfix"> + + <table border="0" cellspacing="0" cellpadding="0"> + + <thead> + + <tr> + + <td><span>Index</span></td> + <th>Version</th> + <th><abbr title="Generation">Gen</abbr></th> + <th>Size</th> + + </tr> + + </thead> + <tbody> + + <tr class="masterSearch"> + + <th>Master (Searching)</th> + <td class="version"><div></div></td> + <td class="generation"><div></div></td> + <td class="size"><div></div></td> + + </tr> + + <tr class="master"> + + <th>Master (Replicable)</th> + <td class="version"><div></div></td> + <td class="generation"><div></div></td> + <td class="size"><div></div></td> + + </tr> + + <tr class="slave slaveOnly"> + + <th>Slave (Searching)</th> + <td class="version"><div></div></td> + <td class="generation"><div></div></td> + <td class="size"><div></div></td> + + </tr> + + </tbody> + + </table> + + </div> + + <div id="settings" class="settings block clearfix slaveOnly"> + + <div class="label"><span>Settings:</span></div> + <ul> + <li class="masterUrl"><dl class="clearfix"> + <dt>master url:</dt> + <dd></dd> + </dl></li> + <li class="isPollingDisabled"><dl class="clearfix"> + <dt>polling enable:</dt> + <dd class="ico"> </dd> + </dl></li> + </ul> + + </div> + + <div id="master-settings" class="settings block clearfix"> + + <div class="label"><span>Settings (Master):</span></div> + <ul> + <li class="replicationEnabled"><dl class="clearfix"> + <dt>replication enable:</dt> + <dd class="ico"> </dd> + </dl></li> + <li class="replicateAfter"><dl class="clearfix"> + <dt>replicateAfter:</dt> + <dd></dd> + </dl></li> + <li class="confFiles"><dl class="clearfix"> + <dt>confFiles:</dt> + <dd></dd> + </dl></li> + </ul> + + </div> + + </div> + + <div id="navigation"> + + <div class="timer"> + + <p>Next Run: <span class="approx">~</span><span class="tick">15m 8s</span></p> + <small>Sat Mar 03 11:00:00 CET 2012</smalL> + + </div> + + <button class="refresh-status"><span>Refresh Status</span></button> + + <div class="slaveOnly"> + <button class="optional replicate-now primary" data-command="fetchindex"><span>Replicate now</span></button> + <button class="optional abort-replication warn" data-command="abortfetch"><span>Abort Replication</span></button> + + <button class="optional disable-polling" data-command="disablepoll"><span>Disable Polling</span></button> + <button class="optional enable-polling" data-command="enablepoll"><span>Enable Polling</span></button> + </div> + + <div class="masterOnly"> + <button class="optional disable-replication warn" data-command="disablereplication"><span>Disable Replication<span></button> + <button class="optional enable-replication warn" data-command="enablereplication"><span>Enable Replication<span></button> + </div> + + </div> + +</div> Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/replication.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/replication.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/replication.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/schema-browser.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/schema-browser.html?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/schema-browser.html (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/schema-browser.html Sun Aug 30 13:27:07 2015 @@ -0,0 +1,192 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<div id="schema-browser" class="loaded"> + + <div class="clearfix"> + + <div id="data"> + + <div id="field"> + + <div class="field-options"> + + <div class="block head"> + <h2> + <span class="type"></span>: + <span class="name"></span> + </h2> + </div> + + <div class="partial"> + + <p>Because your Index is empty, we have not enough Information about this Field</p> + + </div> + + <dl class="options clearfix"> + + <dt class="field-type">Field-Type:</dt> + + <dt class="similarity">Similarity:</dt> + + <dt class="position-increment-gap"><abbr title="Position Increment Gap">PI Gap</abbr>:</dt> + + <dt class="docs">Docs:</dt> + + <dt class="distinct">Distinct:</dt> + + </dl> + + <table class="flags" cellspacing="0" cellpadding="0" border="0"> + + <thead> + + <tr> + + <td>Flags:</td> + + </tr> + + </thead> + + <tbody> + + </tbody> + + </table> + + <ul class="analyzer"> + <li class="clearfix index"> + + <p><a><span>Index Analyzer:</span></a></p> + <dl> + <dt><a class="toggle"></a></dt> + </dl> + + <ul> + <li class="clearfix charFilters"> + <p>Char Filters:</p> + <dl> + </dl> + </li> + <li class="clearfix tokenizer"> + <p>Tokenizer:</p> + <dl> + </dl> + </li> + <li class="clearfix filters"> + <p>Token Filters:</p> + <dl> + </dl> + </li> + </ul> + + </li> + <li class="clearfix query"> + + <p><a><span>Query Analyzer:</span></a></p> + <dl> + <dt><a class="toggle"></a></dt> + </dl> + + <ul> + <li class="clearfix charFilters"> + <p>Char Filters:</p> + <dl> + </dl> + </li> + <li class="clearfix tokenizer"> + <p>Tokenizer:</p> + <dl> + </dl> + </li> + <li class="clearfix filters"> + <p>Token Filters:</p> + <dl> + </dl> + </li> + </ul> + + </li> + </ul> + + </div> + + <div class="terminfo-holder clearfix"> + + <div class="trigger"> + + <button class="submit"><span>Load Term Info</span></button> + + <a class="autoload" title="Automatically load Term Info?"><span>Autoload</span></a> + + </div> + + <p class="status">Sorry, no Term Info available :(</p> + + <div class="topterms-holder"> + + <form> + <p class="head"> + <input type="text"> + <a class="max-holder" title="Load all Top-Terms">/<span class="max"></span></a> Top-Terms: + <a id="query_link" href="#"><span>Query</span> </a> + </p> + </form> + + <ul> + + </ul> + + </div> + + <div class="histogram-holder"> + + <p class="head">Histogram:</p> + + <ul></ul> + + </div> + + </div> + + </div> + + </div> + + <div id="related"> + + <select> + <option value="" selected="selected">Please select ...</option> + </select> + + <dl id="f-df-t"> + </dl> + + <dl class="ukf-dsf"> + + <dt class="unique-key-field">Unique Key Field</dt> + + <dt class="default-search-field">Default Search Field</dt> + + </dl> + + </div> + + </div> + +</div> \ No newline at end of file Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/schema-browser.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/schema-browser.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/schema-browser.html ------------------------------------------------------------------------------ svn:mime-type = text/html Added: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/threads.html URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/threads.html?rev=1700119&view=auto ============================================================================== --- ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/threads.html (added) +++ ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/threads.html Sun Aug 30 13:27:07 2015 @@ -0,0 +1,56 @@ +<!-- +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with +the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +--> +<div id="threads" class="collapsed"> + + <div class="controls"> + <a> + <span class="expand">Show all Stacktraces</span> + <span class="collapse">Hide all Stacktraces</span> + </a> + </div> + + <div id="thread-dump"> + + <table border="0" cellpadding="0" cellspacing="0"> + + <thead> + + <tr> + + <th class="name">name</th> + <th class="time">cpuTime / userTime</th> + + </tr> + + </thead> + + <tbody> + + </tbody> + + </table> + + </div> + + <div class="controls"> + <a> + <span class="expand">Show all Stacktraces</span> + <span class="collapse">Hide all Stacktraces</span> + </a> + </div> + +</div> \ No newline at end of file Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/threads.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/threads.html ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/specialpurpose/solr/webapp/solr/tpl/threads.html ------------------------------------------------------------------------------ svn:mime-type = text/html