Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getUrlLink (0.06 seconds)

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

  1. src/main/java/org/codelibs/fess/entity/ChatMessage.java

                this.snippet = snippet;
            }
    
            /**
             * Gets the ViewHelper-processed URL for display.
             *
             * @return the URL link
             */
            public String getUrlLink() {
                return urlLink;
            }
    
            /**
             * Sets the ViewHelper-processed URL for display.
             *
             * @param urlLink the URL link
             */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 04:52:31 GMT 2026
    - 10.1K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/chat/ChatClient.java

            final FessConfig fessConfig = ComponentUtil.getFessConfig();
            if (doc.get(fessConfig.getResponseFieldUrlLink()) == null) {
                doc.put(fessConfig.getResponseFieldUrlLink(), ComponentUtil.getViewHelper().getUrlLink(doc));
            }
        }
    
        /**
         * Result of a search operation, including queryId and requestedTime.
         */
        protected static class ChatSearchResult {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 21 06:04:58 GMT 2026
    - 56.6K bytes
    - Click Count (0)
Back to Top