- Sort Score
- Result 10 results
- Languages All
Results 151 - 160 of 319 for Docstring (0.05 sec)
-
ProtocolHelper.java
":").toArray(n -> new String[n])); L58: L59: loadProtocols("org.codelibs.fess.net.protocol"); L60: L61: if (logger.isDebugEnabled()) { L62: logger.debug("web protocols: {}", Arrays.toString(webProtocols)); L63: logger.debug("file protocols: {}", Arrays.toString(fileProtocols)); L64: } L65: } L66: L67: protected void loadProtocols(final String basePackage) { L68: final List<String> subPackages = new ArrayList<>(); L69: final String path...github.com/codelibs/fess/src/main/java/org/code...Wed Jun 19 01:34:15 UTC 2024 7.4K bytes -
EsPagingResultBean.java
aggregations; L37: L38: private SearchRequestBuilder builder; L39: L40: public EsPagingResultBean(final SearchRequestBuilder builder) { L41: this.builder = builder; L42: } L43: L44: public String getQueryDsl() { L45: return builder.toString(); L46: } L47: L48: public long getTook() { L49: return took; L50: } L51: L52: public void setTook(long took) { L53: this.took = took; L54: } L55: L56: public int getTotalShards() { L57: return totalShards;...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 2.5K bytes -
PingResponse.java
L58: public PingResponse(final ClusterHealthResponse response) { L59: status = response.getStatus() == ClusterHealthStatus.RED ? 1 : 0; L60: clusterName = response.getClusterName(); L61: clusterStatus = response.getStatus().toString(); L62: final Set<String> fieldSet = ComponentUtil.getFessConfig().getApiPingEsFieldSet(); L63: try (OutputStream out = SearchEngineUtil.getXContentBuilderOutputStream((builder, params) -> { L64: builder.startObject(); L65:...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 5.9K bytes -
BsUserInfo.java
sb.append(dm).append(createdAt); L87: sb.append(dm).append(updatedAt); L88: if (sb.length() > dm.length()) { L89: sb.delete(0, dm.length()); L90: } L91: sb.insert(0, "{").append("}"); L92: return sb.toString(); L93: } L94: L95: // =================================================================================== L96: // Accessor L97: // ...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.4K bytes -
StemmerOverrideItem.java
(StemmerOverrideItem) obj; L90: if (!Objects.equals(input, other.input) || !Objects.equals(output, other.output)) { L91: return false; L92: } L93: return true; L94: } L95: L96: @Override L97: public String toString() { L98: return "StemmerOverrideItem [input=" + input + ", output=" + output + ", newInput=" + newInput + ", newOutput=" + newOutput + "]"; L99: } L100: L101: public String toLineString() { L102: if (isUpdated()) { L103: ...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 2.7K bytes -
FessSearchAction.java
value=\""); L227: formBuf.append(StringEscapeUtils.escapeHtml4(entry.getKey())); L228: formBuf.append("\"/>"); L229: } L230: request.setAttribute(queryKey, queryBuf.toString()); L231: request.setAttribute(formKey, formBuf.toString()); L232: } L233: } L234: L235: protected HtmlResponse redirectToLogin() { L236: return systemHelper.getRedirectResponseToLogin(redirect(SsoAction.class)); L237: } L238: L239: protected...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:53:18 UTC 2024 10K bytes -
CrudTestBase.java
int count = 0; L85: List<String> idList = getIdList(searchBody); L86: while (idList.size() > 0 && count < NUM) { L87: final String id = idList.get(0); L88: checkDeleteMethod(getItemEndpointSuffix() + "/" + id.toString()); L89: refresh(); L90: idList = getIdList(searchBody); L91: count += 1; L92: } L93: } L94: L95: @AfterAll L96: protected static void tearDownAll() { L97: deleteTestToken(); L98: } L99:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:53:18 UTC 2024 9.1K bytes -
BoostDocumentRule.java
L35: public Long getVersionNo() { L36: return asDocMeta().version(); L37: } L38: L39: public void setVersionNo(final Long version) { L40: asDocMeta().version(version); L41: } L42: L43: @Override L44: public String toString() { L45: return "BoostDocumentRule [boostExpr=" + boostExpr + ", createdBy=" + createdBy + ", createdTime=" + createdTime + ", sortOrder=" L46: + sortOrder + ", updatedBy=" + updatedBy + ", updatedTime=" + updatedTime + ", urlExpr="...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
FailureUrl.java
L35: public Long getVersionNo() { L36: return asDocMeta().version(); L37: } L38: L39: public void setVersionNo(final Long version) { L40: asDocMeta().version(version); L41: } L42: L43: @Override L44: public String toString() { L45: return "FailureUrl [configId=" + configId + ", errorCount=" + errorCount + ", errorLog=" + errorLog + ", errorName=" + errorName L46: + ", lastAccessTime=" + lastAccessTime + ", threadName=" + threadName + ", url="...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes -
KeyMatch.java
L35: public Long getVersionNo() { L36: return asDocMeta().version(); L37: } L38: L39: public void setVersionNo(final Long version) { L40: asDocMeta().version(version); L41: } L42: L43: @Override L44: public String toString() { L45: return "KeyMatch [boost=" + boost + ", createdBy=" + createdBy + ", createdTime=" + createdTime + ", maxSize=" + maxSize L46: + ", query=" + query + ", term=" + term + ", updatedBy=" + updatedBy + ", updatedTime=" +...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 1.5K bytes