- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 148 for doc_id (0.06 sec)
-
doc.json
"date_optional_time" L526: }, L527: "expires": { L528: "type": "date", L529: "format": "date_optional_time" L530: }, L531: "digest": { L532: "type": "text", L533: "index": false L534: }, L535: "doc_id": { L536: "type": "keyword" L537: }, L538: "favorite_count": { L539: "type": "long" L540: }, L541: "filename": { L542: "type": "keyword" L543: }, L544: "filetype": { L545: "type": "keyword"...github.com/codelibs/fess/src/main/resources/fes...Tue Aug 15 11:50:35 UTC 2023 11.8K bytes -
search.js
"/api/v1/favorites", L136: data: { L137: queryId: $queryId.val() L138: } L139: }) L140: .done(function(data) { L141: var docIds, L142: i; L143: if (data.record_count > 0) { L144: docIds = data.data; L145: for (i = 0; i < docIds.length; i++) { L146: docIds[i] = "#" + docIds[i].doc_id; L147: } L148: $favorites.each(function(index) { L149: var $favorite = $(this), L150: url = $favorite.attr("href"),...github.com/codelibs/fess/src/main/webapp/js/sea...Thu Mar 30 05:45:24 UTC 2023 7.5K 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 -
SearchApiManager.java
null) { L611: throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "docId is empty."); L612: } L613: final String docId = docIdObj.toString(); L614: final String queryId = request.getParameter("queryId"); L615: L616: final String[] docIds = userInfoHelper.getResultDocIds(URLDecoder.decode(queryId, Constants.UTF_8)); L617: if (docIds == null) { L618: throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST,...github.com/codelibs/fess/src/main/java/org/code...Sat Oct 12 01:54:46 UTC 2024 50.3K bytes -
fess_config.properties
al_password=admin L298: L299:# field names L300:index.field.favorite_count=favorite_count L301:index.field.click_count=click_count L302:index.field.config_id=config_id L303:index.field.expires=expires L304:index.field.url=url L305:index.field.doc_id=doc_id L306:index.field.id=_id L307:index.field.version=_version L308:index.field.seq_no=_seq_no L309:index.field.primary_term=_primary_term L310:index.field.lang=lang L311:index.field.has_cache=has_cache L312:index.field.last_modified=last_modified ...github.com/codelibs/fess/src/main/resources/fes...Tue Oct 01 14:13:38 UTC 2024 30.9K bytes -
FessConfig.java
String INDEX_FIELD_EXPIRES = "index.field.expires"; L567: L568: /** The key of the configuration. e.g. url */ L569: String INDEX_FIELD_URL = "index.field.url"; L570: L571: /** The key of the configuration. e.g. doc_id */ L572: String INDEX_FIELD_doc_id = "index.field.doc_id"; L573: L574: /** The key of the configuration. e.g. _id */ L575: String INDEX_FIELD_ID = "index.field.id"; L576: L577: /** The key of the configuration. e.g. _version */ L578: String INDEX_FIELD_VERSION =...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:11:58 UTC 2024 468.5K bytes -
SearchHelper.java
builder.setQuery(boolQuery); L307: builder.setFetchSource(fields, null); L308: queryHelper.processSearchPreference(builder, userBean, docId); L309: return true; L310: }); L311: L312: } L313: L314: public List<Map<String, Object>> getDocumentListByDocIds(final String[] docIds, final String[] fields, L315: final OptionalThing<FessUserBean> userBean, final SearchRequestType searchRequestType) { L316: final FessConfig fessConfig...github.com/codelibs/fess/src/main/java/org/code...Fri Oct 11 21:20:39 UTC 2024 19.1K bytes -
CrawlTestBase.java
ation/json").body(scrollBody).get(getEsUrl() + "/_search/scroll"); L195: jsonPath = JsonPath.from(response.asString()); L196: } L197: L198: for (String docId : docIds) { L199: given().contentType("application/json").delete(getEsUrl() + "/" + DOC_INDEX_NAME + "/" + docId); L200: } L201: } L202: L203: protected static List<Map<String, Object>> readCrawlingInfo(final String configId) { L204: final List<Map<String, Object>> logList = readLogItems("crawlinginfo");...github.com/codelibs/fess/src/test/java/org/code...Thu Feb 22 01:37:57 UTC 2024 9.9K bytes -
BsClickLogCA.java
setDocId_Terms(null); L243: } L244: L245: public void setDocId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda) { L246: setDocId_Terms("docId", opLambda, null); L247: } L248: L249: public void setDocId_Terms(ConditionOptionCall<TermsAggregationBuilder> opLambda, OperatorCall<BsClickLogCA> aggsLambda) { L250: setDocId_Terms("docId", opLambda, aggsLambda); L251: } L252: L253: public void setDocId_Terms(String name, ConditionOptionCall<TermsAggregationBuilder> opLambda,...github.com/codelibs/fess/src/main/java/org/code...Thu Feb 22 01:37:57 UTC 2024 45.5K bytes -
login.js
function(event) { L39: var button = $(event.relatedTarget), L40: docId = button.data("docid"), L41: title = button.data("title"), L42: url = button.data("url"); L43: L44: $(this) L45: .find(".modal-body #delete-doc-title") L46: .text(title); L47: $(this) L48: .find(".modal-body #delete-doc-url") L49: .text(url); L50: $(this) L51: .find(".modal-footer input#docId") L52: .val(docId); L53: }); L54:});...github.com/codelibs/fess/src/main/webapp/js/log...Wed Sep 12 06:47:49 UTC 2018 1.3K bytes