Skip to content

Releases: Sicos1977/IFilterTextReader

Version 1.6.2

10 Sep 05:42
Compare
Choose a tag to compare
  • Target both .NET 4.5 and .NETSTANDARD 2.0
  • Fix exception when multiple values exists for a meta-data property

Version 1.6.1

20 Apr 16:19
Compare
Choose a tag to compare
  • Use a class to pass options to the filterreader instead of method parameters
  • Handle file to large return code
  • Added code to handle IFilter return code FILTER_E_TOO_BIG
  • Added code to handle IFilter return code FILTER_E_PARTIALLY_FILTERED
  • Changed license to MIT

Version 1.5.6

13 Apr 20:10
Compare
Choose a tag to compare
  • Fixed "Index out of bounds" issue.

Version 1.5.5

30 Jan 06:12
Compare
Choose a tag to compare
  • Added logic to detect file extension when the file does not have one

Version 1.5.1

01 Jul 11:47
Compare
Choose a tag to compare
  • Fixed memory exception when reading embedded content

Version 1.5

10 Sep 17:34
Compare
Choose a tag to compare
  • Added possibility to give a timeout for large files

Version 1.4

31 Jul 18:25
Compare
Choose a tag to compare
  • Added option to read a file or stream into memory first before passing it to the iFilter
  • Some minor fixes

Version 1.3

08 May 18:22
Compare
Choose a tag to compare
  • Added support for crawled properties
  • Added eventhandler
  • Added metadataproperty class
  • Implemented job handler
  • Added Job class to make this code work on Windows 2012 R2
  • Added support for IPersisFile interface (old IFilter formats)
  • Added US localization
  • Added option to disable the reading of embedded content
  • Fixed issue with dispose not being called when exception is thrown from constructor

Version 1.2

21 Nov 10:33
Compare
Choose a tag to compare
  • Reformatted some code
  • Added Reader class with search methods
  • Added custom exceptions

Version 1.1

20 Jun 16:15
Compare
Choose a tag to compare
  • Added StreamWrapper back into the code
  • Added CPOL license file