Previously discussed in #39, is possible to deserialize the java object of a record from the Nutch segment.
We could think this task in two phases:
- We manually create the segments
- We define an utility function that can automatically fish the right segment example, and store the specific example somewhere else (this may be checked in the repository)
- Utility function that is called from the tests that deserialize the content Java object
Previously discussed in #39, is possible to deserialize the java object of a record from the Nutch segment.
We could think this task in two phases: