Commit Graph

253 Commits (e5b4799838b8ed319974b6eb3f28689d0ba14670)

Author SHA1 Message Date
luccioman 0a120787e3 Improved accuracy of URLs search filters : protocol, tld, host, file ext
7 years ago
luccioman d1c7dfd852 Fixed URL parsing with fragment and empty path
7 years ago
luccioman e2f6427a63 Added a basic JUnit test for the Visio parser (vsdParser)
7 years ago
luccioman d41ad7af6f Restore initial locale at the end of a JUnit test case which modify it.
7 years ago
luccioman 7206f1ed71 Do locale neutral case conversions on domain names.
7 years ago
luccioman 398c66f06c Do locale neutral case conversions in MultiProtocolURL
7 years ago
luccioman 9531b83598 Do locale neutral case conversions in Classification
7 years ago
luccioman ac209cac2e Updated the generic top-level known domains list.
7 years ago
luccioman fcd57e2d0f Improved some JUnit tests isolation and resources release
7 years ago
luccioman e0eda84c24 Remove old hard-coded holiday dates from DateDection class.
7 years ago
luccioman 73977ec0fe Added a html parser charset detection unit test
7 years ago
luccioman 285f0d6a39 Consistently encode snapshot image with format requested on the API.
7 years ago
luccioman 7c319c841e Fixed pdf2image conversion with imagemagick on PDFs having transparency
7 years ago
luccioman fe75f326d8 Fixed ProfilingGraph calculation integer overflows and added test class.
7 years ago
luccioman 5bf76f058a Adjusted ResponseHeaderTest to succeed on slow or highly loaded CPU
7 years ago
luccioman 32c9dfa768 Added partial bzip2 stream parsing support and bzipParser Junit test
7 years ago
luccioman dd9cb06d25 Fixed RWI distance calculation on multi words search queries.
7 years ago
luccioman c6ae87168a Added unit tests on the gzip parser.
8 years ago
luccioman 169ffdd1c7 Finer control on max links to parse in the html parser.
8 years ago
luccioman 4743a104b5 Added some unit tests on FileUtils.
8 years ago
luccioman e41d046a9d Improved parsing support for OOXML spreadsheets (.xlsx)
8 years ago
luccioman 780173008e Implemented partial stream parsing of tar archives.
8 years ago
luccioman acab6a6def Also handle text content when parsing XML within limits.
8 years ago
reger f38fb7f02c Add junit test for AbstractOperations.addOperand()
8 years ago
luccioman ed678186a8 Updated xml parser limited parsing test for use latest jdk.
8 years ago
luccioman f369679d1c Fixed read/copy on input streams reading sometimes less than expected.
8 years ago
luccioman bf55f1d6e5 Started support of partial parsing on large streamed resources.
8 years ago
luccioman 2a87b08cea Removed temporary html parser test code
8 years ago
luccioman 90a7c1affa HTML parser : removed unnecessary remaining recursive processing
8 years ago
luccioman 9b1bb2545e Refactored plain-text URLs detection implementation.
8 years ago
luccioman 8da3174867 Ensure lower case conversion consistency with any default locale.
8 years ago
luccioman 286f3018bd Made mime type and extension normalization locale independent.
8 years ago
luccioman 319231a458 Added a generic XML parser, able to parse elements text and URLs.
8 years ago
luccioman 64cec2790d Improved character encoding detection from Content-Type header
8 years ago
luccioman 1acb7005d0 Added a basic JUnit test with test gz files for the gzip parser
8 years ago
luccioman 1e2fb76720 Properly close test files in htmlParser unit test
8 years ago
luccioman 9dd790087d Added HT Cache basic statistics (hit rate)
8 years ago
luccioman 28b451a0b3 Made Cache compression level and lock timeout user configurable
8 years ago
luccioman a7394b479b Limit the synchronization blocking time on some Cache operations.
8 years ago
Michael Peter Christen 6fe735945d migrated Solr 5.5 -> Solr 6.6 and from Java 1.7 -> 1.8
8 years ago
luccioman a04feac064 Ensure file input streams proper closing in both success and failures
8 years ago
luccioman d98c04853d Ensure proper closing of file input streams.
8 years ago
luccioman c226ded799 Fix unescape of URLs having some '%' chars but not percent-encoded
8 years ago
reger 077d062be3 Adjust mergeDocuments to keep youngest last-modified date of document
8 years ago
luccioman 522a268305 Improved new blacklist entries URL scheme detection.
8 years ago
luccioman 31fff2c986 Extended WikiCode template inclusion syntax support.
8 years ago
reger 7a7da698d4 fix unit test MultiProtocolURL(file) assertion for Windows path with
8 years ago
luccioman 23775e76e2 Fixed endless loop case in wikicode processing.
8 years ago
luccioman 0bc868a819 Improved support for non ASCII chars in local file system URLs
8 years ago
reger 777cb5b812 remove test case for Standard_MemoryControl which will always fail
8 years ago