Solr “real time” indexing

前端 未结 2 393
死守一世寂寞
死守一世寂寞 2021-02-06 12:19

I know there are several questions similar to this but they don\'t provide a simple answer to the problem at hand. Sorry if you feel this is a duplicate but I think clear and un

2条回答
  •  隐瞒了意图╮
    2021-02-06 12:58

    You may want to take a look at Apache Solr 3.3 with RankingAlgorithm 1.2. It supports NRT (Near Real Time Indexing) and can update 10,000 docs / sec. You can concurrently search during the updates. You do not need to commit or close the searchers. You can get more information about NRT with Solr 3.3 with RankingAlgorithm from here:

    http://solr-ra.tgels.org/wiki/en/Near_Real_Time_Search_ver_3.x

提交回复
热议问题