<dependency>
<groupId>com.groupdocs</groupId>
<artifactId>groupdocs-search</artifactId>
<version>23.6</version>
</dependency>
compile(group: 'com.groupdocs', name: 'groupdocs-search', version: '23.6')
<dependency org="com.groupdocs" name="groupdocs-search" rev="23.6">
<artifact name="groupdocs-search" ext="jar"/>
</dependency>
libraryDependencies += "com.groupdocs" % "groupdocs-search" % "23.6"
What’s new in the GroupDocs.Search for Java 23.6
Release Highlights
GroupDocs.Search for Java 23.6 delivers major performance and reliability improvements. Developers can now track the progress of index optimization, open indexes even if some files are corrupted, and benefit from significantly faster large index loading. These enhancements help maintain performance and usability in enterprise-scale search applications.
Enhancements
- Index Optimization Progress Tracking:
Introduced real-time tracking of the optimization process through
OptimizationProgressEventArgs
with event-driven updates on progress. - Fault-Tolerant Index Recovery: Indexes containing corrupted segments can now be opened, allowing searches to continue using healthy segments.
- Faster Loading of Large Indexes: Optimized loading mechanism significantly improves initialization time for large-scale search indexes.
Public API and Backward Incompatible Changes
New Class
OptimizationProgressEventArgs
– Provides data for tracking optimization progress:getProcessedSegments()
getTotalSegments()
getProgressPercentage()
New Event
OptimizationProgressChanged
added toEventHub
class
🔍 Explore the Full Release Details
For full list of updates, please visit GroupDocs.Search for Java 23.6 Release Notes.
groupdocs index optimization progress
| recover corrupted search index
| faster index loading groupdocs
| search java 23.6 release
Version | Release Date |
---|---|
25.4 | April 23, 2025 |
24.4 | April 22, 2024 |
24.2 | February 6, 2024 |
24.1 | January 15, 2024 |
23.6 | June 15, 2023 |
23.3 | March 24, 2023 |
22.11 | November 30, 2022 |
22.10 | October 24, 2022 |
21.2 | January 25, 2022 |
20.8 | January 25, 2022 |
19.2 | January 25, 2022 |
18.12 | January 25, 2022 |
21.8 | August 18, 2021 |
21.3 | March 18, 2021 |
20.11 | November 19, 2020 |
20.6 | June 23, 2020 |
20.4 | April 16, 2020 |
19.12 | December 11, 2019 |
19.5.1 | July 15, 2019 |
19.5 | May 31, 2019 |
19.3 | March 7, 2019 |
18.11 | November 1, 2018 |
File | Classifier | Size |
---|---|---|
groupdocs-search-23.6-javadoc.jar | javadoc | 902 KB |
groupdocs-search-23.6.jar | 275 MB | |
groupdocs-search-23.6.pom | 3 KB |