Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

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

  1. src/main/java/org/codelibs/fess/query/QueryCommand.java

         * @return An optional containing the query languages array, or empty if not available.
         */
        protected OptionalThing<String[]> getQueryLanguages() {
            return LaRequestUtil.getOptionalRequest()
                    .map(request -> ComponentUtil.getFessConfig()
                            .getQueryLanguages(request.getLocales(), (String[]) request.getAttribute(Constants.REQUEST_LANGUAGES)));
        }
    
        /**
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Nov 23 11:39:05 GMT 2025
    - 11.6K bytes
    - Click Count (0)
Back to Top