Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keyvalues (0.06 sec)

  1. fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/ExtractData.java

        /**
         * Gets the values associated with a given key from the metadata.
         *
         * @param key the metadata key
         * @return the values associated with the key, or null if not found
         */
        public String[] getValues(final String key) {
            return metadata.get(key);
        }
    
        /**
         * Gets the set of all metadata keys.
         *
         * @return the set of metadata keys
         */
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Sat Sep 06 04:15:37 UTC 2025
    - 3.8K bytes
    - Viewed (0)
Back to top