- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for relatedcontent (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
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
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 59.3K bytes - Click Count (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();Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 55.1K bytes - Click Count (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);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 15 06:53:53 GMT 2025 - 63.8K bytes - Click Count (1) -
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()) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1)