- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 148 for doc_id (0.07 sec)
-
searchResults.jsp
L42: <a class="link" href="${doc.url_link}" data-uri="${doc.url_link}" L43: data-id="${doc.doc_id}" data-order="${s.index}">${doc.content_title}</a> L44: </h3> L45: <div class="body"> L46: <c:if test="${thumbnailSupport && !empty doc.thumbnail}"> L47: <div class="mr-3"> L48: <a class="link d-none d-sm-flex" href="${doc.url_link}" data-uri="${doc.url_link}" data-id="${doc.doc_id}" L49: data-order="${s.index}" L50: > <img src="${fe:url('/images/blank.png')}" alt="thumbnail"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Jun 09 04:29:42 UTC 2022 9K bytes -
ViewHelperTest.java
L171: "file://home/taro/%E3%81%82.txt"); L172: L173: assertUrlLink(null, "#not-found-docId"); L174: assertUrlLink("", "#not-found-docId"); L175: assertUrlLink(" ", "#not-found-docId"); L176: } L177: L178: private void assertUrlLink(String url, String expected) { L179: Map<String, Object> doc = new HashMap<>(); L180: doc.put("doc_id", "docId"); L181: doc.put("url", url); L182: assertEquals(expected, viewHelper.getUrlLink(doc)); L183:...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 15.1K bytes -
admin_searchlist.jsp
<c:if test="${editable}"> L114: <la:link L115: href="/admin/searchlist/edit?crudMode=2&doc.doc_id=${f:u(doc.doc_id)}&q=${f:u(q)}" L116: styleClass="btn btn-primary btn-xs"> L117: <em class="fa fa-pencil-alt"> L118:...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Sep 24 13:09:22 UTC 2020 20K bytes -
SearchListTests.java
L112: L113: if (setting.containsKey(idKey)) { L114: requestBody.put(idKey, setting.get(idKey)); L115: } L116: L117: final Map<String, Object> doc = new HashMap<>(); L118: doc.put("doc_id", setting.get("doc_id")); L119: doc.put("url", setting.get("url_link")); L120: doc.put("title", setting.get("title")); L121: doc.put("role", "Rguest"); L122: doc.put("boost", setting.get("boost")); L123: ...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 4.5K bytes -
searchResults.jsp
L42: <a class="link" href="${doc.url_link}" data-uri="${doc.url_link}" L43: data-id="${doc.doc_id}" data-order="${s.index}">${doc.content_title}</a> L44: </h3> L45: <div class="body"> L46: <c:if test="${thumbnailSupport && !empty doc.thumbnail}"> L47: <div class="mr-3"> L48: <a class="link d-none d-sm-flex" href="${doc.url_link}" data-uri="${doc.url_link}" data-id="${doc.doc_id}" L49: data-order="${s.index}" L50: > <img src="${fe:url('/images/blank.png')}" alt="thumbnail"...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Jun 09 04:29:42 UTC 2022 9K bytes -
admin_searchlist_edit.jsp
<div class="form-group row"> L97: <label for="doc.doc_id" class="col-sm-3 text-sm-right col-form-label">doc_id</label> L98: <div class="col-sm-9"> L99: ${f:h(doc.doc_id)} L100: <la:hidden styleId="doc.doc_id" property="doc.doc_id"/> L101: </div> L102: ...github.com/codelibs/fess/src/main/webapp/WEB-IN...Thu Feb 13 07:47:04 UTC 2020 24.9K bytes -
IndexingHelperTest.java
docList.size()); L152: assertEquals(0, deletedDocIdList.size()); L153: L154: docList.clear(); L155: deletedDocIdList.clear(); L156: docList.add(new HashMap<>(Map.of(// L157: "config_id", "W01", // L158: "doc_id", "1", // L159: "url", "http://test.com/001"// L160: ))); L161: documentSizeByQuery = oldDocList.size(); L162: assertEquals(0, indexingHelper.deleteOldDocuments(client, docList)); L163: assertEquals(1, docList.size());...github.com/codelibs/fess/src/test/java/org/code...Wed Jul 24 08:54:24 UTC 2024 23.4K bytes -
ApiAdminSearchlistAction.java
messages.addErrorsResultSizeExceeded(GLOBAL)); L98: } L99: L100: throwValidationErrorApi(messages -> messages.addErrorsInvalidQueryUnknown(GLOBAL)); L101: return null; // ignore L102: } L103: L104: // GET /api/admin/searchlist/doc/{doc_id} L105: @Execute L106: public JsonResponse<ApiResult> get$doc(final String id) { L107: return asJson(new ApiDocResponse().doc(searchEngineClient.getDocument(fessConfig.getIndexDocumentUpdateIndex(), builder -> { L108: build...github.com/codelibs/fess/src/main/java/org/code...Wed Jul 24 09:03:45 UTC 2024 10.2K bytes -
openapi-user.yaml
NotFound' L440: '500': L441: $ref: '#/components/responses/InternalServerError' L442: L443: /documents/{docId}/favorite: L444: post: L445: tags: L446: - favorite L447: summary: Set a favorite mark L448: description: Set a favorite mark to the document L449: operationId: setFavorite L450: parameters: L451: - name: docId L452: in: path L453: description: Document ID to be favorited L454: required: true L455: ...github.com/codelibs/fess/src/main/config/openap...Thu May 09 06:31:27 UTC 2024 21.6K bytes -
doc.json
"date_optional_time" L524: }, L525: "expires": { L526: "type": "date", L527: "format": "date_optional_time" L528: }, L529: "digest": { L530: "type": "text", L531: "index": false L532: }, L533: "doc_id": { L534: "type": "keyword" L535: }, L536: "favorite_count": { L537: "type": "long" L538: }, L539: "filename": { L540: "type": "keyword" L541: }, L542: "filetype": { L543: "type": "keyword"...github.com/codelibs/fess/src/main/resources/fes...Tue Aug 15 11:50:35 UTC 2023 11.7K bytes