Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

  1. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                throw new UnsupportedOperationException("getSimilarDocHash() is not supported in this implementation");
            }
    
            @Override
            public HighlightInfo getHighlightInfo() {
                return new HighlightInfo();
            }
        }
    
        @Override
        protected void writeHeaders(final HttpServletResponse response) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 27 13:56:32 GMT 2026
    - 55.4K bytes
    - Click Count (1)
  2. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

            /**
             * Sets the highlighting information.
             *
             * @param highlightInfo the highlighting configuration
             * @return this builder for method chaining
             */
            public SearchConditionBuilder highlightInfo(final HighlightInfo highlightInfo) {
                this.highlightInfo = highlightInfo;
                return this;
            }
    
            /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 138.6K bytes
    - Click Count (1)
Back to Top