Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for getIndexFieldLastModified (0.1 sec)

  1. src/main/java/org/codelibs/fess/crawler/transformer/FessXpathTransformer.java

            // last_modified
            final Date lastModified = responseData.getLastModified();
            if (lastModified != null) {
                putResultDataBody(dataMap, fessConfig.getIndexFieldLastModified(), lastModified);
                // timestamp
                putResultDataBody(dataMap, fessConfig.getIndexFieldTimestamp(), lastModified);
            } else {
                // timestamp
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * comment: Field name for last modified date in the index.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getIndexFieldLastModified();
    
        /**
         * Get the value for the key 'index.field.anchor'. <br>
         * The value is, e.g. anchor <br>
         * comment: Field name for anchor in the index.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
Back to top