Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 90 for siete (0.04 sec)

  1. src/test/java/org/codelibs/fess/query/TermQueryCommandTest.java

                    "{\"term\":{\"url\":{\"value\":\"aaa\",\"boost\":1.0}}}", //
                    "url:aaa");
            assertQueryBuilder(PrefixQueryBuilder.class, //
                    "{\"prefix\":{\"site\":{\"value\":\"aaa\",\"boost\":1.0}}}", //
                    "site:aaa");
    
            assertQueryBuilder("{\"timestamp\":{\"order\":\"asc\"}}", "sort:timestamp");
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 20.4K bytes
    - Viewed (0)
  2. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/sina.html
    sina
    
    // singles : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/singles.html
    singles
    
    // site : Radix Technologies Inc.
    // https://www.iana.org/domains/root/db/site.html
    site
    
    // ski : Identity Digital Limited
    // https://www.iana.org/domains/root/db/ski.html
    ski
    
    // skin : XYZ.COM LLC
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/ViewHelper.java

            }
            buf.append(segment);
            return buf.toString();
        }
    
        /**
         * Gets the site path for display purposes.
         * Extracts and formats the site path from document URL.
         *
         * @param docMap the document data map
         * @return the formatted site path
         */
        public Object getSitePath(final Map<String, Object> docMap) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 52.4K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_en.properties

    labels.searchoptions_num={0} results
    labels.searchoptions_menu_lang=Language
    labels.searchoptions_menu_labels=Labels
    labels.error_title=Error
    labels.system_error_title=System Error
    labels.contact_site_admin=Please contact your site administrator.
    labels.request_error_title=Invalid Request Format.
    labels.bad_request=Your request to the URL is invalid.
    labels.page_not_found_title=Page Not Found.
    labels.check_url=Please check the URL.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 40.7K bytes
    - Viewed (0)
  5. src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java

                @Override
                public String getIndexFieldHost() {
                    return "host";
                }
    
                @Override
                public String getIndexFieldSite() {
                    return "site";
                }
    
                @Override
                public String getIndexFieldLastModified() {
                    return "last_modified";
                }
    
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 33.2K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/common/help_ko.jsp

    <h2>검색방법</h2>
    <dl>
    	<dt>필드 지정 검색</dt>
    	<dd>
    		필드 이름 뒤에 콜론 :에 지정된 모든 필드에서 검색 할 수 있습니다.
    		예를 들어, 문서의 title 필드에서 Fess가 포함 된 문서를 검색하려면 다음과 같이 입력합니다.
    		<pre>title:Fess</pre>
    		기본으로 사용 가능한 필드는 url, host, site, title content,
    		content_length, last_modified 및 mimetype입니다.
    		설정에서 지정하는 필드는 변경할 수 있습니다.
    	</dd>
    	<dt>정렬</dt>
    	<dd>
    		sort 연산자는 지정된 필드 이름으로 문서를 정렬합니다.
    		sort 연산자의 사용 방법은 sort:&lt;field&gt;.&lt;order&gt;입니다.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Mon Feb 26 14:01:31 UTC 2018
    - 3.1K bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/doc.json

          },
          "label": {
            "type": "keyword"
          },
          "virtual_host": {
            "type": "keyword"
          },
          "segment": {
            "type": "keyword"
          },
          "site": {
            "type": "keyword"
          },
          "title": {
            "type": "text",
            "analyzer": "standard_analyzer",
            "search_analyzer": "standard_search_analyzer",
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 15 11:50:35 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/ds/AbstractDataStore.java

            // mimetype
            defaultDataMap.put(fessConfig.getIndexFieldMimetype(), mimeType);
            // title
            // content
            // cache
            // digest
            // host
            // site
            // url
            // anchor
            // content_length
            // last_modified
            // id
            // virtual_host
            defaultDataMap.put(fessConfig.getIndexFieldVirtualHost(),
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/pager/DuplicateHostPager.java

     *
     * <p>Duplicate hosts allow administrators to define hostname patterns that should
     * be treated as equivalent during crawling, helping to avoid duplicate content
     * from the same logical site accessed via different hostnames.</p>
     */
    public class DuplicateHostPager implements Serializable {
    
        private static final long serialVersionUID = 1L;
    
        /** Default page size for pagination. */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.5K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/query/QueryTestBase.java

                @Override
                public String getIndexFieldUrl() {
                    return "url";
                }
    
                @Override
                public String getIndexFieldSite() {
                    return "site";
                }
    
                @Override
                public String getIndexFieldTimestamp() {
                    return "timestamp";
                }
    
                @Override
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 14.6K bytes
    - Viewed (0)
Back to top