Commit graph

4369 commits

Author SHA1 Message Date
Shinsuke Sugaya
9f56ad5ccf update docs 2024-10-12 16:22:40 +09:00
Shinsuke Sugaya
265bbda820 #2848 Refactor code: reverted to an if statement. 2024-10-12 10:54:46 +09:00
Shinsuke Sugaya
62d89fbf25 fix #2848 Refactor code: Replace redundant conditions and enhance readability across several classes. 2024-10-12 06:20:39 +09:00
hi-yamap
f9b16cfc34 bugfix OpenIdConnectAuthenticator (#2847)
Fixed an issue where the type of `attributes["groups"]` had changed from `String[]` to `List<Object>`.
Add unittest.
2024-10-12 06:14:07 +09:00
hi-yamap
54e7cdf9e5 bugfix OpenIdConnectAuthenticator (#2845) 2024-10-04 08:13:00 +09:00
Shinsuke Sugaya
3cdc706dcb fix #2846 Set query.orsearch.min.hit.count to -1 to disable automatic OR-based re-search. 2024-10-01 23:14:03 +09:00
Shinsuke Sugaya
b5b6e45200 update doc 2024-09-30 22:08:50 +09:00
Shinsuke Sugaya
3726fbec40 fix #2844 Ignore case sensitivity in canonical URL comparison to prevent unnecessary redirects 2024-09-26 10:32:19 +09:00
Shinsuke Sugaya
6134353600 fix #2842 Add http.fileupload.max.file.count property and refactor file upload handling logic 2024-09-08 15:18:15 +09:00
Shinsuke Sugaya
dd4af0dcf6 #2841 Fix fess_basic_config alias handling for Fess multi-instance support. 2024-08-24 11:22:35 +09:00
Shinsuke Sugaya
e84219b0e3 fix #2841 Enabled support for multiple Fess web applications on a single OpenSearch instance. 2024-08-22 21:44:40 +09:00
Shinsuke Sugaya
17213f370a fix #2839 Adjust API response to conditionally include exception messages based on configuration. 2024-08-15 17:29:24 +09:00
Shinsuke Sugaya
0df246ea53 update comment 2024-08-02 10:05:20 +09:00
Shinsuke Sugaya
ecba9f365c #2788 Update dependencies and configurations to latest versions 2024-07-29 11:54:01 +09:00
Shinsuke Sugaya
e55ecd72fe fix #2837 Removed scriptlet usage in Admin Design page for better code maintainability. 2024-07-28 18:04:24 +09:00
Shinsuke Sugaya
8c48ac1f8a fix #2835 Add interface for rewriting search request parameters before processing 2024-07-26 14:41:07 +09:00
Shinsuke Sugaya
09fb29ef57 fix #2834 Added language detection and default value settings to bulk document indexing in Admin API. 2024-07-25 10:48:41 +09:00
Shinsuke Sugaya
6885cbdc91 fix #2833 Add bulk document indexing API to Admin API 2024-07-24 18:03:45 +09:00
Shinsuke Sugaya
aff1dd0fcd #2831 Ensure score is finite before adding to API response in SearchHelper and DefaultSearcher. 2024-07-22 15:56:39 +09:00
Shinsuke Sugaya
9de34ffd1a fix #2832 Auto-switch search operator to OR when hit count is below threshold 2024-07-22 15:10:26 +09:00
Shinsuke Sugaya
e0f2314c75 fix #2831 Include score in the search API response fields. 2024-07-22 13:30:56 +09:00
Shinsuke Sugaya
a7d00092fb fix #2830 Add batch_size parameter to search log and click log processing. 2024-07-22 11:07:37 +09:00
Shinsuke Sugaya
9e78a39cc1 fix #2829 Enable specifying RankFusionSearcher via system properties configuration. 2024-07-15 16:36:07 +09:00
Shinsuke Sugaya
7ee6b77a60 fix #2828 Add configurable DisMax query support for default field searches 2024-07-11 17:27:08 +09:00
Shinsuke Sugaya
a21cea6ffe fix #2827 Add CPU load calibration during search log download to prevent high CPU usage. 2024-07-05 12:33:39 +09:00
Shinsuke Sugaya
d0929b5994 fix #2826 Added support for defining field configurations via field.config.fieldname in crawl settings. 2024-07-04 15:21:35 +09:00
Shinsuke Sugaya
b419ee3f96 fix #2824 Convert role names to lowercase for SMB crawling when ldap.lowercase.permission.name=true 2024-06-27 19:58:21 +09:00
Shinsuke Sugaya
a26cf43943 fix #2823 Log Failure URL ID in CrawlingAccessException in fess.log 2024-06-24 10:20:42 +09:00
Shinsuke Sugaya
a26e133b55 fix #2822 Added configuration option to filter and pass system properties to jobs based on a regex pattern. 2024-06-23 13:13:47 +09:00
Shinsuke Sugaya
ec33a25495 fix #2821 Exclude X-FESS metadata from indexing and add transformation process for metadata inclusion. 2024-06-20 21:02:02 +09:00
Shinsuke Sugaya
4afbb344c7 #2820 Fix package name retrieval from Jar files 2024-06-19 10:34:15 +09:00
Shinsuke Sugaya
3551d13562 fix #2820 Add dynamic protocol registration based on PROTOCOL_TYPE in Handler class 2024-06-18 09:44:35 +09:00
Shinsuke Sugaya
af31322593 #2819 fix imports 2024-06-18 08:09:13 +09:00
Shinsuke Sugaya
10c84ab75f fix #2819 add ProtocolHelper for URL protocol management and update related classes 2024-06-17 22:37:12 +09:00
Shinsuke Sugaya
8b2adce4eb #2818 add test resources 2024-06-17 22:37:04 +09:00
Shinsuke Sugaya
95354c5400 fix #2818 Enable fess-crawler plugin in Fess plugin system 2024-06-17 21:39:16 +09:00
Shinsuke Sugaya
146f52e299 fix #2817 Update site_path abbreviation logic based on configuration settings. 2024-05-30 15:59:10 +09:00
Shinsuke Sugaya
f3e1e563dc fix #2814 Refactor authentication property key to AUTHENTICATIONS_PROPERTY in DataConfig and WebConfig 2024-05-09 18:49:30 +09:00
Shinsuke Sugaya
128bd4f3a9 fix #2813 Fix typo in operationId from listLPopularWords to listPopularWords 2024-05-09 15:32:10 +09:00
Shinsuke Sugaya
054c7a0b81 fix #2812 Refactor content type setting in API response headers for enhanced accuracy and coverage 2024-05-09 15:32:03 +09:00
Shinsuke Sugaya
95277d5861 fix #2810 Removed sessionId from crawl job configuration scripts 2024-04-11 11:35:33 +09:00
Shinsuke Sugaya
4524243a62 fix #2809 Update copyright year to 2024 in footer copyright notices 2024-03-22 20:59:11 +09:00
Shinsuke Sugaya
1409cc1018 fix #2807 Add record_count to /api/v1/popular-words API response 2024-02-22 11:19:50 +09:00
Shinsuke Sugaya
76352cf8dc Update copyright headers to 2024 2024-02-22 10:53:18 +09:00
Shinsuke Sugaya
b774b68242 opensearch 2.12.0 2024-02-22 10:52:50 +09:00
Shinsuke Sugaya
106900ae91
Update Test Environment to macOS-14 and Enhance Logging During Test Execution (#2806)
* add log4j2.xml
* replace with macos-14
2024-02-10 20:19:11 +09:00
Shinsuke Sugaya
8e215f4cbd
Refactor GitHub Actions for Improved Efficiency and Maintenance (#2805) 2024-02-10 12:19:37 +09:00
Shinsuke Sugaya
03f32cb3c3 #2789 fess-script-groovy 15.0.0-SNAPSHOT 2024-02-08 22:36:12 +09:00
Shinsuke Sugaya
f8eda0df53 #2804 add osdd.xml for testingl 2024-02-08 14:20:36 +09:00
Shinsuke Sugaya
f1894f70e1 fix #2804 Disable OSDD processing when SSO is active to enhance usability 2024-02-08 14:03:55 +09:00