- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for over (0.03 sec)
-
IndexUpdater.java
} L270: } L271: L272: if (emptyListCount >= maxEmptyListCount) { L273: if (logger.isInfoEnabled()) { L274: logger.info("Terminating indexUpdater. emptyListCount is over {}.", maxEmptyListCount); L275: } L276: // terminate crawling L277: finishCrawling = true; L278: forceStop(); L279: if (fessConfig.getIndexerThreadDumpEnabledAsBoolean())...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 24.2K bytes -
EsAbstractBehavior.java
final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected <RESULT extends...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 26.4K bytes -
EsAbstractBehavior.java
final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected <RESULT extends...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 26.4K bytes -
EsAbstractBehavior.java
final List<? extends RESULT> list = delegateSelectList(cb, entityType); L115: if (list.isEmpty()) { L116: return null; L117: } L118: if (list.size() >= 2) { L119: String msg = "The size of selected list is over 1: " + list.size(); L120: throw new FetchingOverSafetySizeException(msg, 1); // immediately caught by caller and translated L121: } L122: return list.get(0); L123: } L124: L125: @Override L126: protected <RESULT extends...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 26.4K bytes