GitHub user sebastian-nagel opened a pull request:
https://github.com/apache/nutch/pull/107
NUTCH-2254 Indexer: character set issue with -addBinaryContent and -base64
- generate base64 encoded string directly from content bytes
(based on patch provided by Federico Bonelli)
- add JUnit test indexing base64-encoded binary content
with UTF-8, ISO-8859-1 and ISO-8859-2 character sets
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sebastian-nagel/nutch NUTCH-2254
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nutch/pull/107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #107
----
commit 92516a97e10596d0564582d52f4f693b4fd407db
Author: Sebastian Nagel <[email protected]>
Date: 2016-04-25T12:40:44Z
NUTCH-2254 Indexer: character set issue with -addBinaryContent and -base64
- generate base64 encoded string directly from content bytes
(patch provided by Federico Bonelli)
- add JUnit test to test indexing base64 encoded binary content
with UTF-8, ISO-8859-1 and ISO-8859-2 character sets
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---