Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for docid (0.01 sec)

  1. src/main/java/org/codelibs/fess/opensearch/log/cbean/cq/bs/BsClickLogCQ.java

        }
    
        public void setDocId_Equal(String docId) {
            setDocId_Term(docId, null);
        }
    
        public void setDocId_Equal(String docId, ConditionOptionCall<TermQueryBuilder> opLambda) {
            setDocId_Term(docId, opLambda);
        }
    
        public void setDocId_Term(String docId) {
            setDocId_Term(docId, null);
        }
    
        public void setDocId_Term(String docId, ConditionOptionCall<TermQueryBuilder> opLambda) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Mar 15 06:53:53 UTC 2025
    - 63.5K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                    throw new WebApiException(HttpServletResponse.SC_BAD_REQUEST, "docId is empty.");
                }
                final String docId = docIdObj.toString();
                final String queryId = request.getParameter("queryId");
    
                final String[] docIds = userInfoHelper.getResultDocIds(URLDecoder.decode(queryId, Constants.UTF_8));
                if (docIds == null) {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.6K bytes
    - Viewed (0)
  3. src/main/resources/fess_label_ru.properties

    labels.userFavorite=Журнал избранного
    labels.userInfo=Информация о пользователе
    labels.webApiJson=Ответ JSON
    labels.webConfigName=Имя конфигурации веб-сканирования
    labels.allLanguages=Все языки
    labels.dictId=ID словаря
    labels.docId=ID документа
    labels.endTime=Время окончания
    labels.hq=hq
    labels.inputs=Входы
    labels.jobLogging=Ведение журнала
    labels.jobName=Имя
    labels.jobStatus=Статус
    labels.labelTypeIds=Метки
    labels.lang=Язык
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 55.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_config.properties

    index.field.config_id=config_id
    # Field name for expiration date in the index.
    index.field.expires=expires
    # Field name for URL in the index.
    index.field.url=url
    # Field name for document ID in the index.
    index.field.doc_id=doc_id
    # Field name for internal ID in the index.
    index.field.id=_id
    # Field name for version in the index.
    index.field.version=_version
    # Field name for sequence number in the index.
    index.field.seq_no=_seq_no
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
Back to top