首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 透明的转换(压缩)Lucene的索引目录

透明的转换(压缩)Lucene的索引目录

  • 资源大小:81.99 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: lucene Compression encryption

资 源 简 介

Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. This library provides driver for transparent transformation (eg. compression, encryption) of Lucene directory, thereby enabling space efficient and safe (encrypted) storage of sensitive data in Lucene index. Main features: * index files are sliced into transformable chunks, * pluggable algorithms for chunk processing/transformation, * chunk CRC calculation, * transparent, decorated directory, * enables transformation processing on file close for high performance indexing Most prominent feature is index compression. For compression algorithm java deflate implementation is used. Expected compression ratio on textual data can be up to 1:10. Examples Implementation Performance
VIP VIP
0.173201s