Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        protected String getHostKey(final RelatedContent entity) {
            final String key = entity.getVirtualHost();
            return StringUtil.isBlank(key) ? StringUtil.EMPTY : key;
        }
    
        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 Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:53:18 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top