<dependency>
    <groupId>com.groupdocs</groupId>
    <artifactId>groupdocs-search</artifactId>
    <version>25.4</version>
</dependency>
copied!  
compile(group: 'com.groupdocs', name: 'groupdocs-search', version: '25.4')
copied!  
<dependency org="com.groupdocs" name="groupdocs-search" rev="25.4">
    <artifact name="groupdocs-search" ext="jar"/>
</dependency>
copied!  
libraryDependencies += "com.groupdocs" % "groupdocs-search" % "25.4"
copied!  

What’s new in the GroupDocs.Search for Java 25.4

Release Highlights

GroupDocs.Search for Java 25.4 introduces powerful new capabilities aimed at increasing indexing performance and query flexibility. With in-memory index loading and more advanced query methods, this release enables developers to fine-tune performance and precision in large-scale or complex document search scenarios.

New Features

  • Full In-Memory Index Loading: A new feature allows developers to load the entire search index directly into memory from disk. This drastically enhances indexing and search speeds, particularly useful for high-performance environments.

Enhancements

  • Advanced OR/AND Query Support: This release brings overloads for query creation methods that accept additional arguments, offering greater control and flexibility in constructing compound search queries.

  • Skip System Subdirectories When Indexing: An enhancement has been introduced to bypass system subdirectories automatically when adding a directory for indexing. This avoids unnecessary or problematic files and improves indexing efficiency.

  • Retrieve Indexed Documents by Document Key: Developers can now access a specific indexed document using its document key, which enhances programmatic control over the indexed dataset.

  • Added Modification Time to Document Info: Document information now includes the modification timestamp, allowing more accurate filtering and metadata tracking in search results.

Bug Fixes

  • Markdown (MD) Indexing Issue Resolved: A critical bug related to the incorrect indexing of .md (Markdown) files has been fixed, improving format compatibility and search accuracy.

Public API and Backward Incompatible Changes

None.

🔍 Explore the Full Release Details

For full list of updates, please visit GroupDocs.Search for Java 25.4 Release Notes.


java in-memory index | groupdocs or and query | search skip system folders | document metadata indexing | markdown indexing fix

VersionRelease Date
25.4April 23, 2025
24.4April 22, 2024
24.2February 6, 2024
24.1January 15, 2024
23.6June 15, 2023
23.3March 24, 2023
22.11November 30, 2022
22.10October 24, 2022
21.2January 25, 2022
20.8January 25, 2022
19.2January 25, 2022
18.12January 25, 2022
21.8August 18, 2021
21.3March 18, 2021
20.11November 19, 2020
20.6June 23, 2020
20.4April 16, 2020
19.12December 11, 2019
19.5.1July 15, 2019
19.5May 31, 2019
19.3March 7, 2019
18.11November 1, 2018