Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRelatedContents (2.95 sec)

  1. src/main/java/org/codelibs/fess/helper/RelatedContentHelper.java

         *
         * @param query the search query to find related content for
         * @return array of related content strings, or empty array if no matches found
         */
        public String[] getRelatedContents(final String query) {
            final String key = ComponentUtil.getVirtualHostHelper().getVirtualHostKey();
            final Pair<Map<String, String>, List<Pair<Pattern, String>>> pair = relatedContentMap.get(key);
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 8.2K bytes
    - Viewed (0)
Back to top