source: sandbox/expresso-solr/solr/example/work/jetty-0.0.0.0-8983-solr.war-_solr-any-/webapp/tpl/analysis.html @ 7588

Revision 7588, 2.5 KB checked in by adir, 11 years ago (diff)

Ticket #000 - Adicionando a integracao de buscas com Solr na base a ser isnerida na comunidade

Line 
1<!--
2Licensed to the Apache Software Foundation (ASF) under one or more
3contributor license agreements.  See the NOTICE file distributed with
4this work for additional information regarding copyright ownership.
5The 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
7the License.  You may obtain a copy of the License at
8
9http://www.apache.org/licenses/LICENSE-2.0
10
11Unless required by applicable law or agreed to in writing, software
12distributed under the License is distributed on an "AS IS" BASIS,
13WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14See the License for the specific language governing permissions and
15limitations under the License.
16-->
17<div id="analysis">
18
19  <div class="block analysis-error" id="analysis-handler-missing">
20
21    <div class="head">This Functionality requires the <code>/analysis/field</code> Handler to be registered and active!</div>
22
23  </div>
24
25  <div class="block analysis-error" id="analysis-error">
26
27    <div class="body"></div>
28
29  </div>
30
31  <div id="analysis-holder">
32
33    <div id="field-analysis">
34             
35      <form method="get">
36               
37        <ul class="clearfix">
38                   
39          <li class="index">
40                       
41            <label for="analysis_fieldvalue_index">Field Value (Index)</label>
42            <textarea name="analysis.fieldvalue" id="analysis_fieldvalue_index"></textarea>
43                       
44          </li>
45                   
46          <li class="query">
47                       
48            <label for="analysis_fieldvalue_query">Field Value (Query)</label>
49            <textarea name="analysis.query" id="analysis_fieldvalue_query"></textarea>
50                       
51          </li>
52
53          <li class="settings-holder clearfix">
54            <div class="settings clearfix">
55
56              <label for="type_or_name">Analyse Fieldname / FieldType:</label>
57              <select id="type_or_name"></select>
58              <a id="tor_schema" href="#"><span>Schema Browser</span>&nbsp;</a>
59
60              <div class="buttons clearfix">
61
62                <button type="submit">Analyse Values</button>
63
64                <div class="verbose_output active">
65                  <a>Verbose Output</a>
66                </div>
67
68              </div>
69
70            </div>
71          </li>
72                   
73        </ul>
74               
75      </form>
76           
77    </div>
78       
79    <div id="analysis-result" class="clearfix verbose_output"></div>
80
81  </div>
82
83</div>
Note: See TracBrowser for help on using the repository browser.