Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for facetQueryView (0.06 seconds)

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

        }
    
        /**
         * Returns a string representation of this FacetQueryView object.
         * Includes the title and query map for debugging purposes.
         *
         * @return string representation of this FacetQueryView instance
         */
        @Override
        public String toString() {
            return "FacetQueryView [title=" + title + ", queryMap=" + queryMap + "]";
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Nov 28 16:29:12 GMT 2025
    - 4.4K bytes
    - Click Count (0)
Back to Top