Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for 9000 (0.15 sec)

  1. src/main/webapp/WEB-INF/view/common/help.jsp

    		Queries can be inclusive or exclusive of the upper and lower bounds.
    		If you want to find documents whose content_length fields have values
    		between 1000 and 10000, inclusive, you can enter:
    		<pre>content_length:[1000 TO 10000]</pre>
    		If you want to exclude the upper and lower bounds, use "{}".
    	</dd>
    	<dt>Boost</dt>
    	<dd>
    		To boost a term use the "^" symbol with a boost factor (a number) at
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 26 14:01:31 GMT 2018
    - 2.4K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/index.jsp

    						<div class="clearfix">
    							<div class="mx-auto col-10 col-sm-8 col-md-8 col-lg-6">
    								<la:text styleClass="query form-control center-block"
    									property="q" size="50" maxlength="1000" styleId="contentQuery"
    									autocomplete="off" />
    							</div>
    						</div>
    						<c:if test="${!empty popularWords}">
    							<div class="clearfix">
    								<p class="text-truncate">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (1)
  3. src/main/webapp/css/admin/fonts/fa-solid-900.eot

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 189.5K bytes
    - Viewed (0)
  4. src/main/webapp/css/admin/fonts/fa-solid-900.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 189.2K bytes
    - Viewed (0)
  5. src/main/webapp/css/fonts/fa-solid-900.ttf

    Shinsuke Sugaya <******@****.***> 1576358545 +0900
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Dec 14 21:22:25 GMT 2019
    - 189.2K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog.jsp

                                                <la:option value="100">100</la:option>
                                                <la:option value="200">500</la:option>
                                                <la:option value="1000">1000</la:option>
                                            </la:select>
                                        </div>
                                    </div>
                                    <div class="form-group row">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 07:47:04 GMT 2020
    - 16K bytes
    - Viewed (0)
  7. src/main/webapp/WEB-INF/orig/view/header.jsp

    						class="align-items-center" />
    				</la:link>
    				<div
    					class="navbar-form col-md-6 col-sm-8 col-7 mr-auto p-0"
    					role="search">
    					<div class="input-group">
    						<la:text property="q" maxlength="1000" styleId="query"
    							styleClass="form-control" autocomplete="off" />
    						<span class="input-group-append">
    							<button type="submit" name="search" id="searchButton"
    								class="btn btn-primary">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 24 03:00:28 GMT 2020
    - 4.2K bytes
    - Viewed (0)
  8. src/main/webapp/WEB-INF/view/header.jsp

    						class="align-items-center" />
    				</la:link>
    				<div
    					class="navbar-form col-md-6 col-sm-8 col-7 mr-auto p-0"
    					role="search">
    					<div class="input-group">
    						<la:text property="q" maxlength="1000" styleId="query"
    							styleClass="form-control" autocomplete="off" />
    						<span class="input-group-append">
    							<button type="submit" name="search" id="searchButton"
    								class="btn btn-primary">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Oct 24 03:00:28 GMT 2020
    - 4.2K bytes
    - Viewed (0)
  9. src/main/webapp/WEB-INF/orig/view/index.jsp

    						<div class="clearfix">
    							<div class="mx-auto col-10 col-sm-8 col-md-8 col-lg-6">
    								<la:text styleClass="query form-control center-block"
    									property="q" size="50" maxlength="1000" styleId="contentQuery"
    									autocomplete="off" />
    							</div>
    						</div>
    						<c:if test="${!empty popularWords}">
    							<div class="clearfix">
    								<p class="text-truncate">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.9K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/view/common/help_ja.jsp

    		検索語の先頭文字では利用できません。
    	</dd>
    	<dt>範囲検索</dt>
    	<dd>
    		範囲検索はフィールド値の範囲を指定することでその条件にマッチするドキュメントを検索します。
    		範囲の境界値を含める場合は [] を利用して、含めない場合は {} を利用します。 
    		たとえば、content_length フィールドが 1000 から 10000 の値を持つドキュメントを検索する場合は次のように入力します。
    		<pre>content_length:[1000 TO 10000]</pre>
    	</dd>
    	<dt>ブースト検索</dt>
    	<dd>
    		ブースト検索は検索語の後に ^ を指定することで利用できます。
    		^ の後に重み要因を整数で指定することで、その検索語がブーストされます。
    		<pre>Fess^100</pre>
    	</dd>
    	<dt>あいまい検索</dt>
    	<dd>
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 26 14:01:31 GMT 2018
    - 3.4K bytes
    - Viewed (0)
Back to top