Commit graph

4305 commits

Author SHA1 Message Date
Shinsuke Sugaya
becc83e9f2 fix #2792 Enhanced CPU load management and thread waiting logic for better system stability 2023-12-29 15:49:58 +09:00
Shinsuke Sugaya
129418d44c fix #2791 Updated byte display in log messages for detailed size representation with decimal precision 2023-12-29 14:43:51 +09:00
Shinsuke Sugaya
c1f8467d66 fix #2790 Enhanced exception logging to warning level in action classes 2023-12-24 14:37:36 +09:00
Shinsuke Sugaya
bedf2934b1 fix #2789 bump up to java 21 2023-12-23 19:43:27 +09:00
Shinsuke Sugaya
90d6af1385 fix #2788 bump up to tomcat 10.1 2023-12-23 15:18:48 +09:00
Hoang Trung Hieu
642d96a1a6
Search by DocID instead of ID when deleting old documents (#2787)
The method IndexingHelper#deleteOldDocuments() is responsible for removing
old search entries, and it seems that it can find these old entries correctly
(the docIdList correctly contains old entries).

But the deleteByQuery() call seems to be searching the wrong column (with the
default settings, it is searching by "_id" column instead of "doc_id").

This patch changes the QueryBuilder (used by deleteByQuery) from querying
by "_id" column to "doc_id" instead.
2023-12-16 08:09:57 +09:00
Shinsuke Sugaya
613c418631 fix #2786 Optimized Content-Disposition handling: use 'filename*' only for non-ASCII names. 2023-12-01 21:11:39 +09:00
Shinsuke Sugaya
39bf5f1943 fix #2785 Removed BOM from stopwords.txt files for multiple languages in Fess indices 2023-11-27 21:59:36 +09:00
Shinsuke Sugaya
e35c04d8c6 fix #2784 Added functionality to set Content-Disposition to inline based on MIME types configuration 2023-11-19 11:22:47 +09:00
Shinsuke Sugaya
5bbf18084c update repository id for oss.sonatype.org 2023-11-18 06:17:00 +09:00
Shinsuke Sugaya
0f2ef0ce07 fix #2783 Add snapshot repository to pom.xml and streamline GitHub Actions workflows 2023-11-18 05:59:30 +09:00
Shinsuke Sugaya
6d0530a778 fix #2778 Implement phrase query handling for single-word terms enclosed in quotes 2023-11-02 10:07:13 +09:00
Shinsuke Sugaya
79cd2a60bd replace with fess-14.12 branch 2023-10-31 22:12:32 +09:00
Shinsuke Sugaya
0e923eeb53 fess-parent 14.12.0-SNAPSHOT 2023-10-29 10:35:26 +09:00
Shinsuke Sugaya
2bc92694bc fix #2776 Tweak exception handling in PluginHelper for better clarity. 2023-10-25 21:28:44 +09:00
Shinsuke Sugaya
2d07323b8c update doc 2023-10-21 13:07:59 +09:00
Shinsuke Sugaya
96c3bf0c12 [maven-release-plugin] prepare for next development iteration 2023-10-19 12:41:07 +00:00
Shinsuke Sugaya
7ab6fd4771 [maven-release-plugin] prepare release fess-14.11.0 2023-10-19 12:41:01 +00:00
Shinsuke Sugaya
8a36e4aef3 fess-script-groovy 14.11.0 2023-10-19 17:05:01 +09:00
Shinsuke Sugaya
eec6740eba fix #2775 upgrade tasks for 14.11 2023-10-19 16:34:43 +09:00
Shinsuke Sugaya
8ecf5055d3 [maven-release-plugin] prepare for next development iteration 2023-10-19 07:02:38 +00:00
Shinsuke Sugaya
e35c9f68de [maven-release-plugin] prepare release fess-14.11.0 2023-10-19 07:02:33 +00:00
Shinsuke Sugaya
f5cc59c6d8 fess-parent 14.11.0 2023-10-19 13:49:04 +09:00
Shinsuke Sugaya
618dcb1041 opensearch 2.11.0 2023-10-19 08:19:17 +09:00
Shinsuke Sugaya
2a473626cd fix #2774 Refactor variable name and update log message 2023-10-17 20:20:46 +09:00
Shinsuke Sugaya
9ff28a173d fix #2772 Refine thumbnail creation failure logs 2023-10-12 16:19:53 +09:00
Shinsuke Sugaya
1d0dc43f00 fix #2771 Suppress debug log in ThumbnailManager to active generating state only. 2023-10-12 08:34:16 +09:00
Shinsuke Sugaya
49cb0dd09c fix #2770 Updated CommandGenerator to set command timeout properties 2023-10-12 08:23:32 +09:00
Shinsuke Sugaya
49ed6fa161 fix #2769 add fess-thumbnail 2023-10-08 22:19:18 +09:00
Shinsuke Sugaya
a917f66f1b code cleanup 2023-10-04 21:34:08 +09:00
Shinsuke Sugaya
6d89b3447c exclude opensearch-scripting-painless-spi 2023-09-28 17:40:11 +09:00
Shinsuke Sugaya
e121850ff4 opensearch 2.10.0 2023-09-28 13:41:36 +09:00
Shinsuke Sugaya
798d0f74f4 fess-parent 14.11.0-SNAPSHOT 2023-09-20 22:27:57 +09:00
Shinsuke Sugaya
d03624d195 [maven-release-plugin] prepare for next development iteration 2023-09-17 07:50:33 +00:00
Shinsuke Sugaya
acc6c04a46 [maven-release-plugin] prepare release fess-14.10.1 2023-09-17 07:50:28 +00:00
Shinsuke Sugaya
284d4a2347 fix #2768 set request/response on searcher 2023-09-07 17:11:26 +09:00
Shinsuke Sugaya
58f51f8679 #2767 add searcher 2023-09-05 21:49:07 +09:00
Shinsuke Sugaya
95577ce58a fix #2767 add searcher 2023-09-05 21:27:59 +09:00
Shinsuke Sugaya
87318c70be fix #2766 add user role 2023-08-17 11:42:07 +09:00
Shinsuke Sugaya
d066276598 add debug log 2023-08-17 11:13:25 +09:00
Shinsuke Sugaya
bc2e44e33d fix #2765 replace with lang_eu 2023-08-15 20:50:35 +09:00
Shinsuke Sugaya
62664ac1e1 code cleanup 2023-08-12 09:18:38 +09:00
Shinsuke Sugaya
3bbed94797 fix #2764 replace with acl/posix file attributes 2023-08-09 18:24:16 +09:00
Shinsuke Sugaya
ef8b98cd83 fix #2763 improve recursive handling 2023-08-08 22:01:58 +09:00
Shinsuke Sugaya
a637b7574d update doc 2023-08-06 21:22:34 +09:00
Shinsuke Sugaya
dc26e476e9 [maven-release-plugin] prepare for next development iteration 2023-08-06 01:52:47 +00:00
Shinsuke Sugaya
19d290324d [maven-release-plugin] prepare release fess-14.10.0 2023-08-06 01:52:42 +00:00
Shinsuke Sugaya
d3a3b3d925 fess-parent 14.10.0 2023-08-05 20:36:22 +09:00
Shinsuke Sugaya
a73b5e0f22 fix #2762 upgrade tasks for 14.10 2023-08-05 15:25:52 +09:00
Shinsuke Sugaya
f13e89af3a add source:jar and javadoc:jar 2023-08-03 15:58:42 +09:00