Ignore:
Timestamp:
2017-04-21T01:02:28+12:00 (7 years ago)
Author:
davidb
Message:

Combined volume md and full-text page searching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/wcsa/extracted-features-solr/trunk/web-portal/index.html

    r31623 r31624  
    173173        <input type="hidden" id="rows" name="rows" value="20"/>
    174174
     175        <!--
    175176        <input type="text"   class="search-in-progress" id="q" name="q" style="width: 600px;"/>
    176         <input type="submit" class="search-in-progress" id="search-submit" />
     177        <input type="submit" class="search-in-progress" id="search-submit" />       
    177178        <br>
    178           <input type="checkbox" id="group-results-by-id" name="group-results-by-vol" value="on">Group by Volume
    179           <input type="checkbox" id="search-all-langs"    name="search-all-langs"     value="on">Search all Languages
     179        -->
    180180       
    181         <div id="pos-fieldsets">
    182         </div>     
    183 
    184         <fieldset class="show-hide-lang">
    185           <legend style="margin-bottom: 5px; padding-top: 15px;">
    186             Other Languages (without modelled parts-of-speech)
    187           </legend>
    188           <div id="other-langs">
    189           </div>
    190         </fieldset>
    191 
     181        <table class="query-table">
     182          <tr>
     183            <td>Volume Metadata:</td>
     184            <td><input type="text"   class="search-in-progress" id="vq" name="vq"
     185                   placeholder="metaname:metavalue e.g., title_t:farming"
     186                   style="width: 600px;"/><br />
     187              <input type="checkbox" id="search-all-vfields" name="search-all-vfields" value="on">&nbsp;Search all volume fields
     188            </td>
     189          </tr>
     190          <tr>
     191            <td></td>
     192            <td style="color: #aaaaaa; width: 400px; font-size: 14px; line-height: 16px; padding-bottom: 10px;">
     193              Indexed volume metadata fields: accessProfile_t, genre_t,
     194              imprint_t, isbn_t, issn_t, issuance_t,
     195              language_t, lccn_t, names_t, oclc_t,
     196              pubPlace_t, pubDate_t, rightsAttributes_t,
     197              title_t, typeOfResource_t
     198            </td>
     199          </tr>
     200          <tr>
     201            <td>Page-level text:</td>
     202            <td>
     203              <input type="text"   class="search-in-progress" id="q" name="q"
     204                 style="width: 600px;"/><br />
     205              <input type="checkbox" id="group-results-by-id" name="group-results-by-vol" value="on">&nbsp;<span>Group by Volume</span>
     206
     207            </td>
     208          </tr>
     209          <tr>
     210            <td></td>
     211            <td >
     212              <input type="submit" class="search-in-progress" id="search-submit" style="float: right;"/>
     213            </td>
     214          </tr>
     215        </table>
     216
     217               
     218
     219        <div>
     220          <input type="checkbox" id="search-all-langs"    name="search-all-langs"     value="on">&nbsp;Search all Languages
     221       
     222          <div id="pos-fieldsets">
     223          </div>       
     224         
     225          <fieldset class="show-hide-lang">
     226            <legend style="margin-bottom: 5px; padding-top: 15px;">
     227              Other Languages (without modelled parts-of-speech)
     228            </legend>
     229            <div id="other-langs">
     230            </div>
     231          </fieldset>
     232        </div>
     233       
    192234          </form>
    193235
     
    215257    <li><a href="admin.html">HTRC-EF Solr Admin UI (log in)</a></li>
    216258    <li><a href="luke_lang_mappings.html">Dynamically Generated Language Map (Part-of-Speech, and Other)</a></li>
    217     <!--
    218     <li><a href="/solr/htrc-full-ef_shard6_replica1/admin/luke">Luke XML on shard</a></li>
    219 -->
    220259    <li><a href="/solr/htrc-full-ef20_shard6_replica1/admin/luke">Luke XML on shard</a></li>
    221260      </ul>
Note: See TracChangeset for help on using the changeset viewer.