- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for relatedcontent (0.06 sec)
-
src/main/resources/fess_config.properties
# Online help key for keymatch. online.help.name.keymatch=keymatch # Online help key for related query. online.help.name.relatedquery=relatedquery # Online help key for related content. online.help.name.relatedcontent=relatedcontent # Online help key for wizard. online.help.name.wizard=wizard # Online help key for bad word. online.help.name.badword=badword # Online help key for path mapping. online.help.name.pathmap=pathmap
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/ca/bs/BsRelatedContentCA.java
RelatedContentCQ cq = new RelatedContentCQ(); if (queryLambda != null) { queryLambda.callback(cq); } FilterAggregationBuilder builder = regFilterA(name, cq.getQuery()); if (opLambda != null) { opLambda.callback(builder); } if (aggsLambda != null) { RelatedContentCA ca = new RelatedContentCA();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 55.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/cbean/cq/bs/BsRelatedContentCQ.java
RelatedContentCQ mustQuery = new RelatedContentCQ(); RelatedContentCQ shouldQuery = new RelatedContentCQ(); RelatedContentCQ mustNotQuery = new RelatedContentCQ(); RelatedContentCQ filterQuery = new RelatedContentCQ(); boolLambda.callback(mustQuery, shouldQuery, mustNotQuery, filterQuery);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 63.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
buf.append(",\"related_query\":"); buf.append(escapeJson(relatedQueries)); final String[] relatedContents = relatedContentHelper.getRelatedContents(params.getQuery()); buf.append(",\"related_contents\":"); buf.append(escapeJson(relatedContents)); buf.append(','); buf.append("\"data\":["); if (!documentItems.isEmpty()) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (0)