lucene源码分析 - backward-codecs

2018-09-30  本文已影响0人  机器智能
image.png

overview.html
Codecs for reading indexes from older versions of Lucene.

用于读取来自旧版本Lucene的索引。

backward-codecs/src/java/org/apache/lucene/codecs/lucene70/Lucene70Codec.java

/**
 * Implements the Lucene 7.0 index format, with configurable per-field postings
 * and docvalues formats.
 * <p>
 * If you want to reuse functionality of this codec in another codec, extend
 * {@link FilterCodec}.
 *
 * @see org.apache.lucene.codecs.lucene70 package documentation for file format details.
 *
 * @lucene.experimental
 */

实现Lucene7.0索引格式化

上一篇 下一篇

猜你喜欢

热点阅读