Shinsuke Sugaya
dc0d651c2c
fix #2816 upgrade tasks for 14.14
2024-05-26 14:52:29 +09:00
Shinsuke Sugaya
73202e34c1
fix #2814 Refactor authentication property key to AUTHENTICATIONS_PROPERTY in DataConfig and WebConfig
2024-05-09 18:48:04 +09:00
Shinsuke Sugaya
ce0dad7a9a
fix #2813 Fix typo in operationId from listLPopularWords to listPopularWords
2024-05-09 15:31:27 +09:00
Shinsuke Sugaya
6a2ccd0d3d
fix #2812 Refactor content type setting in API response headers for enhanced accuracy and coverage
2024-05-09 15:28:46 +09:00
Shinsuke Sugaya
bcbdfc42bb
fix #2811 upgrade tasks for 14.13
2024-04-13 20:43:03 +09:00
Shinsuke Sugaya
2cc346d957
fix #2810 Removed sessionId from crawl job configuration scripts
2024-04-11 11:34:53 +09:00
Shinsuke Sugaya
dbf0748548
fix #2809 Update copyright year to 2024 in footer copyright notices
2024-03-22 20:58:34 +09:00
Shinsuke Sugaya
f128e4abf2
fix #2808 upgrade tasks for 14.12
2024-02-23 13:53:05 +09:00
Shinsuke Sugaya
35e45ec4b8
fix #2807 Add record_count to /api/v1/popular-words API response
2024-02-22 11:17:23 +09:00
Shinsuke Sugaya
4243242117
Update copyright headers to 2024
2024-02-22 10:37:57 +09:00
Shinsuke Sugaya
0494e440b1
Refactor GitHub Actions for Improved Efficiency and Maintenance ( #2805 )
2024-02-10 12:25:34 +09:00
Shinsuke Sugaya
4a2ef8f45e
#2804 add osdd.xml for testingl
2024-02-08 14:17:08 +09:00
Shinsuke Sugaya
208531ebe2
fix #2804 Disable OSDD processing when SSO is active to enhance usability
2024-02-08 14:03:19 +09:00
Shinsuke Sugaya
f6b2ef3b06
fix #2803 Include aside tag in HTML crawler's pruned tags to enhance content relevance.
2024-02-05 22:20:57 +09:00
Shinsuke Sugaya
cff8b1ccde
fix #2801 Updated AccessTokenHelper to throw exception when only 'Bearer' is specified in Authorization header
2024-01-28 22:54:26 +09:00
Shinsuke Sugaya
b563683818
#2792 improve log messages
2024-01-27 11:12:50 +09:00
Shinsuke Sugaya
2a250cc19a
fix #2800 Handle Exceptions in Suggester Instance Initialization
2024-01-25 15:36:47 +09:00
Shinsuke Sugaya
633789fd78
fix #2799 Refactor to centralize current time retrieval using systemHelper.getCurrentTimeAsLong()
2024-01-21 14:18:15 +09:00
Shinsuke Sugaya
b133ef5ca8
#2796 Added JUnit tests
2024-01-20 20:06:26 +09:00
Shinsuke Sugaya
938f4a4db2
fix #2798 Enhance IndexingHelper with additional JUnit tests
2024-01-15 22:25:26 +09:00
Shinsuke Sugaya
b68736b95e
fix #2797 Enhanced CrawlingConfigHelper with improved parameter naming and added extensive JUnit tests for robust testing
2024-01-11 11:39:34 +09:00
Shinsuke Sugaya
849fa39215
fix #2796 Added JUnit tests for SystemHelper methods, ensuring enhanced reliability and coverage
2024-01-09 22:20:40 +09:00
Shinsuke Sugaya
b7041afb27
fix #2795 Updated user-agent version handling in crawler to use dynamic versioning based on Fess version
2024-01-07 22:53:22 +09:00
Shinsuke Sugaya
1b226042b9
fix #2794 Updated exception handling to catch generic exceptions, improving stability when crawl settings are deleted
2024-01-06 21:15:43 +09:00
Shinsuke Sugaya
501509d98e
fix #2792 Enhanced CPU load management and thread waiting logic for better system stability
2023-12-29 15:49:28 +09:00
Shinsuke Sugaya
52187946f7
fix #2791 Updated byte display in log messages for detailed size representation with decimal precision
2023-12-29 14:42:58 +09:00
Shinsuke Sugaya
94452297d6
fix #2790 Enhanced exception logging to warning level in action classes
2023-12-24 14:31:18 +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
6d0530a778
fix #2778 Implement phrase query handling for single-word terms enclosed in quotes
2023-11-02 10:07:13 +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
eec6740eba
fix #2775 upgrade tasks for 14.11
2023-10-19 16:34:43 +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
e121850ff4
opensearch 2.10.0
2023-09-28 13:41:36 +09: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