silverstripe-textextraction/src/Extractor
Ishan Jayamanne 21ed6e0f86 Update isAvailable check to work for identical versions
Tika server reports it's version as "Apache Tika 1.7". Unfortunately, `version_compare` in PHP says that version "1.7" is less than version "1.7.0", meaning that Tika server was incorrectly being ruled out unless you used Tika server version 1.8 (where "1.8" > "1.7.0").

Changing the comparison string to just "1.7" means they match exactly, and therefore `version_compare` will return `0` rather than `-1`.
2019-02-13 11:15:54 +07:00
..
FileTextExtractor API Update namespaces for FileTextCache and add upgrader mapping 2018-07-03 11:23:27 +12:00
FileTextExtractor.php FIX Update Guzzle implementations in Tika extractors 2018-07-06 16:11:59 +12:00
HTMLTextExtractor.php API FileTextExtractor::getContent now supports a File and a filename path string 2018-07-03 17:03:47 +12:00
PDFTextExtractor.php API FileTextExtractor::getContent now supports a File and a filename path string 2018-07-03 17:03:47 +12:00
SolrCellTextExtractor.php FIX Update SolrCellTextExtractor to use a Guzzle 6 API implementation 2018-07-06 16:11:59 +12:00
TikaServerTextExtractor.php Update isAvailable check to work for identical versions 2019-02-13 11:15:54 +07:00
TikaTextExtractor.php API FileTextExtractor::getContent now supports a File and a filename path string 2018-07-03 17:03:47 +12:00