Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 20 for 1m (0.12 sec)

  1. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractBehavior.java

        protected String scrollForDelete = "1m";
        protected int sizeForCursor = 100;
        protected String scrollForCursor = "1m";
        protected String searchTimeout = "3m";
        protected String indexTimeout = "3m";
        protected String scrollSearchTimeout = "3m";
        protected String bulkTimeout = "3m";
        protected String deleteTimeout = "3m";
        protected String refreshTimeout = "1m";
    
        protected abstract String asEsIndex();
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/it/CrawlTestBase.java

        }
    
        protected static void deleteDocuments(final String queryString) {
            List<String> docIds = new ArrayList<>();
            Response response = given().contentType("application/json").param("scroll", "1m").param("q", queryString)
                    .get(getEsUrl() + "/" + DOC_INDEX_NAME + "/_search");
            JsonPath jsonPath = JsonPath.from(response.asString());
            String scrollId = jsonPath.getString("_scroll_id");
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/score/ScoreBooster.java

        private static final Logger logger = LogManager.getLogger(ScoreBooster.class);
    
        protected BulkRequestBuilder bulkRequestBuilder = null;
    
        protected int priority = 1;
    
        protected String requestTimeout = "1m";
    
        protected int requestCacheSize = 1000;
    
        protected String scriptLang = "painless";
    
        protected String scriptCode = null;
    
        protected Function<Map<String, Object>, String[]> idFinder = params -> {
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 5K bytes
    - Viewed (0)
  4. src/main/resources/fess_label_ja.properties

    labels.facet_contentLength_10k=&nbsp; - 10KB
    labels.facet_contentLength_10kto100k=10KB - 100KB
    labels.facet_contentLength_100kto500k=100KB - 500KB
    labels.facet_contentLength_500kto1m=500KB - 1MB
    labels.facet_contentLength_1m=1MB - &nbsp;
    labels.facet_contentLength_10kto50k=10KB - 50KB
    labels.facet_contentLength_50kto100k=50KB - 100KB
    labels.facet_contentLength_100kto250k=100KB - 250KB
    labels.facet_contentLength_250kto500k=250KB - 500KB
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 46.2K bytes
    - Viewed (2)
  5. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractBehavior.java

        protected String scrollForDelete = "1m";
        protected int sizeForCursor = 100;
        protected String scrollForCursor = "1m";
        protected String searchTimeout = "3m";
        protected String indexTimeout = "3m";
        protected String scrollSearchTimeout = "3m";
        protected String bulkTimeout = "3m";
        protected String deleteTimeout = "3m";
        protected String refreshTimeout = "1m";
    
        protected abstract String asEsIndex();
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
  6. src/main/resources/fess_config.properties

    -XX:+UseTLAB\n\
    -XX:+DisableExplicitGC\n\
    -XX:-HeapDumpOnOutOfMemoryError\n\
    -XX:-OmitStackTraceInFastThrow\n\
    -XX:+UnlockExperimentalVMOptions\n\
    -XX:+UseG1GC\n\
    -XX:InitiatingHeapOccupancyPercent=45\n\
    -XX:G1HeapRegionSize=1m\n\
    -XX:MaxGCPauseMillis=60000\n\
    -XX:G1NewSizePercent=5\n\
    -XX:G1MaxNewSizePercent=5\n\
    -Djcifs.smb.client.responseTimeout=30000\n\
    -Djcifs.smb.client.soTimeout=35000\n\
    -Djcifs.smb.client.connTimeout=60000\n\
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  7. src/main/webapp/WEB-INF/orig/view/advance.jsp

    							<c:if test="${as.timestamp.contains('[now-1w/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastweek" /></option>
    						<option value="[now-1M/d TO *]"
    							<c:if test="${as.timestamp.contains('[now-1M/d TO *]')}">selected</c:if>
    						><la:message key="labels.advance_search_timestamp_pastmonth" /></option>
    						<option value="[now-1y/d TO *]"
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/client/SearchEngineClient.java

        protected Map<String, List<String>> configListMap = new HashMap<>();
    
        protected String scrollForSearch = "1m";
    
        protected int sizeForDelete = 100;
    
        protected String scrollForDelete = "1m";
    
        protected int sizeForUpdate = 100;
    
        protected String scrollForUpdate = "1m";
    
        protected int maxConfigSyncStatusRetry = 10;
    
        protected int maxEsStatusRetry = 60;
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 84.1K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * -XX:-OmitStackTraceInFastThrow<br>
         * -XX:+UnlockExperimentalVMOptions<br>
         * -XX:+UseG1GC<br>
         * -XX:InitiatingHeapOccupancyPercent=45<br>
         * -XX:G1HeapRegionSize=1m<br>
         * -XX:MaxGCPauseMillis=60000<br>
         * -XX:G1NewSizePercent=5<br>
         * -XX:G1MaxNewSizePercent=5<br>
         * -Djcifs.smb.client.responseTimeout=30000<br>
         * -Djcifs.smb.client.soTimeout=35000<br>
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 459.2K bytes
    - Viewed (5)
  10. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractBehavior.java

        protected String scrollForDelete = "1m";
        protected int sizeForCursor = 100;
        protected String scrollForCursor = "1m";
        protected String searchTimeout = "3m";
        protected String indexTimeout = "3m";
        protected String scrollSearchTimeout = "3m";
        protected String bulkTimeout = "3m";
        protected String deleteTimeout = "3m";
        protected String refreshTimeout = "1m";
    
        protected abstract String asEsIndex();
    
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 26.4K bytes
    - Viewed (0)
Back to top