Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for toJSONString (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/suggest/index/operations/ContentIndexingOperations.java

            logger.info(msg);
            if (logger.isDebugEnabled()) {
                for (final SuggestItem item : items) {
                    logger.debug("[{}] {}", type, item.toJsonString());
                }
            }
        }
    
        /**
         * Gets the contents parser.
         *
         * @return The contents parser
         */
        public ContentsParser getContentsParser() {
    Created: Fri Apr 17 09:08:13 GMT 2026
    - Last Modified: Sat Mar 14 02:35:38 GMT 2026
    - 21.7K bytes
    - Click Count (0)
Back to Top