- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for getResponseFieldContentDescription (0.24 sec)
-
src/test/java/org/codelibs/fess/query/TermQueryCommandTest.java
return baseConfig.getQueryAdditionalAnalyzedFields(); } @Override public String getResponseFieldContentDescription() { return baseConfig.getResponseFieldContentDescription(); } @Override public String getResponseFieldContentTitle() { return baseConfig.getResponseFieldContentTitle();
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 20.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/rank/fusion/DefaultSearcher.java
} // ContentTitle if (viewHelper != null) { docMap.put(fessConfig.getResponseFieldContentTitle(), viewHelper.getContentTitle(docMap)); docMap.put(fessConfig.getResponseFieldContentDescription(), viewHelper.getContentDescription(docMap)); docMap.put(fessConfig.getResponseFieldUrlLink(), viewHelper.getUrlLink(docMap));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryTestBase.java
} @Override public String getQueryFuzzyTranspositions() { return "true"; } @Override public String getResponseFieldContentDescription() { return "content_description"; } @Override public String getResponseFieldContentTitle() { return "content_title";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 14.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
} if (apiResponseFieldSet == null) { setApiResponseFields(fessConfig.getQueryAdditionalApiResponseFields(// SCORE_SORT_VALUE, // fessConfig.getResponseFieldContentDescription(), // fessConfig.getResponseFieldContentTitle(), // fessConfig.getResponseFieldSitePath(), // fessConfig.getResponseFieldUrlLink(), //
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 20.6K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SearchHelperTest.java
} @Override public String getResponseFieldContentTitle() { return "title"; } @Override public String getResponseFieldContentDescription() { return "description"; } @Override public String getResponseFieldUrlLink() { return "url"; } @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 18.9K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/query/QueryFieldConfigTest.java
} @Override public String getIndexFieldAnchor() { return "anchor"; } @Override public String getResponseFieldContentDescription() { return "content_description"; } @Override public String getResponseFieldContentTitle() { return "content_title";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 33.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
docMap.put(fessConfig.getResponseFieldContentTitle(), viewHelper.getContentTitle(docMap)); docMap.put(fessConfig.getResponseFieldContentDescription(), viewHelper.getContentDescription(docMap)); docMap.put(fessConfig.getResponseFieldUrlLink(), viewHelper.getUrlLink(docMap));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 35.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* comment: Field name for content description in the response. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getResponseFieldContentDescription(); /** * Get the value for the key 'response.field.url_link'. <br> * The value is, e.g. url_link <br> * comment: Field name for URL link in the response.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)