Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 279 for Pearce (0.18 sec)

  1. src/main/webapp/WEB-INF/orig/view/search.jsp

    						<la:message key="labels.search_result_sort_filename_asc" />
    					</c:if> <c:if test="${sort=='filename.desc'}">
    						<la:message key="labels.search_result_sort_filename_desc" />
    					</c:if> <c:if test="${sort=='created.asc'}">
    						<la:message key="labels.search_result_sort_created_asc" />
    					</c:if> <c:if test="${sort=='created.desc'}">
    						<la:message key="labels.search_result_sort_created_desc" />
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/search.jsp

    						<la:message key="labels.search_result_sort_filename_asc" />
    					</c:if> <c:if test="${sort=='filename.desc'}">
    						<la:message key="labels.search_result_sort_filename_desc" />
    					</c:if> <c:if test="${sort=='created.asc'}">
    						<la:message key="labels.search_result_sort_created_asc" />
    					</c:if> <c:if test="${sort=='created.desc'}">
    						<la:message key="labels.search_result_sort_created_desc" />
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_indices/fess_log.search_log/search_log.json

    {
        "dynamic_templates": [
          {
            "headers": {
              "path_match": "headers.*",
              "mapping": {
                "type": "keyword"
              }
            }
          },
          {
            "search_fields": {
              "path_match": "searchField.*",
              "mapping": {
                "type": "keyword"
              }
            }
          },
          {
            "documents": {
              "path_match": "documents.*",
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Feb 25 13:38:21 GMT 2022
    - 1.6K bytes
    - Viewed (0)
  4. src/main/webapp/js/search.js

    Shinsuke Sugaya <******@****.***> 1680155124 +0900
    JavaScript
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Mar 30 05:45:24 GMT 2023
    - 7.5K bytes
    - Viewed (1)
  5. src/main/config/es/fess_log_search_log.json

    {
      "fess_log.search_log" : {
        "aliases" : { },
        "mappings" : {
          "search_log" : {
            "properties" : {
              "accessType" : {
                "type" : "keyword"
              },
              "clientIp" : {
                "type" : "keyword"
              },
              "hitCount" : {
                "type" : "long"
              },
              "hitCountRelation" : {
                "type" : "keyword"
              },
              "languages" : {
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Fri Apr 12 15:00:27 GMT 2019
    - 2K bytes
    - Viewed (0)
  6. src/main/resources/fess_indices/fess/alias/fess.search.json

    Shinsuke Sugaya <******@****.***> 1472095477 +0900
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Aug 25 03:25:32 GMT 2016
    - 2 bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess_log.search_log.json

    Shinsuke Sugaya <******@****.***> 1524115279 +0900
    Json
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Apr 19 05:21:19 GMT 2018
    - 173 bytes
    - Viewed (0)
  8. MIGRATION.md

    ## Migration From Other Enterprise Search Systems
    
    ### Google Search Appliance (GSA) / Google Mini
    
    Fess provides a [Google Search Appliance](https://enterprise.google.com/search/products/gsa.html) (GSA) compatible API. To enable this API, set `web.api.gsa=true` to system.properties. This will enable an enpoint at `<Fess Server Name>:8080/gsa`. When a search query is sent to `<Fess Server Name>:8080/gsa/?q=QUERY`, a GSA compatible response will be returned
    
    Plain Text
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Tue Mar 05 06:12:02 GMT 2019
    - 1.6K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/app/pager/SearchLogPager.java

        public static final String LOG_TYPE_SEARCH = "search";
    
        public static final String LOG_TYPE_SEARCH_COUNT_HOUR = "search_count_hour_agg";
    
        public static final String LOG_TYPE_SEARCH_COUNT_DAY = "search_count_day_agg";
    
        public static final String LOG_TYPE_SEARCH_USER_HOUR = "search_user_hour_agg";
    
        public static final String LOG_TYPE_SEARCH_USER_DAY = "search_user_day_agg";
    
    Java
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 4.6K bytes
    - Viewed (0)
  10. src/main/webapp/WEB-INF/orig/view/searchOptions.jsp

    			<option value="">
    				<la:message key="labels.search_result_select_sort" />
    			</option>
    			<la:option value="score.desc">
    				<la:message key="labels.search_result_sort_score_desc" />
    			</la:option>
    			<la:option value="filename.asc">
    				<la:message key="labels.search_result_sort_filename_asc" />
    			</la:option>
    			<la:option value="filename.desc">
    				<la:message key="labels.search_result_sort_filename_desc" />
    			</la:option>
    Others
    - Registered: Mon Apr 22 08:04:10 GMT 2024
    - Last Modified: Wed Jul 17 08:19:53 GMT 2019
    - 3.7K bytes
    - Viewed (0)
Back to top