Commit graph

4412 commits

Author SHA1 Message Date
Shinsuke Sugaya
f2372efdfd fess-parent 14.19.0-SNAPSHOT 2025-01-09 21:06:33 +09:00
Shinsuke Sugaya
5377e82e7e fix #2863 Add upper limits to search and click log queue sizes 2025-01-09 18:03:43 +09:00
Shinsuke Sugaya
b952ceef30 fix #2866 Prevent URL decoding of filenames for specific schemes. 2025-01-09 18:03:02 +09:00
Shinsuke Sugaya
de9652cfe1 [maven-release-plugin] prepare for next development iteration 2024-11-21 05:57:26 +00:00
Shinsuke Sugaya
f80acf08a1 [maven-release-plugin] prepare release fess-14.18.0 2024-11-21 05:57:24 +00:00
Shinsuke Sugaya
84178f793b fix #2858 upgrade tasks for 14.18 2024-11-21 10:14:06 +09:00
Shinsuke Sugaya
d6248035a3 fess-parent 14.18.0 2024-11-21 10:03:16 +09:00
Shinsuke Sugaya
c26171fe2e update docs 2024-10-12 16:19:47 +09:00
Shinsuke Sugaya
3ed9071299
Update README.fr.md 2024-10-12 14:50:32 +09:00
Shinsuke Sugaya
43af75f42d #2848 Refactor code: reverted to an if statement. 2024-10-12 10:54:15 +09:00
Shinsuke Sugaya
063a714370 fix #2848 Refactor code: Replace redundant conditions and enhance readability across several classes. 2024-10-12 06:11:58 +09:00
hi-yamap
173a05dd23
bugfix OpenIdConnectAuthenticator (#2847)
Fixed an issue where the type of `attributes["groups"]` had changed from `String[]` to `List<Object>`.
Add unittest.
2024-10-11 07:53:20 +09:00
hi-yamap
28bd3005cd
bugfix OpenIdConnectAuthenticator (#2845) 2024-10-04 08:12:10 +09:00
Shinsuke Sugaya
fbcb986acc fix #2846 Set query.orsearch.min.hit.count to -1 to disable automatic OR-based re-search. 2024-10-01 23:13:38 +09:00
Shinsuke Sugaya
5ec0acc4e7 fess-parent 14.18.0-SNAPSHOT 2024-10-01 22:51:06 +09:00
Shinsuke Sugaya
03196e147c update doc 2024-09-30 22:06:45 +09:00
Shinsuke Sugaya
bc80f33195 [maven-release-plugin] prepare for next development iteration 2024-09-28 00:23:52 +00:00
Shinsuke Sugaya
c25c167ebd [maven-release-plugin] prepare release fess-14.17.0 2024-09-28 00:23:50 +00:00
Shinsuke Sugaya
e2d663e1e5 fess-parent 14.17.0 2024-09-26 20:43:58 +09:00
Shinsuke Sugaya
25f7144dac fix #2844 Ignore case sensitivity in canonical URL comparison to prevent unnecessary redirects 2024-09-26 10:31:44 +09:00
Shinsuke Sugaya
3dec731f9e fix #2843 upgrade task for 14.17 2024-09-22 16:32:24 +09:00
Shinsuke Sugaya
cf9b73e103 opensearch 2.17.0 and minor update 2024-09-21 14:37:26 +09:00
Shinsuke Sugaya
9ac9f96948 fix #2842 Add http.fileupload.max.file.count property and refactor file upload handling logic 2024-09-08 14:41:41 +09:00
Shinsuke Sugaya
e7657528ef #2841 Fix fess_basic_config alias handling for Fess multi-instance support. 2024-08-24 11:22:00 +09:00
Shinsuke Sugaya
327d2eb160 fix #2841 Enabled support for multiple Fess web applications on a single OpenSearch instance. 2024-08-22 21:43:18 +09:00
Shinsuke Sugaya
ec6385766e fix #2839 Adjust API response to conditionally include exception messages based on configuration. 2024-08-15 17:29:04 +09:00
Shinsuke Sugaya
59dbbd602b fess-parent 14.17.0-SNAPSHOT 2024-08-15 16:24:18 +09:00
Shinsuke Sugaya
cf940e1cb4 replace codeql 2024-08-15 08:51:19 +09:00
Shinsuke Sugaya
01e16e4b12 update doc 2024-08-11 14:07:12 +09:00
Shinsuke Sugaya
2fdf2b4913 [maven-release-plugin] prepare for next development iteration 2024-08-11 02:24:14 +00:00
Shinsuke Sugaya
0a7e9d3bce [maven-release-plugin] prepare release fess-14.16.0 2024-08-11 02:24:12 +00:00
Shinsuke Sugaya
c3b7629d0e fess-parent 14.16.0 2024-08-10 14:47:11 +09:00
Shinsuke Sugaya
e40edd2008 fix #2838 upgrade task for 14.16 2024-08-10 12:53:29 +09:00
Shinsuke Sugaya
abe6356a44 opensearch 2.16.0 2024-08-09 21:42:36 +09:00
Shinsuke Sugaya
c895e16ce5 fix #2837 Removed scriptlet usage in Admin Design page for better code maintainability. 2024-07-28 18:03:48 +09:00
Shinsuke Sugaya
906699974c fix #2835 Add interface for rewriting search request parameters before processing 2024-07-26 14:40:28 +09:00
Shinsuke Sugaya
9999aad850 fix #2834 Added language detection and default value settings to bulk document indexing in Admin API. 2024-07-25 10:47:59 +09:00
Shinsuke Sugaya
11beb70eb5 fix #2833 Add bulk document indexing API to Admin API 2024-07-24 17:54:24 +09:00
Shinsuke Sugaya
93354ce179 #2831 Ensure score is finite before adding to API response in SearchHelper and DefaultSearcher. 2024-07-22 15:56:21 +09:00
Shinsuke Sugaya
bc55977e9d fix #2832 Auto-switch search operator to OR when hit count is below threshold 2024-07-22 15:09:52 +09:00
Shinsuke Sugaya
fd90007bc1 fix #2831 Include score in the search API response fields. 2024-07-22 13:30:29 +09:00
Shinsuke Sugaya
7df7b403ed fix #2830 Add batch_size parameter to search log and click log processing. 2024-07-22 11:07:22 +09:00
Shinsuke Sugaya
eef39ab1b8 fix #2829 Enable specifying RankFusionSearcher via system properties configuration. 2024-07-15 16:35:47 +09:00
Shinsuke Sugaya
64f7bf0332 fix #2828 Add configurable DisMax query support for default field searches 2024-07-11 17:26:36 +09:00
Shinsuke Sugaya
4a010e703d fix #2827 Add CPU load calibration during search log download to prevent high CPU usage. 2024-07-05 12:33:18 +09:00
Shinsuke Sugaya
5d74bd3c3b fix #2826 Added support for defining field configurations via field.config.fieldname in crawl settings. 2024-07-04 15:20:49 +09:00
Shinsuke Sugaya
89072190b2 fess-parent 14.16.0-SNAPSHOT 2024-07-04 12:07:34 +09:00
Shinsuke Sugaya
b0d02b6777 update doc 2024-07-02 14:35:00 +09:00
Shinsuke Sugaya
dd779b64e1 [maven-release-plugin] prepare for next development iteration 2024-07-01 23:33:16 +00:00
Shinsuke Sugaya
3946c9da59 [maven-release-plugin] prepare release fess-14.15.0 2024-07-01 23:33:10 +00:00