Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for parent_id (0.04 sec)

  1. src/main/resources/fess_config.properties

    index.field.timestamp=timestamp
    # Field name for label in the index.
    index.field.label=label
    # Field name for MIME type in the index.
    index.field.mimetype=mimetype
    # Field name for parent ID in the index.
    index.field.parent_id=parent_id
    # Field name for important content in the index.
    index.field.important_content=important_content
    # Field name for content in the index.
    index.field.content=content
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 14:45:37 UTC 2025
    - 54.7K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            // id
            putResultDataBody(dataMap, fessConfig.getIndexFieldId(), crawlingInfoHelper.generateId(dataMap));
            // parentId
            String parentUrl = responseData.getParentUrl();
            if (StringUtil.isNotBlank(parentUrl)) {
                parentUrl = pathMappingHelper.replaceUrl(sessionId, parentUrl);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
Back to top