I did some searching on the boards here, and I did find someone had touched
on this subject before[1], but maybe i am still missing something because
my results were not good.
I am using apache's lucene api to read the documents generated by elastic
search, I am able to iterate documents and extract the _source field... i'm
trying to convert this back to a string. According to documentation[2] the
field can be compressed with LZF, I checked our config and it seems we left
this default -> disabled.
I am getting only junk strings. Any help would be appreciated.
The unit tests are often useful to figure out how the code is constructed.
A static helper class called CompressorFactory is used. Maybe that would
have some clue.
I did some searching on the boards here, and I did find someone had
touched on this subject before[1], but maybe i am still missing something
because my results were not good.
I am using apache's lucene api to read the documents generated by elastic
search, I am able to iterate documents and extract the _source field... i'm
trying to convert this back to a string. According to documentation[2] the
field can be compressed with LZF, I checked our config and it seems we left
this default -> disabled.
I am getting only junk strings. Any help would be appreciated.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.