GroupDocs.Search for .NET のリリース

Released: Feb 5, 2019

V19.2 での更新項目

機能

  • Escape special characters in search queries.
  • Added indexing of ZIP archives inside other ZIP archives.

Released: Dec 11, 2018

V18.12 での更新項目

機能

  • Blended Characters - This feature introduces a new class of characters - blended. When indexing, blended characters are interpreted simultaneously as valid letters and as separators. For example, if the hyphen is marked as a blended character then indexing of term 'silver-gray' will result in saving of 3 terms in the index: 'silver', 'gray', and 'silver-gray'.
  • Wildcard Search - This feature allows you to search for words using wildcards.

Released: Sep 6, 2018

V18.9 での更新項目

機能

  • Added the ability to extract a list of indexed documents.
  • Added the ability to extract document text.
  • Added functionality to save encodings.

Released: Aug 8, 2018

V18.8 での更新項目

機能

  • Added the ability to cancel operations in all indexes in the index repository.

Released: Jul 16, 2018

V18.7 での更新項目

機能

  • Use morphological word forms when searching.
  • Added possibility to break updating or merging operation manually.
  • Added possibility to break indexing with a cancellation object.

Released: Jun 19, 2018

V18.6 での更新項目

機能

  • Added the ability to break indexing operations manually.
  • Added ImportDictionary and ExportDictionary methods to index dictionaries.

不具合の修正

  • Removed obsolete Relevance property from DetailedResultInfo.

Released: May 14, 2018

V18.5 での更新項目

機能

  • Added the ability to search by parts (chunks) which makes it possible to get results much faster.
  • Added the ability to specify the number of search threads.
  • Added SearchingTime field to SearchResults.

Released: Apr 9, 2018

V18.4 での更新項目

機能

  • Index text documents that are more than 1 TB in size.

Released: Feb 7, 2018

V18.2 での更新項目

機能

  • Added compact index features.
  • Added option for multithreaded indexing.
  • Improved index structure to increase indexing speed.

Released: Jan 9, 2018

V18.1 での更新項目

機能

  • Cancel search operations by request or after a certain time.
  • Added new search method where the query parameter is in the form of an object tree.
  • Set a collection of date formats for date range search. E.g. dd.MM.yyyy, MM/dd/yyyy, 'yyyy-MM-dd.
  • Changed search query date format in accordance with ISO 8601. The new date format is 'yyyy-MM-dd'.
  • Use wildcards in phrase searching.