- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 509 for query2 (0.03 sec)
-
src/main/webapp/WEB-INF/view/admin/searchlog/admin_searchlog_details.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 9.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/SearchRenderDataTest.java
searchRenderData.setSearchQuery(""); assertEquals("", searchRenderData.getSearchQuery()); // Test with simple query searchRenderData.setSearchQuery("test query"); assertEquals("test query", searchRenderData.getSearchQuery()); // Test with complex query String complexQuery = "title:\"test document\" AND content:search OR category:technology";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 23.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/log/cbean/bs/BsSearchLogCB.java
// =================================================================================== // Query // ===== public BsSearchLogCQ query() { assertQueryPurpose(); return doGetConditionQuery(); } protected BsSearchLogCQ doGetConditionQuery() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlog/SearchForm.java
*/ public SearchForm() { } /** * The log type field for filtering search logs. */ public String logType; /** * The query ID field for searching specific queries. */ public String queryId; /** * The user session ID field for filtering logs by session. */ public String userSessionId; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
</div> <c:if test="${partialResults}"> <div class="alert"> <p> <la:message key="labels.process_time_is_exceeded" /> </p> </div> </c:if> <div id="result" class="row"> <input type="hidden" id="queryId" value="${f:h(queryId)}" /> <input type="hidden" id="rt" value="${f:h(requestedTime)}" /> <ol class="list-unstyled col-md-8"> <c:forEach var="doc" varStatus="s" items="${documentItems}"> <li id="result${s.index}">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (0) -
src/main/webapp/js/search.js
rt = $("#rt").val(), queryId = $("#queryId").val(), order = $(this).attr("data-order"), url = $(this).attr("href"), buf = [], hashIndex, hashStr; buf.push(contextPath); buf.push("/go/?rt="); buf.push(rt); buf.push("&docId="); buf.push(docId); buf.push("&queryId="); buf.push(queryId); buf.push("&order="); buf.push(order);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jun 19 07:14:01 UTC 2025 - 7.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java
/** * Serves a thumbnail image for the specified document. * * @param form the thumbnail request form containing document ID and query parameters * @return ActionResponse containing the thumbnail image or 404 if not found */ @Execute public ActionResponse index(final ThumbnailForm form) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/ApiResult.java
* Indicates if the search results are partial. */ protected boolean partial; /** * The time taken for the search query in milliseconds. */ protected long queryTime; /** * The search query string. */ protected String searchQuery; /** * The time when the search request was made. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 24.9K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.notificationTo=Notification To labels.num=Num labels.pn=Page Number labels.protocolScheme=Scheme labels.purgeByBots=Purge Bots labels.logLevel=Log Level labels.purgeSearchLogDay=Purge Search Log labels.query=Query labels.queryId=Query ID labels.rt=rt labels.searchLog=Search Log labels.sort=Sort labels.start=Start labels.loginRequired=Login Required labels.loginLink=Show Login Link labels.threadName=Thread Name labels.url=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) -
src/main/webapp/WEB-INF/view/index.jsp
</div> <fieldset> <legend><la:message key="labels.search" /></legend> <div class="clearfix"> <div class="mx-auto col-10 col-sm-8 col-md-8 col-lg-6"> <la:text styleClass="query form-control" property="q" size="50" maxlength="1000" styleId="contentQuery" autocomplete="off" /> </div> </div> <c:if test="${!empty popularWords}"> <div class="clearfix">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 11:58:45 UTC 2025 - 7K bytes - Viewed (0)