代码之家  ›  专栏  ›  技术社区  ›  Khash

Lucene关键字通知

  •  0
  • Khash  · 技术社区  · 15 年前

    暴力搜索的方法是在短时间内搜索关键字,但这似乎效率很低,而且没有“实时性”

    1 回复  |  直到 15 年前
        1
  •  2
  •   bajafresh4life    15 年前

    http://lucene.apache.org/java/2_2_0/api/org/apache/lucene/index/memory/MemoryIndex.html

    它是Lucene contrib的一部分,是为您正在构建的发布/订阅系统而设计的。然而,我已经有一段时间没有看到这个了,我不确定它是否得到了积极的维护。

    推荐文章