RubyGems Navigation menu

stellr 0.1.2

FEATURES: * DRb frontend * easy to use client library (see below) * multi index search * Index rotation Stellr always keeps two versions of your index around - one is used in a multi threaded, read only way to handle incoming search requests, while the other one is written to when you index something. Using the switch function you may decide when to switch over searching from the old index to the new one. Then, changes will be synced, and searches will see the new or updated data from before the switch call. * Index synchronization Two kinds of synchronization methods are supported for now: rsync, using rsync two copy over the changes from one index to the other, and static, which will completely replace the old index with the new one. While the latter is suitable for indexes which you rebuild completely from time to time, the former is good for large indexes that are updated frequently or that are too large for frequent rebuilds. == SYNOPSIS: * start the server:

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.2 - August 20, 2008* (19.5 KB)
  2. 0.1.1 - August 12, 2008* (19.0 KB)
  3. 0.1.0 - August 03, 2008* (18.5 KB)

Development 相依性套件 (1):

hoe >= 1.7.0

擁有者:

作者:

  • Benjamin Krause, Jens Krämer

SHA 256 checksum:

61fe5e1f82b52297669998e1d160984811876e4da32c8ff094a6d73f1f955c6d

總下載次數 11,000

這個版本 4,419

License:

Ruby 版本需求:

相關連結: