RubyGems Navigation menu

stellr 0.1.1

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 校验和:

5c3f801a297e00c3374f69a356ebed7c6e99855a9e377d36099d4a41b8bbbe42

下载总量 11,012

这个版本 3,303

许可:

需要的 Ruby 版本:

链接: