GroupDocs.Search 릴리스

릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.

1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
GroupDocs.Search for .NET V26.7.22026년 7월 22일
수정 사항
  • Fixed ArgumentException for optimize operation.
GroupDocs.Search for .NET V26.7.12026년 7월 21일
기능
  • You can now implement an index version update without access to the source documents.
GroupDocs.Search for .NET V26.7주요 버전2026년 7월 15일
수정 사항
  • Fixed OverflowException for operations that modify the index.
GroupDocs.Search for Java V26.6주요 버전2026년 6월 10일
기능
  • Added default text extraction for .log and .md files: GroupDocs.Search now treats .log files as plain text out of the box. The built-in plain-text extractor recognises .md, .log and .txt, and a new FileType.LOG value is exposed so .log documents are reported with a dedicated file type in search results. No configuration is required - .log files placed in an indexed folder are picked up automatically.
  • Throw a clear exception when the maximum array size is exceeded: When indexing very large data sets, the internal character tree could silently overflow the 32-bit (Int32) limit on the size of its backing byte array, producing an obscure failure. The allocation path now validates the required size using 64-bit arithmetic and throws an explicit exception with diagnostic statistics (array length, term count, total and separate character counts) the moment the Int32 limit would be exceeded, making the root cause obvious.
  • Skip missing documents during search instead of throwing: Previously, composing search results over an index whose document set had changed (for example after a document was deleted or the index was optimized) could fail with a "Document is not found" exception. From this release the lookup returns null for a missing document and the result composition simply skips it, so search returns the remaining matches instead of aborting. The change covers all result kinds, light, heavy, phrase and composite results, as well as image search.
GroupDocs.Search for .NET V26.6.12026년 6월 10일
수정 사항
  • Fixed dependency versions.
GroupDocs.Search for .NET V26.6주요 버전2026년 6월 5일
기능
  • Implemented support for indexes larger than 1 TB.