- Sort Score
- Result 10 results
- Languages All
Results 91 - 100 of 132 for Term (0.02 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/bsbhv/BsRelatedQueryBhv.java
result.setCreatedTime(DfTypeUtil.toLong(source.get("createdTime"))); result.setQueries(toStringArray(source.get("queries"))); result.setTerm(DfTypeUtil.toString(source.get("term"))); result.setUpdatedBy(DfTypeUtil.toString(source.get("updatedBy"))); result.setUpdatedTime(DfTypeUtil.toLong(source.get("updatedTime")));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9.8K bytes - Viewed (0) -
src/packaging/deb/init.d/fess
exit $return ;; stop) log_daemon_msg "Stopping $DESC" if [ -f "$PID_FILE" ]; then start-stop-daemon --stop --pidfile "$PID_FILE" \ --user "$FESS_USER" \ --quiet \ --retry forever/TERM/20 > /dev/null if [ $? -eq 1 ]; then log_progress_msg "$DESC is not running but pid file exists, cleaning up" elif [ $? -eq 3 ]; then PID="`cat $PID_FILE`" log_failure_msg "Failed to stop $DESC (pid $PID)"
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.8K bytes - Viewed (0) -
src/main/resources/fess_config.properties
crawler.document.append.filename=false # Maximum size of alphanumeric terms in documents. crawler.document.max.alphanum.term.size=20 # Maximum size of symbol terms in documents. crawler.document.max.symbol.term.size=10 # Whether to remove duplicate terms in documents. crawler.document.duplicate.term.removed=false # Unicode space characters for document parsing.
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/query/parser/QueryParser.java
defaultField = f; } /** * Overrides the field query creation to handle quoted queries specially. * For quoted queries on the default field, creates a phrase query instead of a term query. * * @param field the field to query * @param queryText the query text * @param quoted whether the query is quoted * @return the created Query object
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/entity/QueryContext.java
return fieldLogMap.getOrDefault(Constants.DEFAULT_FIELD, Collections.emptyList()); } return Collections.emptyList(); } /** * Adds a query term to the highlighted query set. * @param text The query text to highlight. */ public void addHighlightedQuery(final String text) { if (highlightedQuerySet != null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
String CRAWLER_DOCUMENT_MAX_ALPHANUM_TERM_SIZE = "crawler.document.max.alphanum.term.size"; /** The key of the configuration. e.g. 10 */ String CRAWLER_DOCUMENT_MAX_SYMBOL_TERM_SIZE = "crawler.document.max.symbol.term.size"; /** The key of the configuration. e.g. false */ String CRAWLER_DOCUMENT_DUPLICATE_TERM_REMOVED = "crawler.document.duplicate.term.removed";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Label */ public static final String LABELS_TARGET_LABEL = "{labels.targetLabel}"; /** The key of the message: Term */ public static final String LABELS_TERM = "{labels.term}"; /** The key of the message: Fields */ public static final String LABELS_FIELDS = "{labels.fields}"; /** The key of the message: Extended Query */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 02:36:47 UTC 2025 - 146.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/entity/SearchRequestParamsTest.java
} public void test_hasConditionQuery_withMultipleConditions() { // Test with multiple conditions testParams.conditions.put(SearchRequestParams.AS_Q, new String[] { "search term" }); testParams.conditions.put(SearchRequestParams.AS_FILETYPE, new String[] { "doc" }); testParams.conditions.put(SearchRequestParams.AS_NQ, new String[] { "exclude" });
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 26.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.27.md
- github.com/moby/ipvs: [v1.0.1 → v1.1.0](https://github.com/moby/ipvs/compare/v1.0.1...v1.1.0) - github.com/moby/term: [39b0c02 → 1aeaba8](https://github.com/moby/term/compare/39b0c02...1aeaba8) - github.com/onsi/ginkgo/v2: [v2.4.0 → v2.9.1](https://github.com/onsi/ginkgo/v2/compare/v2.4.0...v2.9.1)
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jul 17 07:48:22 UTC 2024 - 466.3K bytes - Viewed (2) -
src/main/resources/fess_label_zh_TW.properties
labels.maxSize=最大大小 labels.order=順序 labels.purgeSuggestSearchLogDay=刪除以前的建議資訊 labels.q=查詢 labels.roles=角色 labels.suggestSearchLog=建議搜尋日誌 labels.suggestWord=建議詞 labels.targetLabel=標籤 labels.term=搜尋詞 labels.fields=欄位 labels.ex_q=擴展查詢 labels.oldPassword=目前密碼 labels.newPassword=新密碼 labels.confirmNewPassword=確認新密碼 labels.menu_system=系統 labels.menu_wizard=嚮導 labels.menu_crawl_config=通用
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0)